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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...