1
vote
0answers
13 views

Apache tomcat cluster

I am trying to run 2 tomcat servers in cluster, I have made necessary changes in server.xml of each of those, but while starting server i am getting following error, what can be the issue?? Jun 18, ...
0
votes
1answer
28 views

installing apache httpd server on ubuntu 12.04

I have 5 systems running apache tomcat server, for load balancing i need to install apache httpd server, how should i do this, please provide me some useful links and your opinions on this, thanks
1
vote
0answers
17 views

conflict between my lamp server and apache tomcat

i recently installed apache tomcat on my existing lamp webserver ubuntu which runs on port 80. before i start tomcat, i made absolutely sure to change its port number to avoid conflict on my LAMP. ...
-1
votes
1answer
27 views

xampp not running in limited user account [closed]

I have installed xampp in widows xp from admin account. it is running properly for the users who have administrator previlage, but it is not running in limited user account. kindly provide me a ...
0
votes
0answers
16 views

How to send a header using a HTTP request through a curl call?

I wish to send a header to my apache server in ubuntu. Using a curl call how can I achieve this?
0
votes
0answers
213 views

tail: inotify cannot be used, reverting to polling: Too many open files

When I try to tail -f catalina.out, I get the error: tail: inotify cannot be used, reverting to polling: Too many open files I tried the answer in this post: Too many open files - how to find the ...
0
votes
0answers
45 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
126 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
146 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: ...
1
vote
1answer
341 views

How could i install JSF in ubuntu?

How could I add JSF to my system having JEE, tomcat, jboss, glassfish, and apache working?
0
votes
1answer
196 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
1answer
321 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
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 ...
8
votes
5answers
26k 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 ...
4
votes
2answers
2k views

Running Apache and Tomcat together on different subdomains?

Posted this on ServerFault but didn't get a response. Hoping I will have better luck on the Ubuntu site. I have been trying to get this working the whole of today. I have a server which resolves to ...
2
votes
1answer
599 views

apache2 tomcat6 virtual hosting

I've apache2 and tomcat6 running on port 80 on ubuntu server 9.10. I've a registered domain name and I'll access the jsp index page navigating to http://abc.mydomain.com. The page is under ...