Dear anurag shinde,

Your description suggests one of two things:

1. If you only have a java app server running (no web server like Apache
taking the initial requests and forwarding them on) then your problem sounds
like an incorrect or missing "*.do" servlet mapping in your 'live'
context/WEB-INF/web.xml file.

2. If you have a regular web server managing requests and sending *.jsp and
*.do pages to a java server behind the scenes, then you sound like you have
a problem mapping *.do paths.  In thise case you should check the front
server's configuration for *.jsp urls and make sure you have something set
up for *.do just like your working *.jsp configuration.

3. Also, you might want to lookup cookie issues with your live web server.
Some web servers have to be configured to understand cookies in the url like
Tomcat does (see the subject line as an example).  If the front servers are
not configured properly, they assume that is one url, not a url and a cookie
put together.

Regards,
David

-----Original Message-----
From: Anuraag Shinde [mailto:[EMAIL PROTECTED]
Sent: Monday, September 11, 2006 5:22 AM
To: [EMAIL PROTECTED]
Cc: user@struts.apache.org
Subject: Re: URL /login.do;jsessionid=03D17FDFCC0FDD5A42EC9BB78C0AE935
was not found on this server

Thanks for your intrest,
Third party server means a live webserver where we are going to host our
application.
Here our jsp's are visible, which indicates that struts is working fine as
<html:form in jsp are properly converted to <form name=...
only when we press submit it gives error that "URL /login.do was not found
on this server"
and thats the problem.
Can't understand how to fix this :(

thanks and regards
anurag shinde


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to