<Host name="www.sparrow.com" debug="0" appBase="webapps"
unpackWARs="true" autoDeploy="true"
xmlValidation="true" xmlNamespaceAware="false">
<Context path="" docBase="sparrow" />
<Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs" prefix="sparrow_log." suffix=".log"
pattern="common" resolveHosts="false"/>
</Host>
Notice the path attribute in context.
HTH Mark
On 24 Jun 2004, at 19:50, Balaji Varanasi wrote:
Hello All,
I am not sure if this question has been answered but will appreciate if
some one can help. I have apache 2 and tomcat running on the same
machine and are connected by jk2. My webserver url is
http://someserv.com <http://someserv.com/> and my web app is someapp
containing jsp pages. I can access my app with the url
http://someserv.com/someapp properly. But I want to access it just by
typing http://someserv.com <http://someserv.com/> .
Thanks in advance,
Balaji
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]