|
Hi Jef,
To verify the server is set up correctly, after the
server is started, open a browser and type the url for the servlet redirector
(http://localhost:8080/test/ServletRedirector/)
to see if the servlet can be called. It it cannot, it means either the port is
wrong, the webapp context is not test or the servlet redirector mapping in
web.xml is not /ServletRedirector/.
Also, I have noticed in your
build-tests-weblogic-6.0.xml that the test URL you used for the runservertests
task is http://localhost:7001/test/test. This seems strange to me : if you succeed in starting the
tests with Ant, it means the start server target ran successfully and triggered
the junit task, which means that the correct port if 7001. So, it would mean
that the port 8080 that you specified in your cactus.properties if wrong
...
Hope it helps
-Vincent
|
- Cactus sample for weblogic Server 6.0 Jef Cumps
- Vincent Massol
