Cannot deploy to Tomcat 7 [message #1038935] |
Thu, 11 April 2013 10:22  |
Eclipse User |
|
|
|
I have deployed war files to tomcat (7.0.34) before but this time I tried it failed. So to make it as simple as possible i created a new workspace, created a test project and a hello world rwt application from the eclipse template. The test.launch works fine in eclipse. It prompted me to install the latest release RAP target which I did (RAP 2.1)
I then created a war file (basic) and added the test jar and then 'added required'. It validates OK. I did notice that the
<plugin id="org.eclipse.equinox.servletbridge.extensionbundle"/>
Has a red cross against it.
I export it and install into Tomcat as test.war an when I launch http://127.0.0.1/test/hello
I just get the message
type Status report
message BridgeServlet: /test/hello
description The requested resource is not available.
If I go back to an old workspace with RAP 2.0.0 installed I can create the WAR file, export, deploy and run with no problems.
Have I done something wrong or do I need to file a bug. I did find some stuff about P2 but could not work out if this applied here or not.
i also brought the old war file into the new workspace, removed and added the new servletbridge library. It needed some more dependencies javax.xml so I did an add required, deployed to tomcat and it also fails.
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04518 seconds