domain:8080

2002-04-22 Thread Rick Fischer
Our web site domain name is hudsonwholesalers.com The site starts with a servlet : startup.class (in a package called 'hudson') My Tomcat hosting service tells me the users must use www.hudsonwholesalers.com:8080. Since this is not reasonable I had to use a redirect in index.html to

Re: domain:8080

2002-04-22 Thread Oktay Altunergil
Your hosting provider (or you .. if you have root access) has to set up a connector for your web server that relays jsp/servlet requests for your domain to Tomcat. Chances are they will not do it. It can get pretty annoying to set up in a shared environment, which is probably why they told you

Re: domain:8080

2002-04-22 Thread Rick Fincher
Edit that in server.xml in the conf directory. Tomcat defaults to 8080 (or 8443 sor SSL rather than 443) because some systems make you jump through a lot of hoops to use ports with numbers below 1000 for security reasons. Rick Our web site domain name is hudsonwholesalers.com The site

Re: domain:8080

2002-04-22 Thread Joseph Molnar
://www.codesta.com/knowledge/technical/tomcat_warp_apache/ Joe - Original Message - From: Oktay Altunergil [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, April 22, 2002 9:26 AM Subject: Re: domain:8080 Your hosting provider (or you .. if you have root access) has to set up

Re: domain:8080

2002-04-22 Thread Oktay Altunergil
Joe, Looks like a scenario that covers a lot of combinations. Thanks a lot. This might just be what I'm looking for. Oktay On Mon, 22 Apr 2002 10:05:45 -0700 Joseph Molnar [EMAIL PROTECTED] wrote: http://www.codesta.com/knowledge/technical/tomcat_warp_apache/ -- To unsubscribe:

Re: domain:8080

2002-04-22 Thread Oktay Altunergil
Your hosting provider (or you .. if you have root access) has to set up a connector for your web server that relays jsp/servlet requests for your domain to Tomcat. Chances are they will not do it. It can get pretty annoying to set up in a shared environment, which is probably why they told you