Questions tagged [tomcat6]

Open source web server developed by the Apache Software Foundation

Tomcat 6, an open source web server developed by the Apache Software Foundation, was first released in 2006.

Version 6.0 implements the Servlet 2.5 and JavaServer Pages 2.1 specifications from the Java Community Process.

See also:

283 questions
1
vote
1 answer

Groovy-grails: grails run-war works, but grails run-app throws BindException: Address already in use: JVM_Bind:80n

When I run grails -Dserver.port=80 run-app, I get LifecycleException: Protocol handler initialization failed: java.net.BindException: Address already in use: JVM_Bind:80 at…
devnull1
  • 11
  • 3
1
vote
1 answer

Apache mod_rewrite in proxy mode, .htaccess and ProxyPassReverse

In a .htaccess file, I have something like this to proxy Apache to Tomcat: RewriteRule (.*) http://localhost:8080/tomcat-app/$1 [P] All the redirects as well as internal links in HTML files are going to the Tomcat app directly, rather than to…
Johannes Ernst
  • 1,037
  • 4
  • 16
  • 26
1
vote
1 answer

Problem when deploying new app in tomcat6 server

i have written the webservices suing SOAP, and its still under development. When have set of code which are already running the webapps folder of tomcat6. When I make changes in particular file I replaced only that file but stopping the tomcat…
Jeevan Dongre
  • 711
  • 2
  • 15
  • 33
1
vote
1 answer

Tomcat web application high availability

I have setup apache-tomcat clustering(Ubuntu Servers) and I used tomcat supported clustering technique with mod_jk following the link which is clear and easy to follow. I did this in my LAN with three computers 1 as LB and other two as tomcat web…
user53864
  • 1,653
  • 8
  • 36
  • 66
1
vote
0 answers

mod_jk with Tomcat 6 and HTTP Authentication

Are there any gotchas using ModJK to forward to an application protected by standard HTTP Authentication? We have two web apps installed on our Tomcat 6.0.14, one is the standard Tomcat Manager while the other is the standard Tomcat sample…
Rich
  • 1,333
  • 5
  • 27
  • 39
1
vote
1 answer

How can I make Tomcat 6 show the real error instead of a 404?

For deploying and troubleshooting an application, getting 404s has little use. I have deployed applications that report no issue in the logs but return 404s. There IS an error in the application as I've found it through some trial and error. Is…
Nick Swarr
  • 111
  • 3
1
vote
1 answer

How do I figure out why a tomcat6 webapps dir symbolic link works on one machine, but not another?

I recently built an Ubuntu virtual machine for MarkLogic development. The machine was then distributed to 4 other developers to provide a consistent dev platform. Now I'm setting up another piece to the dev puzzle that consists of some java…
Peter
  • 218
  • 2
  • 8
1
vote
1 answer

apache tomcat IE caching problem

I'm running apche2 and tomcat6 both on port 80 with mod_jk setup on ubuntu servers(8.10,9.10). Tomcat is being used for serving jsp pages. I've a small problem with the IE browser which doesn't cache but just reload all the images(jpg|png|css) when…
user53864
  • 1,653
  • 8
  • 36
  • 66
1
vote
1 answer

Tomcat 5.5 and Tomcat 6 side by side on same server

On Suse Linux server I have Tomcat 5.5. installed (port 8080) Can I also install Tomcat 6 on the same server (side by side) but on different port (for example 8081). Are there any pitfalls I should be aware of? Since this is production server, what…
Emir
  • 135
  • 4
1
vote
1 answer

MongoDB Java, R2.5.3 - NoSuchMethodError on DBCollection.save(DBObject) in Tomcat6

java.lang.NoSuchMethodError: com.mongodb.DBCollection.save(Lcom/mongodb/DBObject;)V Here is the sample code. Error is on Line 3. 1 BasicDBObject dbo=new BasicDBObject(data); 2 DBCollection coll = new Mongo().getDB("test") 3 coll.save(dbo); 4 …
user81240
  • 11
  • 4
1
vote
0 answers

tomcat max number of threads

I have a very confusing scenario.. We are using tomcat6 to host an internal application. In server.xml file maxthreads attributes is set to 150 but if I log on to the manager, in "http-8080" section I see max threads = 40. So it saying that the…
rrkwells
  • 11
  • 3
1
vote
2 answers

Downgrading Tomcat on Ubuntu?

I installed Tomcat 7 and it is giving me all sorts of fits :) .jar files are missing and I have many error messages coming at me from different directions :) As I understand it, deleting tomcat is not trivial due to the many paths it sets during…
Genadinik
  • 1,083
  • 4
  • 18
  • 38
1
vote
2 answers

Tomcat 6 virtual host + Apache 2 proxy

I have a problem with my Apache and Tomcat configuration. I have an Apache instance as a proxy to Tomcat. The Tomcat serves two virtual hosts. The problem occurs when one Apache virtual points to particular virtual in Tomcat. I can show in on my…
user68786
  • 105
  • 1
  • 10
1
vote
1 answer

deploying application on tomcat server status is ok but hitting the url throws 404 not found

I have been put in to the project involving Spring, Hibernate, Drools, RabbitMq . Though I have no idea of how drools work in coherence with Spring,Hibernate etc but I need to learn it in no time because the project is all ready functioning and is…
Anupam Gupta
  • 111
  • 3
1
vote
3 answers

Tomcat6 Manager Webapp is 404 on apt-get install on Ubuntu 10.10

http://localhost:8080/manager/html gives a 404 error on apt-get install of tomcat6 (6.0.28 on JVM 1.6.0_20-b20 on 2.6.35-27-generic amd64). http://localhost:8080/host-manager/html works. Lists one Host name, localhost. Installed tomcat6-admin with…
Noel
  • 121
  • 1
  • 8