Hi all,

I am new to Struts and tomcat. 
Recently, I picked up a jsp application, which is using Struts 1.1, jre1.4.2, 
running on tomcat 5.0. 
In the application, index page checks with the user role, then forwards  to the 
corresponding home page, or to login

Everything works perfectly on Firefox 2 and IE 6. However, when comes to IE 7, 
the web pages just does not work. It gave a [b]HTTP 404 Not Found[/b] error. 
on the Tomcat log. Here is what's in the log after started Tomcat and accessed 
the localhost, 

============ ON IE 7 ================
....
.......
INFO: Server startup in 224171 ms
rhc======== going to URL:login
58969 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.logic.LocalStrings', 
returnNull=true
58985 [http-8080-Processor25] INFO tiles.TilesRequestProcessor  - Tiles 
definition factory found for request processor ''.
59094 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.html.LocalStrings', 
returnNull=true
59125 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.logic.LocalStrings', 
returnNull=true
59125 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.logic.LocalStrings', 
returnNull=true


=============== ON IE 6 OR FIREFOX 2.0 ================
....
......
INFO: Server startup in 231500 ms
rhc======== going to URL:login
52250 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.logic.LocalStrings', 
returnNull=true
52266 [http-8080-Processor25] INFO tiles.TilesRequestProcessor  - Tiles 
definition factory found for request processor ''.
52422 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.html.LocalStrings', 
returnNull=true
52469 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.logic.LocalStrings', 
returnNull=true
52469 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.logic.LocalStrings', 
returnNull=true
52469 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.bean.LocalStrings', 
returnNull=true
52516 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
52547 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.html.LocalStrings', 
returnNull=true
52547 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.html.LocalStrings', 
returnNull=true
52547 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.html.LocalStrings', 
returnNull=true
rhc======== page is forwarded to Login page:
rhc ======== ======rendering login page==========:
52750 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.html.LocalStrings', 
returnNull=true
52766 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.html.LocalStrings', 
returnNull=true
52781 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.html.LocalStrings', 
returnNull=true
52781 [http-8080-Processor25] INFO util.PropertyMessageResources  - 
Initializing, config='org.apache.struts.taglib.html.LocalStrings', 
returnNull=true
rhc======== login page is done redenering, waiting for further request from 
clients


does someone know what the problem maybe here??or please give me suggestions on 
how I should approach this problem, what I should look into??


Thanks
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=60129&messageID=117282#117282


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

Reply via email to