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 to use port 8080 in the first place.

By the way.. I need to provide a similar service to our customers and I would 
appreciate any links to documentation about Tomcat and Apache in a VirtualHost context 
for shared servers.

Oktay Altunergil

On Mon, 22 Apr 2002 12:15:29 -0400
Rick Fischer <[EMAIL PROTECTED]> wrote:

> 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 
> http:\\www.hudsonwholesalers.com:8080/hudson/servlet/hudson.startup
> 
> I would like users to simple start the site with 
> www.hudsonwholesalers.com.  What do we need to do this
> 
> Thanks
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to