Hello Friends

A very strange findings for today! Found it only because I skipped the first 
"Launch" page that used to launch a new window through Java Script. Now, the 
finding is - 
1. After the Launch, this would open a Home Page with the request URL - 
http://<localhost>:5080/<URL>
2. Clicking on Search Work Order menu, it will request the URL:
http://<localhost>:5080/<SearchListURL>
3. Now, interesting bit - On providing search crietria and clicking search, the 
request is sent to - 
http://<localhost>:8080/<SearchListURL>

Now, why the third step is posting this to default 8080 port when clearly the 
server.xml is configured to listen to HTTP requests on 5080 port.

I tested this in Windows with 5080 listener port and it failed there too.

Any hints?

- Regards
Rahul




--- On Mon, 7/5/10, Pid <p...@pidster.com> wrote:

> From: Pid <p...@pidster.com>
> Subject: 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: Monday, July 5, 2010, 12:05 PM
> On 4 Jul 2010, at 23:02, rahul <iamrahu...@yahoo.com>
> wrote:
> 
> >> I guess there are <jsp:include page /> and
> <%@ include file %>  
> >> directives in you webapp. Check them for case
> sensitivity
> > 
> > 
> > There are only couple of directives - 
> > <%@ taglib uri="/taglib.tld" prefix="salmon"%>
> > and
> > <%@ page errorPage="ErrorPage.jsp"
> extends="com.salmonllc.jsp.JspServlet"%>
> > 
> > ErrorPage.jsp is perfectly correct case-wise. 
> 
> There is an ErrorPage.jsp in each directory?
> 
> 
> p
> 
> > 
> > 
> > --- On Fri, 7/2/10, Mikolaj Rydzewski <m...@ceti.pl>
> wrote:
> > 
> >> From: Mikolaj Rydzewski <m...@ceti.pl>
> >> Subject: 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: Friday, July 2, 2010, 1:14 PM
> >> On 07/02/2010 01:23 AM, rahul wrote:
> >>> 1. I tried building the war in Windows and
> worked
> >> fine. I transferred the war to UNIX, it
> mis-behaves as
> >> described earlier.
> >>> 2. I tried building the war in UNIX, it
> mis-behaves as
> >> described earlier. I transferred the war to
> Windows and it
> >> worked fine.
> >>>     
> >> 
> >> I guess there are <jsp:include page /> and
> <%@
> >> include file %> directives in you webapp. Check
> them for
> >> case sensitivity.
> >> 
> >> 
> >> -- 
> >> Mikolaj Rydzewski<m...@ceti.pl>
> >> 
> >> 
> >>
> ---------------------------------------------------------------------
> >> 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
> > 
> 
> ---------------------------------------------------------------------
> 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