Add the following line: <Context path="your-app" docBase="your-app-path" debug="0"/> in Server.xml
ex- <Context path="/myApp" docBase="<myApp-Path>" debug="0"/> <myApp-Path> : C:\myApp for windows <myApp-Path> : /usr/apps/myApp for unix Hope this helps. -----Original Message----- From: Kenneth Ho (IT Department Ltd) [mailto:[EMAIL PROTECTED] Sent: Monday, March 08, 2004 10:42 AM To: Tomcat Users List Subject: Application directory outside webapp in tomcat Is that possible to have application directory located outside the default webapp directory inside tomcat? How to configure the server.xml to do it? I've tried to do that but failed. Please help. Kenneth --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
