Questions tagged [tomcat5.5]

Version 5.5.x (August 2004) of the Apache Tomcat servlet container. Use only if your question is specifically related to features of this version.

Version 5.5.x (August 2004) of the Apache Tomcat servlet container.

Apache Tomcat is an open source servlet container and is developed by the Apache Software Foundation (ASF). Questions here should relate to Tomcat Version 5.5.x.

Note that the ASF has announced 30 September 2012 as the end of life date for the Apache Tomcat 5.5.x release series.

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.

249 questions
0
votes
2 answers

Tomcat context path change for accessing the app from root

We have tomcat 5.5.25. There are around 10 war files deployed in this tomcat. All the war files are in a separate directory, and we have xml files for each app in conf/catalina/localhost folder. For example take app.war application app.war file is…
Kishore Tamire
  • 2,054
  • 5
  • 23
  • 25
0
votes
2 answers

tomcat 5.5 setting up context path with virtual hosts (non webapps directory)

I have been a web developer for a couple of years (some ASP, mostly PHP) and have recently taken on Java/JSP in the last two years. The one thing I have tried repeatedly but continue to fail to wrap my head around is the way to setup a working JSP…
TJ.
  • 36
  • 1
  • 6
0
votes
2 answers

SEVERE: error registering connector Tomcat 5.5

I've try to deploy my project with Tomcat 5.5 (sounds dull :D) But i have a trouble when using SSL with this error like this post. An error occurred during a connection to localhost:7080. SSL received a record that exceeded the maximum permissible…
irvana
  • 343
  • 2
  • 5
  • 17
0
votes
3 answers

How to increase my heap size

i got following error . exception org.apache.jasper.JasperException: Java heap space org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:433) …
sagar reddy
  • 97
  • 2
  • 8
0
votes
4 answers

Working log4j config ignored by Spring classes

I use log4j and he work just fine. A log4j.xml file is in my classpath, i use appender and category... again, it's work just fine for my code or code of other librairy. But the spring classes continue to flood stdout with message i want to log…
Antoine Claval
  • 4,923
  • 7
  • 40
  • 68
0
votes
2 answers

Can we mutualize a jsp into a jar deployed in shared folder of Tomcat 5.5?

We would like to have an header with same image, same css. The only thing which is needed is the name of application which would be provided into the model in order to load a different logo. Is it possible to put that jsp into a jar which would be…
MychaL
  • 969
  • 4
  • 19
  • 37
0
votes
1 answer

Tomcat: cannot upload a file correctly 2 times

We develop an application which uploads some CSV file. In order to be sure about our code, the upload has been tested with 2 differents framework : ZK (which manages upload itself) and with classic jsp/Spring REST. On our local server (windows,…
MychaL
  • 969
  • 4
  • 19
  • 37
0
votes
1 answer

Getting issue in tomcat 7 but worked on tomcat 5. (Failed to start component )

My application was running fine on tomcat 5.5 but now i want to use tomcat 7.I am getting issue if i use tomcat 7. I found on net and saw that people getting this issue. But i am facing this issue on tomcat 7 but on tomcat 5 my application was…
VJS
  • 2,891
  • 7
  • 38
  • 70
0
votes
1 answer

SSI include Couldn't get context for path

I can't get ssi to work on Tomcat 5.5.27. using standard ssi configuration and getting this in log SEVERE: #include--Couldn't include file: /file/hi.html java.io.IOException: Couldn't get context for path: /file/hi.html I don't know what is the…
tom52
  • 305
  • 2
  • 8
0
votes
1 answer

how the web service and web application can communicate while residing in a single web project

There is a web application. It runs on Apache Tomcat 5.5. Now the requirement is I have to integrate a module in it that will behave as a web service and keeping this web application intact i.e. there will be two parts of this web application one…
Infotechie
  • 1,653
  • 6
  • 23
  • 35
0
votes
2 answers

XX:OnOutOfMemoryError on setenv.sh

i want to set a script which will restart the server automatically. And i write the following code to setenv.sh file JAVA_OPTS="$JAVA_OPTS…
user2739655
  • 141
  • 1
  • 3
  • 14
0
votes
0 answers

Jsp that calls a web service in domain

I want to write a .jsp (tomcat5.5) that calls a web service (IIS in domain). I get an HTTP Error 401 Unauthorized. It seems that in order to call the web service you have to be a domain user. I want to allow access to the jsp only to domain users.…
0
votes
1 answer

Reduce number of Tomcat's Daemon Threads

I'm using Tomcat 5.5 with Eclipse and at every startup the Tomcat spawns about 15 to 20 Daemon threads. It's usefull if you want to handle several requests "at once". This is superficial on my development server and wastes ressources. How can I…
guerda
  • 23,388
  • 27
  • 97
  • 146
0
votes
1 answer

Configuring eclipse to delete logs before tomcat server startup

I am using Galileo with tomcat 5.5 server. I want to delete the logs from specific folder every time I start the server. Instead of doing this manually , can i automate this process ? What I need is when i click on the start in eclipse, before start…
Prashant Onkar
  • 414
  • 3
  • 15
0
votes
0 answers

How to set the maximum receive limit for HTTP file transfer using Tomcat

Hi I am sending and receiving files through HTTP and i am able to send a file size of more than 4mb, but in the receiver end I am unable to receive a file size of more than 4mb and hence I am getting an timeout exception at the sender end. I know…
Arun Kumar
  • 33
  • 2
  • 11