Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed under the Java Community Process. Apache Tomcat is developed in an open and participatory environment and released under ...
1
vote
0answers
11 views
How to configure tomcat to rollover catalina.out log files
I'm trying to configure my tomcat to rollover log files once a size limit is reached. I'm running tomcat as a windows service and am redirecting all my stdout to catalina.log. This is how I configured ...
0
votes
0answers
25 views
Have a Domain, Have Amazon EC2 (Windows, NOT Linux) Server, Allowed port 80, Started Tomcat, FAIL :(
Tomcat is running locally on server(accessed through Remote Desktop), NSLookup shows my domain IP as a Non-authoritative answer.
I still get a "This web page is not available" reply.
What am I doing ...
0
votes
0answers
16 views
Tomcat Process occupying lot of Memory in UNIX BOX, how to reduce
I am using a play framework webapplication calling webservices, all these applications are deployed in one tomcat/apache server, when in production box, multiple process are started for tomcat which ...
0
votes
1answer
17 views
InConsistent Behaviour in Tomcat
We installed Tomcat in Linux. The Server is not responding after 10 to 15 requests. But after 5 mins the problem get solved and getting response for another 10 to 15 requests.
We see enough 50% ...
0
votes
1answer
33 views
Apache Tomcat Railo stack multiple sites
Goodday,
First of all i'm very green when it comes to server related stuff so bear with me.
I'm running ubuntu 11.10 and I have installed an apache tomcat railo stack on my server using ...
2
votes
2answers
31 views
Installing/Configuring PHP to work with tomcat5 and mysql on CentOS
I need to install php on a CentOS machine and configure it to work with tomcat5 and mysql
Anyone know how i can do this?
the home folder for tomcat and mysql is
/usr/share/tomcat5
/usr/share/mysql
...
0
votes
0answers
17 views
Multiple tomcats and nginx upstream
I'm trying to squeeze every thing i can from my ec2 account :
I have a tomcat 7 installed on a ec2 large instance , i've been running some tests on it and right now i'm maxing out with apache ...
0
votes
0answers
18 views
solr core reload without an tomcat restart
I want to really often the synonyms_*.txt in the solr server. I have 2 cores. One for the production System and one the staging. I copy with incron and scp the new generated synonymes to the solr ...
0
votes
1answer
41 views
tomcat6 restart error: unable to stat java
Always when I reboot the Tomcat, appears the following message of erro:
/etc/init.d/tomcat6 restart
* Stopping Tomcat servlet engine tomcat6 [ OK ]
* ...
1
vote
2answers
36 views
so many releases… how to select (Tomcat, JDK, etc.)?
When deciding to install Tomcat on a Linux CentOS 6.2 server, I'm faced with a variety of releases to select from. See for example here. Regarding JDK releases, there are also are variety to select ...
0
votes
0answers
23 views
how to properly disable Tomcat in Plesk 10?
I have a Plesk 10.3.1 package running on an Ubuntu Linux server. I have replaced the Tomcat server that is controlled with Plesk with a standalone Tomcat server I have total control over.
So far, ...
0
votes
1answer
40 views
Strange Jmeter connection refuse on Tomcat
I tried difference setting in Jmeter and Tomcat.
If the Threads number in JMeter is 1~200, Then tomcat is okay.
If It is 300, Then after serving few requests, tomcat starts to output errors.
Here ...
1
vote
2answers
55 views
How to set tomcat pointing for IP, and no IP:8080
In my server, I installed the apache and tomcat. But, when I access the my site, www.mysite.com, will for the apache. I want that access the tomcat, because I will put my site in tomcat. How to ?
-1
votes
1answer
42 views
tomcat cannot write files into WEB-INF folder
I used cpanel+tomcat .the Project structure is :
ROOT
----index.jsp
---- sample.txt
----- /WEB-INF/classes/pack2/sample2.txt
tomcat Can write into sample.txt with permission 664 . but cannot ...
1
vote
1answer
51 views
PhP on Tomcat 7 possible?
I have a website using PhP and Apache Webserver (e.g. mod_php). I need to use Tomcat for another purpose. Rather than just add Tomcat to the current mix, I'm wondering if I should eliminate Apache ...
0
votes
3answers
37 views
where does Tomcat and application logic sit on 2-server system (database server or webserver)?
I have an application depending on BlazeDS and Oracle Application Express, which both require the use of Tomcat or equivalent. I have the following two Linux servers:
(1) Oracle database 11G
(2) ...
0
votes
1answer
59 views
Apache reverse proxy with VirtualHost not serving a page
I have an Apache reverse proxy set to move requests to a Tomcat Applet. The config is similar to:
<VirtualHost 100.100.100.100:80>
ProxyPass /AppName/App http://1.1.1.1/AppName/App
...
0
votes
0answers
43 views
Setup Ehcache-server on tomcat
I'm trying to setup Ehcache-Server. I've put the standalone .war in the tomcat's webapps folder, and it is properly exploding. When I try the url, however, I see that the resource for the ...
1
vote
1answer
94 views
Benefits to defining multiple AJP connectors in tomcat?
Is there any reason to define multiple AJP connectors in tomcat? Is it wasted resources by doing so?
0
votes
1answer
52 views
Tomcat Workers - Connecting Tomcat and Apache
I'm trying to resolve an issue about connecting Apache-HTTPD and Tomcat with mod_proxy_ajp. From reading I found that the problem might be the number of workers in HTTPD and Tomcat. So I try to find ...
0
votes
0answers
28 views
IIS & Tomcat integration with URL rewritting
I have a java webapp running in a Tomcat 6 server, on the same box I have the static part of the site being served from IIS 7.5. I've used ARR to successfully route the requests down into the Tomcat ...
0
votes
1answer
41 views
How can I redirect a JSP to use HTTPS
My web app is running, so that access to /admin/login.jsp happens over an unsecure HTTP connection.
I do not want to change web.xml file.
How can I change access to /admin/login.jsp from HTTP to ...
0
votes
2answers
64 views
Could you suggest me a good Linux Distro for running tomcat in text mode?
I'm trying to build a reliable and stable server for running jsp application in an Intranet, and I would like to mantain the maximum available resources for the server. I'm considering to use a Linux ...
0
votes
0answers
14 views
Problems on deploying Eclipse application in Tomcat
I'm normaly running an application over Eclipse and when I publish it in tomcat, even in the same machine, without executing the server inside Eclipse, the project doesn't work. I've changed ...
0
votes
1answer
98 views
Running teamcity in LAN
I am trying to set up a teamcity server in my local network so that it can also be accessed from outside.
the server runs on port 8111 and can be accessed fine from inside the lan.
In my router ...
1
vote
0answers
22 views
Tomcat configuration with multiple ip addresses
I have this following directory structure
websites>
webapp1>
product1_index.html
page1.html
page2.html
...
...
-1
votes
0answers
48 views
Running and optimizing Ubuntu on aws micro instance (one postgresql, one tomcat)
I had an idea for this app, so I've sat down and developed it. Now I want to run it on aws so I can showcase it to possibly interested parties. Needless to say I want to keep cost at a minimum so I'm ...
0
votes
0answers
51 views
tomcat 7 config for a small Grails app
I have a Grails app deployed on tomcat7.0.23 on a 64-bit vm, and it keeps running out of mem.
The app is a plain is it can be:
Grails version: 2.0.0
Groovy version: 1.8.4
JVM version: 1.6.0_29
...
1
vote
1answer
32 views
Tomcat configure maxThreads per webapp
i've asked this question once on stackoverflow. Sadly with no response. However i think this place might be more appropriate. Is it possible to configure tomcat to use a predefined number of threads ...
1
vote
0answers
47 views
Make Tomcat 7.0 flush logs to disk?
How do I get Apache Tomcat 7.0, running as a service on Windows Server 2008, to flush its logs to disk without restarting the service daemon?
I did find delay on tomcat writing to logs in windows ...
1
vote
1answer
40 views
Apache + Tomcat: Connection, but not via mod_jk
I am tasked with installing a new system to take over the job of an old system. The old system is a Ubuntu installation running Apache and Tomcat, as well as a few other services. The new system will ...
0
votes
0answers
28 views
Unauthorized requests to apache webserver and tomcat app server
I am seeing following requests in my Apache web server access_log , some of these requests are propagating to my tomcat app server, this is causing the website to run very slowly, please help to ...
0
votes
0answers
24 views
Wrapper can't restart tomcat after JVM hangs
I have Java application running on tomcat servers installed as services.
We setup the configuration for Tanuki to restart the servers when they are down. But it doesn't seem to work after a JVM hang.
...
0
votes
0answers
39 views
Unable to send message through cluster sender - Tomcat 6
We have 2 Tomcat 6 servers in a cluster. Occasionally we get this error, say after every 4 days:
INFO | jvm 1 | main | 2012/01/15 17:43:26.586 | SEVERE: Unable to send message through ...
1
vote
1answer
36 views
JMX connection to Tomcat running on Amazon EC2
My Tomcat 7 process, which I run on a server on Amazon EC2, has settings such as these in CATALINA_OPTS which should allow me to connect for JMX monitoring remotely:
...
1
vote
2answers
48 views
SSL certificate for HTTPS website running tomcat as non-root user on centos
Is it possible to setup SSL certificate for HTTPS website (on centos 6.2) running tomcat server (6 or 7) as non-root account (/home/user/tomcat)?
Previously, I has this working on ubuntu but after ...
1
vote
1answer
39 views
How to re-activate disabled Apache 2.2 AJP connections?
I don't use AJP for load-balancing; I have a single Apache 2.2 instance that proxies some URLs to a single Tomcat 7 instance via AJP.
When Tomcat is down, the AJP proxy becomes disabled on the first ...
1
vote
0answers
35 views
Tomcat 7.0.16 not accepting password for webapp
I am trying to set up Tomcat to password protect an entire webapp, but when I get the password prompt, it's not accepting the username/password I'm providing to it (just keeps prompting for the ...
0
votes
1answer
40 views
how set owner of file cms.war for ftpuser and owner of cms folder for tomcat user?
I'm using Tomcat Server. I woiuld like the owner of the file cms.war to be the ftp user the tomcat user to be the owner of the cms/ folder.
When I uploaded cms.war it was automatically deployed in ...
0
votes
0answers
18 views
Tomcat auto join Apache as another AJP member
After recent system upgrade, i need a better deployment strategy for Apache Tomcat pair system. recently we upgrade from 2 tomcat app server to three tomcat app server. I need to down the apache ...
0
votes
1answer
82 views
Tomcat access control exceptions (binding to RMI) with no Security Manager running (Ubuntu)
I'm encountering some strange access control exceptions from a Tomcat servlet (when it tries to bind to an RMI server). I'm running without a Security Manager, and this whole application worked fine ...
0
votes
0answers
30 views
Tomcat error “Protocol handler pause failed” when sometimes restarting the app
Sometimes when we run an automatic script to restart Tomcat, that runs catalina.sh stop then catalina.sh start. Sometimes we get the following error:
Jan 3, 2012 11:40:55 AM ...
0
votes
0answers
84 views
Multiple Tomcat Instance that runs as a windows service
Could I execute multiple instances of Tomcat server as windows services from same physical location (CATALINA_HOME)? In other words, could I execute Tomcat windows service referred to specific ...
0
votes
0answers
33 views
Handle url with and without www in Liferay (Tomcat)
I have a webpage made in Liferay that responds to the URL http://www.mysite.com
I would like to all the traffic that goes to http://mysite.com can see the same site that visitor who uses www.
I am ...
0
votes
0answers
47 views
Java JSP project not getting deployed properly on tomcat , Broken Pipe error reported
Tomcat Version: 5.5
Database: Oracle 10g
Server OS: Linux
I am trying to deploy one of my JAVA/JSP web projects on Tomcat 5.5 server, the project is not getting deployed properly the Java(Sevlets, ...
0
votes
0answers
73 views
no siteminder prompt causing HTTP 500
Running siteminder IIS and TomCat, and I am getting http 500 error and no siteminder prompt.
This is causing the webfocus servers to not respond. Is this a site minder issue or a server side issue?
...
0
votes
1answer
89 views
Tomcat Manager 403 Behind Nginx
This has been driving me crazy for a few days now. Either I'm doing something completely wrong, really silly, or a combination thereof.
I am on Ubuntu 11.10. I ran the following commands:
sudo ...
0
votes
1answer
62 views
JkMount outside of the <VirtualHost> using /sites-enabed/
I have an Ubuntu 11.10 with Apache2 that is hosting some sites. I would like to add a site that is hosted in tomcat, so I installed mod_jk and set it up. The tomcat site is hosted under /app over ...
0
votes
1answer
198 views
Load Balancing and Clustering using mod_proxy_ajp on Apache HTTP Server 2.2.21 and Tomcat 7.0.23
I've been struggling to make load balancing and clustering working using these combination:
Apache HTTP Server 2.2.21 (httpd-2.2.21-win32-x86-openssl-0.9.8r) using mod_proxy_ajp with sticky session ...
0
votes
4answers
127 views
Tomcat 7: “Cannot locate Java Home”
Arch Linux. Servlet apparently had compatibility problems with openjdk so I uninstalled it and installed the plain jdk/jre from AUR.
# /etc/rc.d/tomcat7 restart
:: Stopping tomcat7 daemon [FAIL]
:: ...