Hi,
I have created a Context within server.xml file, something of this sort
<Context path="/health"
docBase="c:/jakarta-tomcat-3.2.1/webapps/com/health/wls/servlets"
crossContext="true"
debug="0"
reloadable="true" >
</Context>
And then when i start tomcat within my log file it shows the context being
added. But when I try to run the servlet
(url give n is "localhost:8080/health/HealthLogin")
which is within this dir I get a error saying "Page not found"
What am i doing wrong here???
Even if you think of some basic things let me know, coz i am trying Tomcat
for the first time.
Thanks in advance
jags
2001-08-01 05:29:12 - ContextManager: Adding context Ctx( /health )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /application-doc )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx(
/application-examples )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /com )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /datetime-doc )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /datetime-examples
)
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /examples )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /page-doc )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /page-examples )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /regexp-doc )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /regexp-examples )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /request-doc )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /request-examples
)
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /response-doc )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /response-examples
)
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /session-doc )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /session-examples
)
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /test )
2001-08-01 05:29:13 - ContextManager: Adding context Ctx( /Test2.class )
2001-08-01 05:29:15 - PoolTcpConnector: Starting HttpConnectionHandler on
8080
2001-08-01 05:29:15 - PoolTcpConnector: Starting Ajp12ConnectionHandler on
8007
2001-08-01 05:29:17 - Ctx( /com ): 404 R( /com + /Test2 + null) null
2001-08-01 05:29:18 - Ctx( /com ): 404 R( /com + /Test2 + null) null
2001-08-01 05:29:19 - Ctx( /com ): 404 R( /com + /Test2 + null) null
2001-08-01 05:29:19 - Ctx( /com ): 404 R( /com + /Test2 + null) null
2001-08-01 05:29:38 - Ctx( /health ): 404 R( /health + /HealthLogin + null)
null