[
https://jira.jboss.org/jira/browse/JBAS-7166?page=com.atlassian.jira.plug...
]
Brian Stansberry commented on JBAS-7166:
----------------------------------------
Beginning with AS 6.0.0.M1 (or EAP 5.0.0.GA) the jnp-service.url file shouldn't write
jnp://0.0.0.0:1099. If bind address is 0.0.0.0 the NamingProviderURLWriter scans all
available addresses on the host and writes the first for which
InetAddress.isLoopbackAddress() returns true. That is, 127.0.0.1 normally. See JBAS-7072.
org.jboss.Shutdown to use org.jboss.naming.NamingProviderURLWriter
persist file
-------------------------------------------------------------------------------
Key: JBAS-7166
URL:
https://jira.jboss.org/jira/browse/JBAS-7166
Project: JBoss Application Server
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Naming
Affects Versions: JBossAS-5.1.0.GA
Environment: 15:59:02,389 INFO [ServerInfo] Java version: 1.6.0_14,Sun
Microsystems Inc.
15:59:02,390 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build
1.6.0_14-b08)
15:59:02,390 INFO [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 14.0-b16,Sun
Microsystems Inc.
15:59:02,390 INFO [ServerInfo] OS-System: Linux 2.6.9-22.0.1.ELsmp,amd64
Reporter: Juergen
Assignee: Scott M Stark
i would like to see org.jboss.Shutdown in bin/shutdown.jar make use of persist file
created by org.jboss.naming.NamingProviderURLWriter containing jnp service url
i probably can do something like "java -jar shutdown.jar -s `cat jnp-service.url`
-S" but it depends on OS
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira