Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JRUN the culprit?

843842Jun 11 2008 — edited Jun 12 2008
Any ColdFusion gurus here? The adobe.com forums are silent on this issue.

I'm trying to post to a servlet from JavaScript (not from CF), and getting a 404 error. This makes me think it's a mapping issue.

Here's the relevant part of web.xml:

<servlet>
<servlet-name>FNWiz</servlet-name>
<display-name>Display Name of FNWiz</display-name>
<description>This is the description of the FNWiz Service</description>
<servlet-class>com.example.FNWizServiceImpl</servlet-class>
</servlet>

<servlet-mapping>
<servlet-name>FNWiz</servlet-name>
<url-pattern>/myapp/GWT_MODULES/com.example.FNWizService</url-pattern>
</servlet-mapping>

And here's the request:

http://localhost:8500/fos2/GWT_MODULES/com.example.FNWizService

What am I missing? Do I have to do something to JRUN?

Thanks

e.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 10 2008
Added on Jun 11 2008
5 comments
165 views