/etc/hosts

-nel

Kumar Thotapally wrote:

> Hi,
>
> I am able to startup and shutdown multiple JVMs (using server1.xml ... etc). I 
>created applications (for example, JVM1, JVM2) under web-apps.
>
> When I enter http://localhost:8007/jvm1/servlet/HelloWorld1 in my browser,
> it works fine.
>
> However, with the following code in server1.xml :
>
> <ContextManager debug="0" workDir="work_jvm1" showDebugInfo="true" >
>
> followed by
> <!-- @@@ the /jvm1 context -->
>
> <Host name="www.tomcat1.com" >
> <Context path="/jvm1"
> docBase="webapps/jvm1"
> crossContext="false"
> debug="1"
> reloadable="true" >
> </Context>
> </Host>
> along with other contexts.
>
> When I enter www.tomcat1.com, I am not able to get the result.
>
> Any suggestions?
>
> Thanks,
>
> Kumar.

Reply via email to