Tagged Questions
1
vote
3answers
178 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
0answers
6 views
Hot deployment of modified axis archive for web services
Apache axis2 (1.6.1) support hot deployment of web service archives when copied to axis war's web-inf/services folder. But this is limited to new services only. It does not hot deploy 'changed' ...