You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2011/07/18 20:50:51 UTC

DO NOT REPLY [Bug 51525] New: Binding Tomcat Instance to an IP Address using command line parameter

https://issues.apache.org/bugzilla/show_bug.cgi?id=51525

             Bug #: 51525
           Summary: Binding Tomcat Instance to an IP Address using command
                    line parameter
           Product: Tomcat 7
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Catalina
        AssignedTo: dev@tomcat.apache.org
        ReportedBy: svasan@successfactors.com
    Classification: Unclassified


In Jboss there is an command line parameter using which you can specify the
IPAddress to which a particular instance can be bind to.

It would be nice to have similar feature in the tomcat also.  Currently we have
to modify the conf/server.xml file for the same.

Similarly if the port to which a particular tomcat instance listen to, made a
command line parameter, that also would be good.

In short instead of modifying the conf/server.xml, attributes relates to a
particular instance should be made as command line parameters so that any
modifications to them are not intrusive.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 51525] Binding Tomcat Instance to an IP Address using command line parameter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51525

Srini <sv...@successfactors.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |svasan@successfactors.com

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 51525] Binding Tomcat Instance to an IP Address using command line parameter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51525

--- Comment #3 from Mark Thomas <ma...@apache.org> 2011-07-18 18:56:50 UTC ---
Bugzilla is not a support forum. Please use the users mailing list.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 51525] Binding Tomcat Instance to an IP Address using command line parameter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51525

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #1 from Mark Thomas <ma...@apache.org> 2011-07-18 18:52:48 UTC ---
Use ${...} property replacement and specify the properties on the command line.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 51525] Binding Tomcat Instance to an IP Address using command line parameter

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=51525

--- Comment #2 from Srini <sv...@successfactors.com> 2011-07-18 18:55:46 UTC ---
Should the parameters be passed like below?

startup.bat ${port}=8080, ${ip_address}=127.0.0.1.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org