[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Explicit document source root using context/docbase
azariah
do-not-reply at jboss.com
Wed Feb 7 16:50:10 EST 2007
Thanks for your reply. Adding the WAR file location under URLs in server/default/conf/jboss-service.xml works fine. However, I need to use the directory which contains the expanded WAR file.
I have tried "file:/c:/MyApp", "file:/c:/MyApp/", "file:/c:/MyApp/WEB-INF" and "file:/c:/MyApp/WEB-INF/web.xml". Each attempt fails with different errors.
With "file:/c:/MyApp/" the errors were:
2007-02-07 13:39:13,821 ERROR [org.jboss.deployment.scanner.URLDeploymentScanner] Incomplete Deployment listing:
--- Packages waiting for a deployer ---
org.jboss.deployment.DeploymentInfo at 75567bae { url=file:/C:/mg32/MailGate/Java/webapps/adminPortal/src/WEB-INF/classes/com/tumbleweed/tda/mg/admin/ApplicationEventHandler.class }
deployer: null
status: null
state: INIT_WAITING_DEPLOYER
watch: file:/C:/mg32/MailGate/Java/webapps/adminPortal/src/WEB-INF/classes/com/tumbleweed/tda/mg/admin/ApplicationEventHandler.class
altDD: null
lastDeployed: 1170884348258
lastModified: 1170884348258
mbeans:
org.jboss.deployment.DeploymentInfo at 2013ee8e ...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012670#4012670
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4012670
More information about the jboss-user
mailing list