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
0 answers

Page executing non-ajax call JSF 2.0

I'm using Jsf 2.0, and trying to make a page that when a button is clicked it will hide one panel and show another one. This first step is working, but in the second panel there is a button "back" that should do the same thing changing the…
Victor Bello
  • 493
  • 1
  • 8
  • 23
0
votes
1 answer

Tomcat6 - 2 wars, 2 hosts

I have 2 war files app1.war and app2.war. I have 2 hostnames domain1.com and domain2.com. I have one desk top running ubuntu and tomcat6. I would like to know how to configure tomcat to serve app1 for domain1.com and app2 for domain2.com. Thanks in…
0
votes
4 answers

Prevent access to certain webapps in Tomcat6

I asked this on server fault but really havent had much luck, hoping that someone here would be able to offer some advice... I have a Tomcat 6 server running just fine. I have external access working. I wanted to know how to prevent someone from…
Gabe
  • 49,577
  • 28
  • 142
  • 181
0
votes
1 answer

Tomcat returns 404 status

I was trying to change the user who runs the tomcat process. In process of changing I have added new user and made tomcat run under him. how now if i ping the tomcat, I get 404 error. I am not sure how to proceed. Can I check if tomcat has loaded…
Mok
  • 277
  • 1
  • 6
  • 16
0
votes
2 answers

localhost forward localhost:8080/blah in tomcat6

I have a web application this is running on tomcat and port 8080. I can not use 80 port because i don't have root priviliges linux machine. I want to do that when i print explorer tab [http://localhost], i want to open this application …
erarat
  • 156
  • 2
  • 9
0
votes
1 answer

SOLR 4.4 indexing incrementally

When I kick off a full-import via: curl -X POST http://_master_host_:_port_/solr/dataimport-xml?command=full-import It is causing our index to update incrementally. So say our inventory count is 900,000, it will suddenly be wiped out and be 400 ->…
cakes88
  • 1,857
  • 5
  • 24
  • 33
0
votes
1 answer

Tomcat 6.0.18 gets stuck after some while

After some while, Tomcat (6.0.18) gets stuck: When I did netstat -an | grep 8080 everything seems stuck! For example, recv-Q and send-Q remain with the same numbers. and when I try to run a simple Http client code: URL u = new…
user967710
  • 1,815
  • 3
  • 32
  • 58
0
votes
1 answer

Tomcat doesn't start when updating Java from 5 to Java 7

My project was compiled with Java 5 and running in Tomcat 6. I moved to Java 7. and when I try to start Tomcat 6, it doesn't start, what can be the cause? Does tomcat6 support jdk 7?
senior
  • 2,196
  • 6
  • 36
  • 54
0
votes
2 answers

What config do I have to change for multiple Tomcat instances to use separate context.xml files?

I've set up two tomcat instances running on different ports on the same Windows machine. One is for Alpha, the other is for Development. I've deployed the Alpha and Dev wars (same app name, different settings in META-INF/context.xml) to each…
fekke
  • 351
  • 3
  • 10
0
votes
1 answer

SEVERE: Allocate exception for servlet Catalog Page java.lang.InstantiationException

I am practicing "An On-Line Store Using a Shopping Cart and Session Tracking" or coreservlet tutorial. I have found exception while running CatalogPage servlet. The stacktrace is given below: SEVERE: Allocate exception for servlet…
0
votes
1 answer

Start up of of tomcat 6 on server when windows starts

I have already a running web application on my server, the thing is that I want tomcat to start when windows starts. I have already gone to the windows services and looked for tomcat but i could not find Apache tomcat as a service there. What should…
Anteneh
  • 19
  • 5
0
votes
0 answers

JDBC Driver has been forcibly unregistered by Tomcat 6

I am getting this error about mysql: INFO: Shutting down log4j 09-ene-2014 9:57:21 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc GRAVE: A web application registered the JBDC driver [com.mysql.jdbc.Driver] but failed to…
Guille
  • 2,248
  • 3
  • 24
  • 42
0
votes
3 answers

SOLR 4.6.0 on Tomcat6 reloading removes core

I have setup SOLR on a Centos6 server, using Tomcat as a container. Everything is working nicely and I have been able to import document through SolrUpdateCSV into my newly created collection. I now have two cores: collection1 and vanassem.…
Patrick Steenks
  • 612
  • 1
  • 11
  • 24
0
votes
1 answer

No jacoco report files generated on tomcat server

Am exploring Jacoco code coverage for my project.After going through various article this is what i did. Setup Tomcat - 6.0.35 jacoco javaagent- 0.6.4 Added these parameter at the start of…
0
votes
1 answer

Deploying war hangs using tomcat maven plugin

I am trying to use maven to deploy a war file to tomcat after the war file has been built by maven on a separate occasion. I use mvn tomcat:deploy-only -X, but maven says the war file is being deployed and then it just continues to say that and…
Ryan Atwood
  • 149
  • 2
  • 8
1 2 3
99
100