Steffen,
Thanks for your help.
I have 1 other question.
So if I add the following somewhere in my server.xml file the user that
types www.aa.com will be pointed to
http://myipaddress:8080/webapps/aa/index.jsp?
<Host name="www.aa.com" debug="0" appBase="webapps/aa">
...
</Host>
<Host name="www.bb.com" debug="0" appBase="webapps/bb">
...
</Host>
If I point the appBase="webapps/bb" how do I then point it at a specific
jsp? Can I do this:appBase="webapps/bb/index.jsp".
I cant test yet because I am still developing on localhost(my server is not
live yet).
Thanks again!
-----Original Message-----
From: SH Solutions [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 09, 2004 8:42 AM
To: 'Tomcat Users List'
Subject: RE: virtual host in tomcat 4?
Hi
> Can I change the server.xml file to force http listening on 8443 instead
of 8080? Or will this cause a conflict with SSL listening on the same port?
No. 1 port 1 service.
> If a user types in www.myNewDomainName.com is it port 80 that tomcat4
listens on or is it 8080?
No.
This has nothing to do with you tomcats configuration. This is the way the
web works.
How should a user's browser know that your tomcat is configured on port
8080?
There is definitly nothing you can do (apart of putting your tomcat or a
remote proxy outside of your filewall).
Sorry.
cu
Steffen
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]