Questions tagged [tomcat6]

Version 6.x (December 2006) of the Apache Tomcat servlet container. Use only if your question is specifically related to features of this version.

Version 6.x (December 2006) of the Apache Tomcat servlet container.

Apache Tomcat is one of the most popular open source servlet containers developed by the Apache Software Foundation (ASF). Questions here should relate to Tomcat Version 6.x.

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.

1866 questions
0
votes
1 answer

Why does the context initialization fail for the Spring MVC tutorial section 4.6?

I have followed the following Spring MVC tutorial which works fine until I deploy step 4.6: Spring MVC step by step tutorial The Errors I get are: SEVERE: Context initialization…
Alastair
  • 55
  • 1
  • 7
0
votes
1 answer

java webapp logback teefilter classnotfound exception

I have a webapp in which I am trying to switch from slf4j + jdk14 to slf4j + logback. I have updated the pom.xml and added logback.xml in src/main/resources. When I start the webapp from Netbeans I see this error in the tomcat 6 log: …
Nik
  • 247
  • 1
  • 8
0
votes
1 answer

SEVERE: Servlet /SAIRAM-SERVICE threw load() exception java.lang.NoClassDefFoundError: javax/ws/rs/core/SecurityContext

I have written a simple Hello World restful web service. I have used the tomcat 6 and jdk1.6, and ID e Juno Service Release 1, jersey-core-1.0.2,jsr311-api-1.0,asm-3.1,jersey-server-1.0.2 jars included in my build path. when i run the server i am…
0
votes
1 answer

tomcat6 windows service properties default memory

Hello I have tomcat6 as a windows server. I am considering increasing the mmeory but I am not sure how much memory it currently has. It is run as a service and there is a "Configure Tomcat" icon in the start menu This has a java-tab with "Initial…
Johannes
  • 135
  • 1
  • 2
  • 10
0
votes
1 answer

Deployment error: Bad target server ID tomcat70:home

i am started using netbeans7.4 , when iam trying to run a web application, iam getting below error.. i searched in google, BUT didnt understood how to rectify it.. So, please someone suggest me on how to resolve below issue.. Here is…
Marcia Yudkin
  • 25
  • 1
  • 2
  • 6
0
votes
2 answers

web.xml servlet tag breaks down with Tomcat6 on EC2

ENV: Amazon Linux with Tomcat6 on EC2. I create a simple dynamic web project with an index.jsp on Eclipse, load it to cloud and it shows up correctly. But once I create a servlet and do the same process, the page says service not available and gives…
0
votes
0 answers

JRE fatal error while tomcat restart (caught unhandled signal 11) on customized Arch Linux ARM

I am relatively new to tomcat and facing this problem. I am using customized Arch Linux ARM on raspberry pi. Whenever I run startup.sh, I get this output in Catalina.out and tomcat doesn't start. Please help Dec 12, 2013 6:02:04 PM…
0
votes
2 answers

HttpClient 4 redirect handling different inside Tomcat

I've got an HttpClient instance that fetches a remote resource. I configure it to handle redirects. HttpParams params = new BasicHttpParams(); params.setIntParameter(CoreConnectionPNames.SO_TIMEOUT, SOCKET_TIMEOUT); …
Kafkaesque
  • 1,233
  • 9
  • 13
0
votes
1 answer

which one will be given priority in Tomcat 6: index.html or index.jsp?

Our web app contains both index.html and index.jsp, and we use Apache Tomcat 6. When a request having the path till the context (for eg.,http://localhost:8080/mysite) comes to the tomcat which one will be served ? Is this index.html or index.jsp…
Maniganda Prakash
  • 4,702
  • 8
  • 34
  • 42
0
votes
5 answers

Hibernate fails with NullPointerException in EntityTuplizerFactory.constructTuplizer? Why?

I have a problem when I try to instantiate Hibernate and connect with a MySQL database (see error message below). Curiously enough the connection works fine using the exact same hibernate.cfg.xml file when running Junit tests but it refuses to work…
Anders Hansson
  • 3,746
  • 3
  • 28
  • 27
0
votes
0 answers

Tomcat6 libs and /usr/share/java on Ubuntu

I've faced with strange tomcat6 behavior. Tomcat uses jar files from both /usr/share/tomcat6/lib and /usr/share/java. It's not good for me because a also have installed maven and /usr/share/java contains few versions of each java library and some…
Arthur Gurov
  • 405
  • 1
  • 8
  • 14
0
votes
1 answer

JAAS exception null username and password

I followed this tutorial to learn JAAS. That example worked for me, so I created my own version (I'm using Tomcat 6 and Java 6), but I can not get it to work (exception on the bottom of the post). (I can't put online the sources in a ZIP because the…
Alberto
  • 1,569
  • 1
  • 22
  • 41
0
votes
1 answer

Getting error-404 in tomcat while running application from eclipse

I am trying to run a spring3 application from the eclipse(indigo) by using tomcat6.0. Right click on the project -> run on server -> gives me error 404(The requested source is not available). Edit from comments
user1662039
  • 319
  • 1
  • 2
  • 16
0
votes
4 answers

Having trouble with Datasource & session cross reference in a multi URL application

I have an application which is configured to connect to a specific database as per the URL with their unique credentials- eg - demo.mydomain.com (DB Name - demo) client1.mydomain.com (DB Name - client1) client2.mydomain.com (DB Name -…
pshinde31
  • 43
  • 8
0
votes
1 answer

How to add my application parameters to localhost_access_log..text file

My localhost_access_log..text file contains log data like this in my TOMCAT/logs . . 10.20.30.51 - - [22/Nov/2013:01:37:19 -0600] GET /myapp/static/css/third-party-css/images/ui-icons_2d6482_256x240.png HTTP/1.1 200 5355…
Sun
  • 3,444
  • 7
  • 53
  • 83
1 2 3
99
100