anonymous wrote : url=file:/D:/jboss-3.2.0_tomcat-4.1.24/server/default/deploy/
ebillejbs.jarold
|
| url=file:/D:/jboss-3.2.0_tomcat-4.1.24/server/default/deploy/ ebillejbs.jarold2
|
| url=file:/D:/jboss-3.2.0_tomcat-4.1.24/server/default/deploy/ebillweb.warold
The server is trying to deploy these files but cant associate them with any deployers
because of the extension(.jarold, .jarold2, .warold) of these files. That's why you
see those exceptions.
You have 2 options:
1) Remove(delete) these files from the deploy folder. Or maybe move it to some other
folder outside deploy folder.
OR
2) Let them remain in the deploy folder but rename them to ebillejbs.jarold.bak,
ebillweb.warold.bak, ebillejbs.jarold2.bak. Anything that has a .bak extension is excluded
from deployment.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103155#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...