• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Application redeployment problem

 
Ranch Hand
Posts: 57
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am redeploying a web application using the application manager.
I invoke the manager using ant. Everytime I redeploy an application which
has resources in JNDI I get the following exception thrown.

During the startup of the application I set references I get from JNDI on several beans this causes the exception.
I have the necessary entries in server.xml and web.xml
Everything is fine when I install the application and start the server then.
As soon as I redeploy the application while the server is running the above exception is thrown.
This happens both with Tomcat 4.x and 5.x.
Until now I did not come up with a solution.
Any ideas, or has anyone experienced the same problem?
Any help greatly appreciated.
Thanx,
jay
 
Are you here to take over the surface world? Because this tiny ad will stop you!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic