ericwang14 / webutilities

Automatically exported from code.google.com/p/webutilities
0 stars 0 forks source link

Execution problem in tomcat #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1.Added Compression Filter, servlet code and all remaining filters in web.xml 
file. (Tomcat 6.0,Java 5.0,J2EE5 we used)

2.we restarted tomcat server.Tomcat is working but application running it is 
showing as False in Tomcat admin panel.

3.Application is not running after adding the code.

What is the expected output? What do you see instead?
Application is not running.JSCSSMergeServlet and Filters having same problem.

What version of the product are you using? On what operating system?
Tomcat 5.5,Java 1.5,J2EE5

Please provide any additional information below.

Original issue reported on code.google.com by s.abdulk...@gmail.com on 12 Sep 2012 at 11:26

Attachments:

GoogleCodeExporter commented 9 years ago
Attach the tomcat startup log. There must have been some error and stackTrace 
printed in the log. 

Original comment by rr.patil...@gmail.com on 18 Oct 2012 at 2:17

GoogleCodeExporter commented 9 years ago
JDK 1.5 might have version mismatch/unsupported version like issues as 
webutilities is built using JDK 1.6. 
https://code.google.com/p/webutilities/issues/detail?id=43#c2

Original comment by rr.patil...@gmail.com on 22 Feb 2013 at 8:36