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 70046

Summary: Need addition features for using a JBoss server.
Product: serverplugins Reporter: dsledge <dsledge>
Component: JBossAssignee: Libor Kotouc <lkotouc>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 70135    
Bug Blocks:    

Description dsledge 2005-12-07 19:44:53 UTC
When starting JBoss 4.0.3sp1 in the all mode which enables clustering a
parameter needs to be passed to bind jboss to the right ip address. When
starting JBoss adding a server parameter -b <ip address to bind to> would work
for this. I am not sure for stopping JBoss through netbeans, in the JBoss
start/stop bash scripts I know you can add a -s <ip address bound to> to the
shutdown line. In netbeans 5.0 beta-2 there is a field for host and port but
they are read-only and there is no field to add server parameters. JBoss will
not start correctly (clustering will fail) in the all configuration if the
address is not bound. Also there seems to be no way of telling where you want to
deploy your application to. For example with the all configuration you should be
able to deploy to the farm directory or to the deploy directory.
Comment 1 Sherold Dev 2005-12-08 17:49:18 UTC
-> jboss
Comment 2 Libor Kotouc 2005-12-09 16:38:14 UTC
I filed and fixed the issue 70135 which avoids the mentioned exception.

However, it does not provide any new configuration possibilities in the IDE.
It's a matter of the future release(s) planning.