Charles

The web.xml does not have much mapping as the application uses the SOFIA Salmon 
LLC framework. Actually, as I said, the page is entered and executed first to 
print the search criteria with URL - 
http://host:5080/app/Jsp/WorkOrderList.jsp?work_order_type=active&NavBarId=work_order_list

Now, after selecting search criteria, the Search button is hit, and apparantly 
the same page get executed, as the log file goes:
{ Information Message | 2010-06-30 11:46:49.197 | Thread[http-8080-2,5,main] |  
org.apache.jsp.Jsp.WorkOrderList_jsp} JspServlet.service() start - 
URI=/workbench/Jsp/WorkOrderList.jsp

Then it gets data from the data source succecssfully. Then, it prints:
{ Information Message | 2010-06-30 11:46:49.479 | Thread[http-8080-2,5,main] |  
org.apache.jsp.Jsp.WorkOrderList_jsp} JspServlet.service() end - 
URI=/workbench/Jsp/WorkOrderList.jsp Time=282 Init=false

Then the front end page says: Page Not Found. 

In Windows, however, right after this line "JspServlet.service() start - 
URI=/workbench/Jsp/WorkOrderList.jsp" is printed AGAIN in the logs to execute 
all the other HTML related component for the frontend. And in the last it 
prints the end - URI bit again. 

You may refer to the attachments posted earlier. 

Please let me know whether I have clarified your query. 

Kind Regards,
Rahul

--- On Thu, 7/1/10, Caldarale, Charles R <chuck.caldar...@unisys.com> wrote:

> From: Caldarale, Charles R <chuck.caldar...@unisys.com>
> Subject: RE: RE: Tomcat 6.0.26 with Java 6 update 20 on Sun Solaris 5.8 Sparc 
> - Web application unable to execute properly
> To: "Tomcat Users List" <users@tomcat.apache.org>
> Date: Thursday, July 1, 2010, 8:23 AM
> > From: rahul [mailto:iamrahu...@yahoo.com]
> > Subject: Fw: RE: Tomcat 6.0.26 with Java 6 update 20
> on Sun Solaris 5.8
> > Sparc - Web application unable to execute properly
> > 
> > I installed Mozilla Firefox and on clicking "search"
> it printed out an
> > error message that "The requested URL
> /workbench/Jsp/WorkOrderList.jsp
> > was not found on this server.". Ran the same
> application parallaly on
> > Windows and that works fine with Firefox as well.
> 
> I suspect it's what I told you to look for earlier - case
> sensitivity.  In Windows, case matters very little, but
> on Solaris, it's critical.  Is the directory the URL
> maps to spelled exactly the same way the URL is formed (eg,
> Jsp, not jsp)?  Is there a URL-pattern in your
> WEB-INF/web.xml that might have the wrong casing?
> 
>  - Chuck
> 
> 
> THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR
> OTHERWISE PROPRIETARY MATERIAL and is thus for use only by
> the intended recipient. If you received this in error,
> please contact the sender and delete the e-mail and its
> attachments from all computers.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
> 
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to