Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies released under the Apache License version 2. The Tomcat project started at Sun Microsystems and was donated by Sun to the Apache Software Foundation in 1999.
0
votes
1answer
9 views
Tomcat application structure. which to choose?
I am working on some java applications deployed on tomcat server.
For several "out of question" reasons, instead of deploying several applications inside the same tomcat, the company approach is to ...
0
votes
0answers
16 views
Tomcat on Linux - won't close socket
When I keep sending http requests to my webserver, it stops responding and I'm stuck in a white screen saying, 'waiting for xxx'. It goes unresponsive.
This only happens on Linux.
Also I don't see ...
-2
votes
0answers
25 views
404 error after setting up solr - centos 6 and tomcat 6 [closed]
So... I'll try and provide more information since that is why people haven't helped...
I'm fairly new to linux and have been trying to set up solr on centos 6. I followed these instructions ...
0
votes
0answers
14 views
Apache + Tomcat: Difference of socket_timeout and request_timeout of mod_jk
I'm connecting Apache to Tomcat using mod_jk. There is many timeout settings. I couldn't get difference of socket_timeout and request_timeout. It seems to me no need to use request_timeout if we are ...
0
votes
1answer
16 views
redeploy code on Tomcat Server
I am having 2 applications deployed on Tomcat 7 Server.
What should i do after redeploying java code on server
Restart application using Tomcat Manager
Restart Tomcat, but that will restart both ...
0
votes
2answers
37 views
Deploying my site on tomcat 6
I am trying to serve my website www.mywebsite.com using tomcat.
I am not using apache and using tomcat as my webserver only. I have defaulted port to 80 and currently I have mywebsite.war lying in ...
0
votes
0answers
15 views
tomcat treats my JSF2 application as HTML
I have a JSF2 application
I can access my application @ http://tvmteleshopping.com/faces/ui/manageProfile.xhtml
But when i use http://tvmteleshopping.com/ui/manageProfile.xhtml (without /faces/ )
...
-2
votes
2answers
19 views
Apache web server on Windows without msi installation. Is it possible? [closed]
I want to have Apache server on my windows machine but I don't want to actually install it.
Is there an option to just download it and manually start and stop it like in Tomcat?
Also I want to run it ...
0
votes
0answers
24 views
tomcat 6 horizontal clustering?
Please see my previous question.I didn't get any answer and the answer was not helped.That's why I created a new ...
0
votes
1answer
38 views
Tomcat is closing randomly
We are using Tomcat 7.0.21 for production. Server is hanging randomly for last week.
It creates files like hs_err_pid4528.log under bin folder.
There are two parts in logs.
JRE version: 7.0_21-b11
...
0
votes
1answer
84 views
How to fix Solr - Server is shutting down issue?
I was having a running Solr 4.1 on Windows Server 2008 R2. The Solr is deployed on Tomcat. However, today it stops suddenly, and while accessing Solr it gives following error.
HTTP Status 503 - ...
0
votes
1answer
32 views
Is auto-restarting services (like tomcat) a good idea?
Are there any reasons to not auto-restart tomcat in the case of a crash? It seems like a no-brainer to restart the process, especially in production, if that can mean less downtime due to a crash, but ...
0
votes
1answer
22 views
Run/Execute permissions of script in Tomcat WAR file
I have a script inside the WEB-INF folder that the Java runs. When I deploy the WAR, there are no execute permissions (644 instead of 755).
How do I set the permissions of files inside the WAR?
0
votes
1answer
58 views
CentOS Apache + Tomcat SSL using mod_jk
I have Apache + Tomcat (using mod_jk) working correctly on a CentOS 6.3 machine. I am trying to set up SSL with Apache. When I browse to the site I get the following output:
Forbidden
You don't ...
0
votes
0answers
48 views
Confusion setting up a simple tomcat6 clustering on ubuntu 12.04 using mod_jk: status page won't show
am a little confused when setting up 2 tomcat6 instances cluster in a clean ubuntu server 12.04. i didn't install default tomcat6 i used tomcat6-user's tomcat6-instance-create to create 2 instances. ...
1
vote
1answer
50 views
SSL setup with apache in front of tomcat
i m trying to setup Apache with SSl and proxy SSL requests to my tomcat instance. I think i made the SSL work but theres still a error that shows up:
Bad Gateway
The proxy server received an ...
0
votes
1answer
19 views
Is requests in IIS httppipeline processed serially?
Based on iis architecture, request from client hitting IIS will pass through httppipeline, specifically through each httpmodule and finally reaches respective httphandlers and then to worker process. ...
0
votes
1answer
34 views
Apache tomcat server win8 cannot be accessed outside of local host
I have installed the apache-tomcat server on my local win7. The port I specified is 9999. Additionally, I use the distributed binary version of apache tomcat. Not installing as a windows service.
I ...
0
votes
0answers
15 views
How to configure two web application in tomcat 7 to use two different realm configured?
I have to deploy two web application to tomcat 7. These two applications use two different realm configured. How can i configure two application to use applicable realm? Both the application is using ...
1
vote
0answers
37 views
Apache reverse proxy from one virtual host to two Tomcats
Does anyone have some tips or an example for how to configure this sort of reverse proxy arrangement on Apache Http Server 2.2? I support a Java web application that we develop in multiple ...
0
votes
1answer
13 views
Tomcat logs web interface
I have several production machines running Java servlets on Tomcat infrastructure.
When I want to look at the logs, I have to remote access the machine with ssh, and manually grep the logs for ...
0
votes
1answer
29 views
getting https encrypted data passed over http
I'm trying to configure tomcat to work https port 8443.
using tomcat 7.
I enabled the https connectors with the following parameters:
<Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" ...
0
votes
1answer
43 views
Monitor tomcat logs for exception
I am planning to write a bash script and run it as a daemon in the background. The script will continuously monitor the tomcat server logs for any exception, error, etc.
When an exception occurs, it ...
1
vote
2answers
37 views
What is the correct way to configure Apache and Tomcat such that Apache serves HTML over port 80, and Tomcat serves ColdFusion/Railo over port 80?
Here is my situation:
I have a server with Apache and Tomcat installed. Within tomcat, I am using Railo (the open source ColdFusion).
I do not want my users dealing with Port 8080 to hit CFM pages. ...
0
votes
0answers
28 views
EC2 Tomcat crashes each morning
I am preparing to launch a new web application and I have an EC2 instance, running Ubuntu 12.04, with Tomcat 7.0.4.29. For the last two mornings it has crashed at around 8am. There is no error in my ...
0
votes
3answers
76 views
Adding a webapp “alias” to Tomcat 7 on Linux
I have a Tomcat 7 running on CentOS.
Given is a configuration where I have my webapp "foo" placed in webapps/foo.war. I can access it without any problems using http://host.name/foo.
Now I want to ...
0
votes
1answer
48 views
Can't connect to localhost on port 8443 for tomcat https
I've installed tomcat and it is running perfectly fine.
However, I can't access it via https layer.
Port 8080 works fine:
curl -IL http://localhost:8080
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
...
0
votes
0answers
31 views
Apache Tomcat 7 + Nginx - IsTomcat Native needed?
this is my 1st question.
If i make mistake, simply point it out & i'll improve it next time.
I'm a Java Dev & new to Linux.
I deploy my Spring MVC app on a VPS with Tomcat 7 and use nginx as ...
0
votes
2answers
36 views
LSB confirm startup script won't start apache tomcat on ubuntu
I want to start my tomcat server automatically on startup. Therefore I retrieved a simple LSB conform script from the net and modified it to my needs. This is the script:
# Provide logging functions ...
0
votes
0answers
13 views
How to configure Solr 4 running from Tomcat 6 to use Saxon 9?
I'm running Solr 4.0 in Tomcat 6.0 and I need to perform XSLT 2.0 transforms. I would like to use Saxon9 to perform the transforms. Having read the Solr wiki at ...
0
votes
0answers
26 views
Fips compliance with tomcat 7
I am trying to make my TC7 server FIPS 140-2 compliant, but want to know if it is as simple as just changing the providers in my java.security file like this: ...
0
votes
1answer
47 views
Puppet Packages in one go but without a repository
I am trying to get puppet going for a couple of VMs, my intention is to install jdk6 and tomcat 6 using puppet but i cannot use yum as the machines are not connected to the internet, if it was a ...
0
votes
0answers
14 views
Tomcat APR/OpenSSL: how to authenticate my clients without JSSE?
I'm using Tomcat v6.0.36 with compiled APR and OpenSSL 1.0.1e.
My server.xml looks like this:
<Connector
port="8443"
URIEncoding="UTF-8"
SSLEnabled="true"
secure="true"
scheme="https"
...
0
votes
0answers
31 views
sslv3 alert unsupported certificate
I'm using Tomcat v6.0.36 with compiled APR and OpenSSL 1.0.1e.
My server.xml looks like this:
<Connector
port="8443"
URIEncoding="UTF-8"
SSLEnabled="true"
secure="true"
scheme="https"
...
0
votes
0answers
14 views
Force SSL Redirection in Tomcat configuration
I already configured my Tomcat conf\server.xml. But It seems that may it doesn't redirect users to my specified redirect port.
See config below:
<Connector port="8080" protocol="HTTP/1.1"
...
0
votes
0answers
25 views
Apache tomcat memory leak
I have a problem the on production server, after some time the apache stops (apache tomcat 6.0.24) and i have this error :
SEVERE: A web application created a ThreadLocal with key of type ...
0
votes
0answers
19 views
Point Domain containing customer name to single application
We are building a SAAS based product where in customers procure the product by registering with a unique name appended before the domain name. Ex. "abccompany.bestproduct.com"
Likewise there would be ...
0
votes
1answer
38 views
Verify client certificate CN in Tomcat(APR)
I'm running a tomcat installation with the APR libraries installed (with the OpenSSL HTTPS stack that comes with it).
What I'm trying to do is to lock a specific HTTPS connector down to users of a ...
0
votes
0answers
52 views
apache ProxyPassReverse: redirect from http to https
I have a Tomcat instance proxied by Apache. I also use ProxyPassReverse to adjust tomcat redirects
The problem comes when http request needs to be redirected to https, so I need something like
...
0
votes
1answer
44 views
Unable to access Tomcat6 from outside the server
I've just installed Tomcat6 on my Debian Linux server (with OpenJDK), which also has an Apache server installed on the same machine.
I haven't strayed from the default settings, so it would be setup ...
1
vote
1answer
54 views
How to get port redirects for two Servers running on same server?
I have an Amazon cloud running which is hosting two tomcat instances (ports 8080 and 8081) with each tomcat running a web application (foo and bar) for different customers.
However I am having a ...
0
votes
0answers
36 views
create java keystore with certificate request and certificate?
I have two files.
labeled as privatekey.pem but opened, it has a header called: certificate request
certificate in pkcs#7 format from a CA
I want to create new java keystore to provide Tomcat with ...
0
votes
2answers
52 views
page does not end up directly under domain
I'm trying to set up a java page using Apache and tomcat on a Ubuntu server. The problem I'm having is that the page does not end up under the domain but in a virtual folder on the domain like this.
...
0
votes
0answers
48 views
SMTP server stop sending emails
I am running a Java web application deployed on tomcat5.5 running CnetOS 5.9 to send emails to the users. the application sends the emails but after few hours the server stops sending emails, with the ...
0
votes
0answers
23 views
Apache Server Error The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed
We are facing the following issue on our apache server:
[Sun Apr 14 10:33:26 2013] [warn] (OS 64)The specified network name is no longer available. : winnt_accept: Asynchronous AcceptEx failed
This ...
0
votes
0answers
45 views
Apache vs Tomcat configurations
I am fairly good in server configurations but now I am trying to resolve the following error in Apache:
[Mon Apr 08 11:02:36 2013] [error] (104)Connection reset by peer: ajp_ilink_receive() can't ...
0
votes
0answers
29 views
Tomcat web application consuming most ammont of CPU and stops after some time
I have a dedicated server running CentOS 5.9, Apache-Tomcat 5.5.36.
I have written a JAVA web applications which runs every minute to collect the data from multiple sensors. I am using ...
1
vote
2answers
48 views
Apache/Tomcat Redirect
We have a Tomcat application from a vendor running with Apache in front of it, but we don't have access to the application code. We have our own single sign on wrapped around the application, so if a ...
2
votes
0answers
39 views
Scaling large numbers of small customer J2EE webapps
We're allowing customers to create websites on our SaaS app. We currently use Jetty as the app server, but we could use anything J2EE.
I'd like to be able to scale customer webapps across our ...
0
votes
0answers
22 views
Tomcat redirect exclusion
Is it possible in Tomcat on Ubuntu 12.04 to redirect all traffic to HTTPS, but exclude 1 IP address from the rule?
We have a single server hosting a tomcat site, and one of our other web servers ...



