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
1 answer

Tomcat 5.5 (.20) Start keeps stalling - stdout log stops @ "Initializing Performance Management"

Does anyone have any idea what causes the restart of Tomcat 5.5 to stop at this? The lines before it I have seen before during successful restarts, but they could hold more information: INFO: XML validation disabled log4j:WARN No appenders could be…
Matt Rowles
  • 7,721
  • 18
  • 55
  • 88
0
votes
2 answers

java application deployment on tomcat server on red hat?

I have a java web service application, i created a .WAR file. and now i have loaded .WAR file in a folder that is in a root for example /mytestdir/mywebapp.WAR now i want my tomcat5 to run this file that is out of tomcat5 webapps directry. Please…
Asghar
  • 2,336
  • 8
  • 46
  • 79
0
votes
1 answer

Want to configure shared tomcat realm with different datasources

I have two sets of web applications that all run on the same Tomcat 5.5 server. I have one common Realm defined in server.xml:
Will
  • 1,622
  • 4
  • 25
  • 39
0
votes
1 answer

Startup times for different versions of tomcat

Over time I have come to know that older java ee servers used to take tens of minutes to start up. If we consider tomcat for instance. Is there a comparison available about average statrtup time of each version of tomcat.
Aqeel Ashiq
  • 1,988
  • 5
  • 24
  • 57
0
votes
4 answers

How to set tomcat work at debug mode?

I deploy a application to tomcat with context xml. I want the tomcat work at debug mode, I means if I change something inside a function, like change String a="123"; to String a="456"; tomcat should get the change without reload the…
zhangcheng
  • 141
  • 2
  • 9
0
votes
2 answers

The value for the useBean class attribute com.realtor.website.WebdbBean is invalid

I am facing an error after moved my site from one server to other. My problem is java bean is working fine if page is at root folder. for example "mydomain.com/page1.jsp" is working fine BUT if I put the page in folder then it's give me below …
user934179
  • 21
  • 2
  • 4
0
votes
0 answers

TLS v1.2 on old Java 5 and Tomcat 5.x

I have an old Java 5 application running on a Tomcat 5 server. I tried everything suggested to implement the TLS v1.2 protocol yet nothing worked and the browser will return a ERR_SSL_VERSION_OR_CIPHER_MISMATCH error. As of now what I tried…
0
votes
1 answer

How to access remotely different application servers on the same server machine?

I'm kind of new to application servers so here it goes. I have a NT machine which has Windows Server 2003 installed on it; it also has an Apache Tomcat 5.5 app server which some people use .JSP for some tasks. What I'm trying to do is that I want to…
neocorp
  • 569
  • 7
  • 20
0
votes
1 answer

Another question on servlet

As I have asked the similar question about servlet ,which is for showing a report on browser. I reconstruct a Danymic web project(named JasperServlet) using Eclipse,after creating . compiling and maping servlet(named…
parsifal
  • 879
  • 4
  • 12
  • 21
0
votes
2 answers

Tomcat can't open folder from webapp

I have application that need from res folder with images. I deploy the project under /webapp/proj and then I create new folder in /wepapp/proj with images. But I can't access the image folder from browser (Folder is with permisions 777), because I…
nyanev
  • 11,299
  • 6
  • 47
  • 76
0
votes
3 answers

How to control access to HTML pages in Tomcat 5.5 using tokens

I have a Tomcat 5.5 server that hosts some HTML pages. I want to control the access to these pages. The incoming users' HTTP requests are supposed to have special authentication values. What I need is to write a function that returns true/false…
Ticker23
  • 172
  • 4
  • 19
0
votes
1 answer

Deleted Tomcat without executing shutdown.sh

I deleted my Tomcat 5.5.30 by mistake without shutting it down. Now even if no tomcat is running sometimes localhost:8080 shows tomcat default page but if I refresh it goes off. Now even I am running a different Tomcat 5.5.30 (with a different port…
abhihello123
  • 1,668
  • 1
  • 22
  • 38
0
votes
1 answer

Hide application information in Tomcat

I have a web project deployed in Tomcat. I have run various tests including security tool tests. One of the tests reported that using OPTIONS it was possible to detect acceptable HTTP requests per application URL. My question is how can I disable…
Cratylus
  • 52,998
  • 69
  • 209
  • 339
0
votes
3 answers

Question on tomcat logging

I have read that as a good security practice it is good to enable usage logs to identify source of attacks etc. This can happen using AccessLogValve. My question is if anyone has experience in using this and if it has any affect on performance in…
Cratylus
  • 52,998
  • 69
  • 209
  • 339
0
votes
0 answers

Enable TLS 1.2 in Tomcat 5.5 Http11Protocol

I am trying to enable TLS 1.2 in my web app which uses Tomcat 5.5 and Java 1.7. I am checking the website TLS version on both chrome and IE. Things I have tried: adding -Dhttp.protocols = TLSv1.2 to JAVA_OPTS in setenv.bat. (still shows TLS…
Ramesh Verma
  • 111
  • 1
  • 9