This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 62657 - JBoss running on non-8080 port doesn't detect its state
Summary: JBoss running on non-8080 port doesn't detect its state
Status: VERIFIED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords: TEST
Depends on:
Blocks: 62650
  Show dependency tree
 
Reported: 2005-08-19 13:03 UTC by zikmund
Modified: 2005-09-05 10:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zikmund 2005-08-19 13:03:40 UTC
Build 200508181800

1) Change JBoss port to port 8089:
edit file $JBOSS_INSTALLDIR\server\default\deploy\jbossweb-tomcat55.sar\server.xml
element's attribute <Connector port="8080"

2) Add JBoss in IDE (Add Server)
3) Enter 8089 port number
4) Run JBoss
5) JBoss is running OK (check URL http://localhost:8089/ in browser)
6) See JBoss output (or in Runtime tab)
7) ERROR:
JBoss is not detected as running.
Comment 1 Pavel Buzek 2005-08-22 14:52:50 UTC
Should be fixed for 4.2. Jboss should read the server port and automatically put
it into the wizard.
Comment 2 zikmund 2005-08-22 15:45:25 UTC
Blocks our automated tests. Please fix ASAP, thanks.
Comment 3 Pavel Buzek 2005-08-22 16:18:09 UTC
What is blocking tests? I am testing it and think it is already partially fixed:
when you enter 8089 manually it will really use it. Also, the only place in code
with "8080" is the default value in the wizard. Why is auto detection of port
breaking the tests? I do not even think this is a P2.
Comment 4 zikmund 2005-08-22 17:05:12 UTC
WorksForMe in 200508211800 build.
JBoss is correctly detected as Running.

I'll file separate issue for detecting port - current state is confusing for users.
Comment 5 zikmund 2005-08-22 17:09:43 UTC
Verified.