I have two webapps defined in server.xml of tomcat: demo and demo2.
I've modified httpd.conf to load mod_jk.so and it uses
worker.properties and mod_jk.conf.

My current configuration allows the user to access the 'demo' webapp
via "http://<IP address>/demo". Works nicely, apache handling static
pages and tomcat handling jsps & servlets.

For the second webapp (demo2), the user wants to access it via
"http://demo2.net";. The context in server.xml is 'demo2'.

Do I need to use a virtual host? Could someone point me in the right
direction?

Thanx,
jsh


__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to