2
votes
7answers
89 views
Incremental deployment of java web applications
We have following problem. Developers frequently need to make small changes to our web applications. When I say small, I mean things like correcting the spelling on a web page or similar. Generating …
1
vote
1answer
36 views
Finding a needed dll after a JBoss (hot) redeploy?
My web application uses a native dll for part of its functionality (the location of which is provided in PATH). Everything works until I make a change to the WAR and JBoss hot deploys this WAR. At …
1
vote
3answers
120 views
Why do my hot-deployed files disappear sometimes? (I think Apache eats them)
Here's my situation:
Windows Server
Apache
CruiseControl
The last step of my CruiseControl deploy scripts copies the build to Apache's htdocs folder, in a "demos" folder (I believe this is …
0
votes
1answer
128 views
Tomcat Hot Deploy not working
I'm having an issue hot deploying a new WAR on my Tomcat 6 server.
When I add in my new WAR I can see that Tomcat is attempting to deploy it. However, I believe the problem lies in undeploying the …
