| BridgeServlet: is not available. [message #933783] |
Fri, 05 October 2012 06:39  |
Bertin Kiekebosch Messages: 223 Registered: August 2011 |
Senior Member |
|
|
Hi,
when I deploy my application (named "connect") to Tomcat I get a HTTP 404 error as soon as I try to contact my app (see below).
From within the same development environment (Scout Juno) I deploy more applications to the same Tomcat instance. Only this application will not work.
I cannot find any difference in configuration between the applications and cannot find any error info on the tomcat server what is causing this problem.
Regards Bertin
HTTP Status 404 - BridgeServlet: /connect
--------------------------------------------------------------------------------
type Status report
message BridgeServlet: /connect
description The requested resource (BridgeServlet: /connect) is not available.
--------------------------------------------------------------------------------
Apache Tomcat/7.0.23
|
|
|
|
|
|
|
|
|
| Re: BridgeServlet: is not available. [message #956428 is a reply to message #956395] |
Wed, 24 October 2012 09:55   |
Jeremie Bresson Messages: 266 Registered: October 2011 |
Senior Member |
|
|
Check the validity of your {{your_project}}.server/products/production/{{project}}-server.product
See my message in this thread for a screenshot (with the location of the validate button).
If a plugin is missing, when you click on validate it will be listed. You should add it to the list.
If you get "No problem were detected", indicate it in the forum: this will tell that the error is where else.
----
The plugins included when you start the server from Eclipse are defined in the dev product file. The plugins that are included in the war are defined in the production product file.
There is a difference, because when you start from eclipse you run a server with Jetty. When you export a war, you do not need Jetty, because you will deploy in a container (like Tomcat).
[Updated on: Wed, 24 October 2012 09:57] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.02047 seconds