Questions tagged [tomcat5]

Version 5.x (October 2002) of the Apache Tomcat servlet container. Use only if your question is specifically related to features of this version.

Version 5.x (October 2002) of the Apache Tomcat servlet container.

Use only if your question is specifically related to features of this version. Just because you are using this version, doesn't mean you need this tag. Use in addition to or instead of this tag.

See for more information.

14 questions
3
votes
2 answers

httprequest.getsession is returning null

I have written one filter which would invalidate current session and create new session and copy attributes of old session into new session. This is working fine in tomcat5 and jdk 1,4 but when i switched it to tomcat6 and jdk 1.6 once the filter is…
aru
  • 59
  • 1
  • 7
  • 16
3
votes
1 answer

Access is denied. Unable to open the service 'Tomcat5'

I'm not sure what's happening here. I have Tomcat5.5.26 installed on a Windows2008 Server. The service works fine and starts automatically. However, when I log into the system, I get a dialog box saying "Access is denied. Unable to open the…
Bob .
  • 521
  • 9
  • 18
1
vote
0 answers

Cannot invoke org.apache.taglibs.standard.tag.el.core.ForEachTag.getLoopStatus()

While attempting to migrate an old java spring app from Java J2SE 1.2 to Java 17, Tomcat 9 - from 5.1, I find myself without ideas - and google search results - on what to try to figure out what changed in the taglibs library. I have this piece of…
José Neves
  • 333
  • 3
  • 10
1
vote
1 answer

How to prevent XSS attack tomcat 5.5

I am using tomcat 5.5.36. I built an application with JSP. I used a "toolOwasp Zap security tool" to scan my application. In the report I found a issue related to XSS. I am using a form to login user and sending it with post. In the report its…
ZINDA ROBOT
  • 280
  • 2
  • 15
1
vote
1 answer

Tomcat5 SSL not working

I am working on a Windows 2008 Server and have successfully set up a webapp on Tomcat v5.5. I can access the app via http, but not via https. In my Tomcat server.xml, I have defined the https connector as follows:
Bob .
  • 521
  • 9
  • 18
1
vote
1 answer

Tomcat servlet not running - error 404

I have an application that is distributed with tomcat, I wanted to simply take the webapp from the webapps folder and put it into the webapps folder of a tomcat server, however when I do this and restart it etc whenever a servlet is referenced (such…
user1044220
  • 269
  • 1
  • 7
  • 21
1
vote
1 answer

Tomcat 5.0 - The requested resource is not available

I know this question has been asked many many times but I can not seem to find a solution. I am receiving this error message: "The requested resource (/package/servlet/access) is not available." I have this web.xml file:
Ryan S
  • 3,210
  • 17
  • 48
  • 79
1
vote
0 answers

ajp connector to set packet size in tomcat 5.0.3

I have tomcat 5.0.3, in the link its mentioned that the attribute is availiable for tomcat 5.5 onwards. The attribute packetSize is only available in Tomcat 5.5.20+ and 6.0.2+. how do increase the packetsize in tomcat 5.0.3.??
suhail
  • 27
  • 4
0
votes
1 answer

Cannot access Tomcat 5 externally

I'm trying to put in a Tomcat server on our unix machine (access remotely) which will be used for test projects. I used Tomcat 5.0.25 (as our production is using the same version). For now i don't want to run it through Apache and instead just want…
ke3pup
  • 1,835
  • 4
  • 36
  • 66
0
votes
2 answers

Error creating jsf components dynamically using Tomcat 5.0

I have created an application which build a grid or a matrix of elements dinamycally. When I try to navigate to another page I get an error: This is the code: private HtmlInputText createCelda(String vValue, String vStyle, String vTitle, String…
David
  • 1
  • 1
0
votes
0 answers

Getting NoClassDefFoundError from Groovy sql.eachRow function

I am debugging a Java application that runs Groovy program for a certain database transaction call. When the pointer passes the following line of the Groovy program sql.eachRow("select.....from...where...",[value0, value1]) It prints the following…
ChrisZ
  • 482
  • 2
  • 11
  • 26
0
votes
2 answers

Error in starting tomcat 5.0 from cmd prompt "The system cannot find the file -Djava.endorsed.dirs=."

I am executing a web app which is in tomcat 5.0 web app folder when i am trying to start tomcat 5.0 i am getting this error "The system cannot find the file -Djava.endorsed.dirs=. Below u can see the error i am…
saikiran
  • 2,247
  • 5
  • 27
  • 42
0
votes
1 answer

JAVA - Tomcat 5 Application connecting to Web Service using HTTPS, while Tomcat 7 Application does not

We have this scenario where an application on a particular server using Tomcat 5 (JDK 1.4) can successfully connect with a web service using HTTPS and the same application using Tomcat 7 (JDK 1.7) on another server fails to connect to this web…
Ryan S
  • 3,210
  • 17
  • 48
  • 79
0
votes
1 answer

New error in tomcat5 and java7 U21

I've got a system develop in Java + MySql + Tomcat5. I used to work with Java6, but I updated my machine to win8 with java7 and when I run my servlet I got this error from Tomcat. Does anybody know why it's happening this or how to fix…
Carol
  • 553
  • 2
  • 10
  • 24