The tag has no wiki summary.

learn more… | top users | synonyms (1)

1
vote
1answer
44 views

Delete tomcat6 from services

I just uninstalled tomcat6 and installed tomcat7, and now that I want to start, stop or restart the service, ubuntu shows the two of them, for example sudo service tomcat And then ubuntu shows two ...
0
votes
1answer
59 views

Issue installing Tomcat7 on Ubuntu 11.10

I am running Ubuntu 11.10 and have downloaded and unpacked the JDK tarball: http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html jdk-7u17-linux-i586.tar.gz into ...
0
votes
1answer
135 views

How to configure JDBC, Tomcat for Eclipse IDE on my Ubuntu 12.04

I got an eclipse IDE on my client's machine. He needs to configure JDBC, and Tomcat on this IDE to use for his Java projects. Kindly help. He got mysql installed right now.
0
votes
0answers
52 views

How to upgrade default tomcat version to latest apache tomcat version with 12.04

I installed tomcat7 through apt-get install tomcat7. The current supported version is 7.0.26. This installs tomcat in a bunch of folders as diverse as: /etc/tomcat7 /etc/init.d/tomcat7 (it's a ...
0
votes
1answer
132 views

Can not find class org.apache.tomcat.dbcp.dbcp.BasicDataSourceFactory in Tomcat7/Ubuntu 12.10? (Possible bug)

Tomcat7: 7.0.30-0ubuntu1.1 Tomcat 7 has the jar files commons-dbcp.jar and tomcat-dbcp.jar but in tomcat-dbcp.jar, it is the file org.apache.tomcat.dbcp.BasicDataSourceFactory class instead of ...
0
votes
0answers
41 views

How can i configure my app web with tomcat6

I try to configure my application web (file.war) with tomcat and I have this error Etat HTTP 404 In the conf file of my app I have this line "data.base_path=/usr/share/tomcat6/bin" and in ...
1
vote
2answers
100 views

Running a web test server with Ubuntu

I have typically used XAMPP on my windows PC for web development testing. This afternoon I plan to add LAMP to my Ubuntu. I would also like to try and install Apache Tomcat but I am not familiar if ...
1
vote
1answer
341 views

Can not start tomcat6 server in ubuntu

I first downloaded open-jdk with: sudo apt-get install openjdk-6-jdk When I write java -version I get: java version "1.7.0_09" OpenJDK Runtime Environment (IcedTea7 2.3.4) ...
0
votes
1answer
144 views

Apache Tomcat webapps have to use a proxy

I've installed Apache Tomcat and want to use a proxy for my webapps. Some apps request data from the internet, they don't have an own/internal possibility to use a proxy. I added the following lines ...
0
votes
1answer
267 views

problem with jdk 6 and tomcat 7

I installed tomcat 7 and am using JDK 6 when I start tomcat7 I get this sudo service tomcat7 start * Starting Tomcat servlet engine tomcat7 start-stop-daemon: unable to start ...
1
vote
1answer
982 views

Installing Tomcat 7 using apt-get fails

I get the following error when installing Tomcat7: Setting up tomcat7 (7.0.26-1ubuntu1.1) ... chmod: cannot access `/etc/tomcat7/tomcat-users.xml': No such file or directory dpkg: error ...
0
votes
0answers
95 views

Repository View is missing in OpenKM 6.2.1

I have downloaded OpenKM 6.2 and installed in Ubuntu server 12.04.1... Its working fine but Repository view is not present... So please help me to get that tab... Thanking You Hariharan
0
votes
0answers
152 views

Application deployed in Tomcat can't create files on /usr/share/tomcat7/

I have a Tomcat server which is working fine with applications like Jenkins. I'm trying to load my application which tried to create a H2 database on ~/Xinco/data which translates to ...
2
votes
2answers
457 views

Meaning of “Processing triggers for ureadahead”

I am trying to uninstall Tomcat 7 from Ubuntu 12.04 by issuing the command sudo apt-get remove tomcat7 as a result I am getting the following response My Questions Has the package tomcat7 been ...
4
votes
3answers
2k views

How to automatically restart Tomcat7 on system reboots?

I have installed Tomcat 7 on Ubuntu 12.04 LTS which run on an Amzon EC2 instance. Now I wish tomcat should restart automatically on system reboot. I read this blog which suggest adding below script to ...
1
vote
1answer
138 views

How to enable Apache Solr service on Rackspace Ubuntu Server?

We have setup Apache Solr on Rackspace dedicated ubuntu server. But, I think because of Firewall this service is not available. I tried adding following line as per Rackspace documentation: ...
0
votes
0answers
156 views

Major problems with Tomcat 7 deployment to Ubuntu

I have set up a home web server successfully for Ubuntu version 12.10 inclusing: openssh-server (running and working) tomcat7 (running and working) vsftpd (could be my issue) I am not able to load ...
2
votes
2answers
247 views

java development on linux [duplicate]

Possible Duplicate: How do I install Oracle Java JDK 7? I need help on how can I install java oracle 7, netbeans and tomcat on ubuntu platform. I 'm new to ubuntu, totally zero knowledge on ...
1
vote
0answers
116 views

public address null and present state pending after destroy-environment , disabling firewall and bootstrap again

I have done everystep as it was written on ubuntu 12.04 maas, but now i am stuck here for over a month and could not find how to solve it .. Please help .. When i do juju status it says : ...
0
votes
2answers
907 views

shutting down tomcat on port 8080

I have problem in shutting down tomcat server. When I type localhost://8080, it keeps on showing me tomcat homepage. I restarted the system also but did not help. I have already tried following ...
2
votes
1answer
545 views

Which user is running tomcat?

I have a Tomcat 7 server running on Amazon EC2 (OS - Ubuntu 12 LTS). How can I find out which user is running Tomcat on Amazon EC2?
5
votes
4answers
14k views

Installing tomcat 7 on Ubuntu Server 12.04

I'm trying to install tomcat 7 on Ubuntu Server 12.04 with: sudo apt-get install tomcat7 which most sites and guides tell to do, but immediately I receive this answer: Reading package lists... ...
0
votes
1answer
303 views

How do I get these virtual domains working in Tomcat?

im new to ubuntu and tomcat moving away from windows and iis to create a website on AWs. Im having problems trying to replicate what had running on my windows machine. I hope someone can clarify the ...
0
votes
0answers
53 views

Tomcat Server Problem

New problem arose during deploying the website in tomcat7 through Eclipse IDE .well if we cold deploy it, it works fine but deploying through eclipse gives the problem . Error instantiating ...
-1
votes
2answers
891 views

How to install Tomcat 6 from a zip?

I have extracted the zip package in my home folder and I want to access webapps folder through localhost:8080, which files I have to change in order to get this done? I have installed java-6-sun, ...
2
votes
1answer
342 views

Java using too much CPU

Trying to use either Eclipse or Apache Tomcat pushes all 4 CPU cores to around 60% cpu usage, and trying to run both at the same time maxes them all out. Tried deleting all the webapps I'd deployed ...
0
votes
1answer
1k views

create new server Tomcat7 in Eclipse

I installed tomcat7 by the command sudo apt-get install tomcat7. So far so good I wanted to create a new server in eclipse with tomcat7 and went to preferences -> servers -> runtime environments and ...
2
votes
2answers
4k views

Tomcat7 cannot find jdk

I have installed tomcat7 (using apt-get install command) and whenever I want to start tomcat7 it says : no JDK found - please set JAVA_HOME I have set JAVA_HOME in my bash.bashrc and also ...
1
vote
1answer
314 views

How could i install JSF in ubuntu?

How could I add JSF to my system having JEE, tomcat, jboss, glassfish, and apache working?
2
votes
2answers
7k views

What is the Tomcat installation directory?

Based here I'm trying to setup Tomcat Server, I have successfully installed it and tested it. Then I stopped it as recommended in the tutorial. I'm setting up "New Server Runtime Environment" as you ...
0
votes
1answer
183 views

tomcat and apache http together

can I install apache tomcat 6 and apache http web server on the same machine (Ubuntu 11.10) without problems ? tomcat to serve GeoServer apache web serve to serve static files
1
vote
3answers
3k views

Determine destination location of apt-get install <package>?

For some applications its fairly easy enough to locate where the application was installed to using the "which" command. However, some applications such as Tomcat are a little out of my league to ...
0
votes
1answer
796 views

How to make apache tomcat comes with netbeans installation work?

I have installed the "apache tomcat" server came with NetBeans along with Glassfish server. Now How can i deploy php application on it ? How should I configure it ? The default directory of apache ...
1
vote
1answer
284 views

How do I redirect my apache web app from an alias of one domain to a sub domain of another?

I have a web application on www.domain1.com where I have installed Apache2 and Tomcat7. I would like to make a redirect from www.domain2.com (which is a www.domain1.com alias) to ...
0
votes
0answers
88 views

install tomcat on ubuntu 11.04 [duplicate]

Possible Duplicate: How do I install Apache Tomcat 7? I tried installing tomcat on 11.04 using apt-get install tomcat7 but I get an error: Unable to locate package tomcat7 I guess ...
0
votes
2answers
2k views

Tomcat Manager Application and HTTP 404 Error

I am trying to set up the admin application for a Tomcat 6.0.24 instance. None of the searches I've done turn up anything I can use. I am using this configuration for Apache 2.2.14: Alias /manager ...
1
vote
1answer
2k views

Installing tomcat from repo with Java from Oracle

Since Java 6 from Oracle is not supported with Ubuntu repositories anymore, I installed it by downloading the package from java.oracle.com, unpacking it in /opt and adding symlinks in /usr/bin. Now I ...
3
votes
1answer
319 views

How do I secure a Tomcat installation?

I have installed tomcat on my Ubuntu Home 11.10 system and can successfully access the test page online after port forwarding on 8080 within my router. I have not made any other changes to the ...
0
votes
2answers
733 views

Recovering tomcat6 default configuration

I'm experimenting with Java web development, and it seems that I've messed up with my current tomcat6 installation, especially its configuration files. How to recover tomcat6 to its original state as ...
0
votes
1answer
343 views

Find out what account an application runs as

Im in the middle of trying to set up a tomcat environment on my development machine. Im having trouble running applications, and it looks like its down to file permissions. The directory containing ...
1
vote
2answers
279 views

Killing Subprocess in Ubuntu NOT the Parent?

I want to kill a process in Ubuntu. I have Java installed and Running JBOSS & Tomcat at background. I need to kill Tomcat after deployment but when I kill it JBOSS is going too. I had to use ...
1
vote
3answers
3k views

Installing Eclipse 3.6 and Tomcat 7

I am a beginner with Ubuntu. I've read many questions, but I haven't been able to figure out how to install Eclipse 3.6 and Tomcat 7 on Ubuntu 11.04. I've tried many answers posted but still no use. ...
0
votes
1answer
434 views

Starting tomcat6 shows missing conf directory.

I've just installed Tomcat6 via apt-get on lucid. Looking at the directory created here: /usr/share/tomcat6 I was expecting a conf directory to be created under this (based on experiences ...
3
votes
4answers
2k views

How do I remove OpenJDK?

I had removed OpenJDK installed by default from Ubuntu Software Center. Eclipse had been showing that Installed JRE is OpenJDK. I wanted eclipse should be configured to jdk I already installed and ...
0
votes
2answers
5k views

how to run tomcat as service and not use root user

I copy catalina.sh to /etc/init.d/tomcat and sudo chkconfig --add tomcat it started as root user,I want use another user,how?
2
votes
2answers
3k views

Tomcat 6: CATALINA_HOME vs. CATALINA_BASE

I can't find a definitive answer to why Ubuntu would set the CATALINA_BASE environment variable, making it different from CATALINA_HOME. I found this document which suggests that not setting ...
8
votes
2answers
9k views

Where is catalina_base and catalina_home located for tomcat6?

I recently installed tomcat6 with apt-get and have got it up and running. Ubuntu doesnt set the $CATALINA_BASE and $CATALINA_HOME environment variables during the install. How can I locate these ...
0
votes
1answer
343 views

Need to set up Tomcat and JSF on an ubuntu machine

As the title says, I need to set up Tomcat and JSF on an ubuntu machine, and seem to be running into issues because the tutorials i find online are out of date. Can someone provide an up-to-date ...
7
votes
5answers
25k views

How do I install Apache Tomcat 7?

Troubleshooting with apache Tomcat 7 steps should be followed .... after downloading apache-Tomcat 7 // open terminal go to that downloading file folder in which tar.gz file is still. Untar the ...
3
votes
1answer
559 views

How to get Red5 working?

I installed Red5 from the Ubuntu universe repository. After installation, I visited http://localhost:5080. The page looked like this: As you can see, there's a broken image on the page. As well, ...

1 2