Generally speaking,it's very simple to migrate apps from tomcat to jboss 
because the web container of jboss is tomcat.

But for the specialty in your app,i just show some sugguests as follows:
1) Datasource: you can use jboss jndi by defining *-ds.xml under deploy/;
2) Log: you can use Log4j.xml in your app or jboss-log4j.xml under the 
directory $JBOSS_HOME/server/default/jboss-log4j.xml.
3) others: you can define something in jboss-web.xml which places in the 
app.war/WEB-INF/ derectory.



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4237540#4237540

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4237540
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to