aspose file tools
The moose likes Struts and the fly likes deployment exception Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "deployment exception" Watch "deployment exception" New topic
Author

deployment exception

sameera liyanage
Ranch Hand

Joined: Nov 25, 2008
Posts: 639
here is the error i got


here is my address jsp


here is my web.xml


here is my config.xml

what is this error?
nibla jose
Greenhorn

Joined: May 25, 2009
Posts: 28
There is a resource reference given in the web.xml. The server checks whether the jndi reference is there in the server's jndi context while deploying. It seems to me like you are trying to run your first struts app. If so comment the resource reference that you have given in the web.xml.
<resource-env-ref>
<description>
Object factory for MyBean instances.
</description>
<resource-env-ref-name>
bean/MyBeanFactory
</resource-env-ref-name>
<resource-env-ref-type>
com.mycompany.MyBean
</resource-env-ref-type>
</resource-env-ref>


And try deploying again. That might work. But if you really need this. I guess you need to give the EJB reference in the server.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: deployment exception
 
Similar Threads
JBoss Server V4.2 NOT getting Started
Deployment issue in Jboss 4.2.2 GA with Axis2 1.4
deployment of war file failed in JBOSS
JBoss 4.2.3 GA start up error - Could not restore ejb timers javax.management.RuntimeMBeanException
can i add two different ds.xml files in jboss