Hi Pavel
I am running a Jive application using Tomcat. The application resides in
"/tomcat/webapps/jiveforums" on the server. When I access the site I
have to use "http://www.example.com/jiveforums" .
What changes do I have to make in Tomcat so I can omit "/jiveforums"
from the URL and just use http://www.example.com:/jiveforums . Right now
if I go this URL I get the default Tomcat page.
As you were told in another email, tomcat is designed to run multiple
webapps at the same time. Maybe the easier solution, especially since
you are planning to install a production website, would be to use an
apache server running mod_rewrite ?
Using mod_rewrite you will be to rewrite the url "on the fly", and you
won't have to change anything from your current jiveforum installation.
Moreover it will be usefull if in the future you plan to add more
webapps to your tomcat. You'll be able to add more application in tomcat
since it will be installed using a standard way. Your work will be to
add the proper configuration to your apache frontend.
I hope this may help.
Hapy new year, and best regards
William
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]