Apache Tomcat is an open source software implementation of the Java Servlet and JavaServer Pages technologies.
1
vote
1answer
414 views
eclipse: start a tomcat project
How can I start a tomcat project with eclipse?
I don't want a plugin that starts and stop my tomcat server, I just want to properly start a tomcat project and compile it.
any ideas?
I tried Eclipse ...
4
votes
4answers
4k views
Linux services: is there a GUI for services?
I am looking for a GUI program, that shows running services from /etc/init.d (and /etc/init), and allows to manage (start / stop / runlevel) them. What can you recommend?
Background: even though I ...
0
votes
1answer
215 views
RHEL 4 reboot causes Tomcat process to not be started by non-root account
I have a startup script placed in /etc/init.d wherein I make the following call:
nohup sudo -u myuser $CATALINA_HOME/bin/startup.sh 2>&1
This causes Tomcat to be run as myuser, which is ...
2
votes
2answers
3k views
How to install several Tomcat instances on Ubuntu?
I need to have two instances of Tomcat 6 running on Ubuntu 10.04. I know it should be doable pretty simply by something like:
copy /var/lib/tomcat6 to /var/lib/tomcat6-2
modify ports in ...
1
vote
1answer
662 views
how to configure tomcat6 for ubuntu
i have installed Apache Tomcat6 for Ubuntu 9.04 recenty. But it seems that some API's like servelet and http are not included although I have installed OpenJDK 1.6.
Somebody advised me to set ...
0
votes
2answers
998 views
Cannot install tomcat6 on CentOS
I am completely new to CentOS and want to install Tomcat6 however I cannot find it via yum.
Am I missing a repo?