Hello,
I moved my webapp from a standalone Tomcat to the embedded Tomcat running on
JBoss 4.0.2. My directory structure is as follows:
server
--default
---deploy
test.war
-config (this is where the properties files are)
-css
-jsp
--docs
-images
-logs
-WEB-INF
---
Thank you!
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3925966#3925966
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3925966
---
This SF.Net email is sponsored by
Hello,
I have an application that is running as separate JSPs and servlets in
the webapps directory in standalone Tomcat 4.1. I need to migrate this to run
on an existing installation of JBoss 4.0.2. Can I simply copy the webapp files
from "C:\tomcat\webapps" directory to the
"C:\jboss\server