At 09:42 AM 12/29/2004 -0800, you wrote: >Hi, >I have been trying to deploy my app into 5.5.4 using a META-INF/context.xml >file type config. The application is deployed according to the log; there >are no errors. When I access it, I receive a 404 error, none of the JSPs >respond. I have tried various combinations of path and docBase and have >followed the documention but no success. I find this stuff very difficult to >debug. So far, I have resisted putting the <Context> section into the >server.xml since the documentation says to avoid that. >
Have you read the docs for 5.5.x? There is no "path" anymore. This is given by the name of the file when it gets copied to CATALINA_HOME/conf/localhost. The docbase would be something like either "myapp.war" or "myapp".
>How do you configure a 5.5.4 application in a context to log to its own log >file like the <Logger .../> setup in TC 4.1.
Use Log4j. Search for messages from me on this topic. I won't repeat it here.
Jake
> >Any suggestion would be greatly appreciated. > >Regards, > > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
