0
votes
2answers
30 views
How can I install one Web Application in two context roots in JBoss 4?
My goal is to install only one WAR file but to use test or production settings (for example to point to different databases) depending on the context root.
mydomain.com/MyWebApp will use production …
1
vote
1answer
470 views
groovy webtest chokes on context root in url invoke
I am trying to wrap my head around canoo webtest
I setup a simple groovy webtest.
I have even made and run the xml equivalent and I get the same error when it tries to encode the url.
I get an error …
0
votes
2answers
379 views
Is it possible to have a servlet forward to a jsp outside of its context root?
We currently have an appserver setup where EVERYTHING is off of one big context root, and we copy class files and restart app servers to deploy. Not ideal.
I'm trying to set up an ant script to do the …
