I am having the same issue with a very similar configuration (using a *.blah
mapping). I have also attempted to use different mappings (/test/*) etc
with no luck.
When attempting to post data from a form
<FORM ACTION="/test1.blah" . . .>
I get a 404 error. My configuration is similar to that below so wont post
it here.
Anyone have any ideas about what I am / we are doing wrong?
Thanks in advance,
Jeff
> -----Original Message-----
> From: Mark Koontz [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, April 18, 2000 7:54 PM
> To: Orion-Interest
> Subject: servlet-map
>
>
> For some reason, I can't get servlet-map to map to a servlet.
> Am I doing
> something wrong? Here is the web-app configuration:
>
> <?xml version="1.0"?>
> <!DOCTYPE web-application SYSTEM "web-application.dtd">
>
> <web-app>
>
> <display-name>Model-2</display-name>
> <description>
> Demonstration of a Model-2 Application
> </description>
>
> <servlet>
> <servlet-name>ctrl</servlet-name>
> <servlet-class>Controller</servlet-class>
> </servlet>
>
> <servlet-mapping>
> <servlet-name>ctrl</servlet-name>
> <url-pattern>*.mdl2</url-pattern>
> </servlet-mapping>
>
> <welcome-file-list>
> <welcome-file>index.html</welcome-file>
> </welcome-file-list>
>
> </web-app>
>
> Thanks for any help!
> Mark
>
>