Deploying On Production Server

2008-11-14 Thread Zaki Akhmad
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I am trying to deploying my application with tomcat on my production server. How do I make people that accessing my web server, no longer should enter the tomcat port number? Just http://ip-address not http://ip-address:port-number - -- Zaki

AW: Deploying On Production Server

2008-11-14 Thread Ehlers, Kolja
You will need to make use of the mod_jk (The Apache Tomcat Connector) at http://tomcat.apache.org/connectors-doc/ -Ursprüngliche Nachricht- Von: Zaki Akhmad [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 14. November 2008 09:41 An: Tomcat Users List Betreff: Deploying On Production Server

Re: Deploying On Production Server

2008-11-14 Thread Serge Fonville
Inside server.xml you can change the port number from (default) 8080 to 80Restart the tomcat service and it is running on the default HTTP port Regards, Serge Fonville On Fri, Nov 14, 2008 at 9:40 AM, Zaki Akhmad [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi,

RE: Deploying On Production Server

2008-11-14 Thread Caldarale, Charles R
From: Ehlers, Kolja [mailto:[EMAIL PROTECTED] Subject: AW: Deploying On Production Server You will need to make use of the mod_jk (The Apache Tomcat Connector) at http://tomcat.apache.org/connectors-doc/ Don't be silly - adding another major component just to run on port 80 is massive