[jboss-dev-forums] [Design of JBoss/Tomcat Integration] - how to deploy tomcat context file in jboss
mqaiserm
do-not-reply at jboss.com
Mon Sep 24 17:55:34 EDT 2007
We are running our web appliction in Tomcat and we have context file for every application in tomcat/conf/localhost/ folder.
In these context files, we specify JNDI Resources and some properties which we can access through web applications.
Now we are planning to migrate them in JBoss, how we can deploy these context file in JBoss?
I tried deploying abc.war file in server/default/deploy and abc.xml(Context File) in server/default/conf folder,But I am getting error that cannot find JNDI name specified in my abc.war file.
Any idea how we can migrate these web applications from Tomcat to Jboss?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4088194#4088194
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4088194
More information about the jboss-dev-forums
mailing list