[jboss-user] [Beginners Corner] - Re: Problem to deploy

jaikiran do-not-reply at jboss.com
Thu Nov 8 23:28:31 EST 2007


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#4103155

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103155



More information about the jboss-user mailing list