Mark,

Here's your problem:

On Mon, 23 Jul 2001, Mark W. Shadle wrote:
> /web/shadlesphere/htdocs/
>                           test.html
>                    webapps/
>                            web.xml
>                            classes/
>                                    test/
>                                         TestServlet1.class
>                            lib/

the web.xml and classes and lib directory should be inside a directory
called "WEB-INF".  Change the webapps to:

/web/shadlesphere/webapps/
                        ./WEB-INF/
                                ./web.xml
                                ./classes/.... etc
                                ./lib

I have to say I didn't look through the rest of it in detail, but thats
definately a problem.  Fix that up and see how you go.

cheers
dim



> 
> test.html has a POST tag that reads:
> <FORM method="POST" 
> action="http://www.shadlesphere.net/servlet/test.TestServlet1";>
> 
> 
> I have run this against Tomcat standalone and it is fine...I know it works 
> using localhost...what i need is to now migrate it to my virtual 
> hosts...Any help is appreciated...Thanks for all your help...
> 
> Mark
> 
> 
> 
> --
>    Mark W. Shadle - [EMAIL PROTECTED]
>       Senior Software Engineer
>                * * *
>   Scientific & Engineering Solutions
>    10010 Junction Drive, Suite 202
>      Annapolis Junction, MD 20701
>            (301)483-8888
>        http://www.s-e-s.com/

Reply via email to