Tagged Questions
0
votes
0answers
7 views
Can I have two separate web servers/application servers accessing the same database, mysql
I have apache tomcat application server and wamp(apache) installed in my machine(localhost). My php application runs on wamp, and the webservices(SOAP) are based on java, which need to make changes to ...
1
vote
1answer
19 views
What is the best way to install Mod_jk on linux to run apache in front of tomcat
I am using Wordpress for my blog and my main project is in java using tomcat server so
I want each request coming to my server to go through apache.
For exemple if my site uses www.sample.com I ...
0
votes
0answers
22 views
Sharing configuration among multiple Tomcat servers - best practices
In our environment we have six identical Apache-Tomcat servers. The servers are hosted on Amazon EC2.
The configuration is taken from the local spring file.
The problem with that is that if a change ...
0
votes
0answers
13 views
Custom page 404 jsp does not pick up css
I have a custom page 404 jsp page that works fine but does not pick up the css (and image).
My directory structure:
-webapp
- -error
- - -jsp
- - - -page404.jsp
- - -styles
- - - -style.css
...
0
votes
0answers
23 views
Error: We're sorry, but something went wrong. Simple JRuby on Rails Program on Tomcat
situation:
Environment: Windows 8, JRuby 1.7.3, Rails 3.2.13, ...
I'm trying to run a sample program from a JRuby on Rails teaching book
so far:
Created Simple Ruby on Rails project "answerme" ...
0
votes
0answers
20 views
Possible to use Single URL for multiple tomcats
I have several tomcat deployments which can be accessed via 3 separate URLs.
e.g. http://app1.example.com, http://app2.example.com, http://app3.example.com
I want to have only one URL that will ...
1
vote
1answer
19 views
Tomcat Sharing cookie between two application on same server with different host name
I have two applications running on a single tomcat instance.
Both applications use some apache trickery to mask their IP to a host name
rather that
http://123.123.123.123/appOne
...
0
votes
1answer
20 views
to Apache 2.4.4 and Tomcat 7.0.33. Accessing the website via HTTPS produces “Object not found” error
Issue: Upgraded to Apache 2.4.4 and Tomcat 7.0.33. Accessing the website via HTTPS produces “Object not found” error.
The error logs show no errors (apche, tomcat, or Windows).
Server OS: Windows 2008
...
0
votes
0answers
11 views
How to store user profile data(images, jsons) for web application
In my java web application, I want users to login and upload some images and json files.
While looking for the solution I found one related question Here.
The only answer provided says that this data ...
0
votes
0answers
19 views
Apache virtual host to tomcat server
I would like to set apache to root to my tomcat server in the same machine.Apache is listening to port 80 and tomcat to 9090. The dns name of my service is example.com.gr the machine ip is something ...
1
vote
3answers
34 views
Batch script to tell if a website is up or down
My issue is that ping doesn't tell me if the website is up or down. I need to know if the website is up or down. If it is not up restart the script. If anyone can help me out that would be amazing.
...
0
votes
1answer
33 views
Apache: redirecting from one url to another with query param
I have one server that serves two domain: www.a.com and www.b.com
I am having apache and tomcat running on the server.
I want to redirect every request from www.a.com to www.b.com. I want to redirect ...
0
votes
1answer
18 views
Cannot access application that deplyed in Apache Http Server + Tomcat + SSL architecture with Fixfox or Chrome browers
Our application deployment architecture is Apache HTTP Server + Tomcat + SSL(I use go-daddy.com SSL certificate), now I can access successfully the application with URL https://remote.com:23/project ...
0
votes
2answers
40 views
501 error when using AJAX on CFC
I have the following form:
<!DOCTYPE html>
<head>
</head>
<body>
<div>
<label>
<h1>Input 1</h1>
</label>
<form>
...
0
votes
1answer
26 views
What are the dangers of a hacked Apache Tomcat server?
If a Tomcat7 (on Ubuntu 12.x) gets hacked (caused by weak username/password) what is the hacker able to do? Of course he can deploy .war archives.
But:
Can he get access on the complete file system?
...
0
votes
0answers
13 views
Health page in apache mod_proxy
I have one apache with balancer, and 2 tomcats.
I'm trying to use apache mod proxy and want to set healthy page (so if one of my WAR does not work, requests will not be directed to it), which will ...
1
vote
1answer
39 views
Tomcat stops responding to Apache
I'm trying to resolve an issue about connecting Apache and Tomcat with mod_proxy_ajp. In my case, the Tomcat stops to response the Apache, and the apache log prints logs error message like this:
...
-1
votes
0answers
17 views
Website hosting in windows 2008 RC server with apache tomcat [closed]
I am using windows 2008 R2 server
I try to host the website in tomcat server
It is working localhost
it's not working in outside
I am thinking that it is not connecting with static IP
can u ...
-1
votes
1answer
17 views
Deploy WAR file on apache 7 with specific hostname ( domain) [closed]
I have a foo.war file, I deployed it on apache-tomcat/webapps and I can access it with the URL http://localhost:8080/foo but now I want to access with foo.com URL
I tried writing in the /etc/hosts ...
1
vote
2answers
43 views
How to mask a tomcat app behind an apache subdomain?
I have two separate servers: an Apache public server and an internal Tomcat one. I would like our users to be able to use our Tomcat apps without exposing the details of our implementation (actual ...
7
votes
1answer
151 views
JSF2 application not accessible without /faces/
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/ )
...
0
votes
0answers
22 views
Exception: Algorithm does not exist in apache tomcat 6
hi every body I want to upload a process into 52 north wps web server my code is in this:(like (https://wiki.52north.org/bin/view/Processing/TutorialProcessDevelopmentKit))
package ...
-3
votes
0answers
25 views
Any one has done migration of web server from Jetty to Tomcat ? comes any issues? [closed]
I want to Migrate Web server from Jetty 6.1.3 to Apache Tomcat.
So I need to know is there any issues?
If any one has done migration then please give your inputs or suggestion.
0
votes
0answers
9 views
can't find tomcat directory after installing with easy apache on VPS [migrated]
I have installed tomcat with my build using easy apache on my VPS. This seemed to set up fine with no error messages. But I cannot find any tomcat directory on my VPS (I thought that one should have ...
0
votes
2answers
50 views
Tomcat not working on Localhost
I have an Android application that connects to a servlet in a Tomcat server.
I have Tomcat server coupled to eclipse.
The IP address indicated to the Android application to connect to the Tomcat ...
0
votes
0answers
41 views
SSL Two-way authentication between Apache and Tomcat
I have two servers (in different hardwares) running the follow:
. 1 Apache w/ php client application
. 1 Tomcat w/ java webapplication
Currently the Php application calls Tomcat through RESTful ...
-2
votes
0answers
20 views
Services link and Administration link in Apache Axis2 not working
When I click on the services link, and the Administration link, they show up as internal server error. Any ideas?
1
vote
0answers
21 views
Caching dynamic content from Tomcat through Apache
I would like to cache dynamic content coming from Tomcat. However, the lifespan of the content is pretty short (max 15 minutes) before an update is needed. Would this be possible using something like ...
0
votes
1answer
32 views
Trouble configuring Apache Tomcat Server on Eclipse
I am having trouble configuring my Tomcat on Eclipse. I followed the steps to set up a local Apache Tomcat Server on my Mac, and I also set up an SSL on the Tomcat Server successfully. However, after ...
0
votes
1answer
48 views
Copying file from Linux to NAS Share with Java (Apache FileUtils FileCopy)
One of the developers here has written some Java code which uses the Apache FileUtils FileCopy command to copy a csv from a host server (linux) to a file share (EMC NAS).
The share's setup such that ...
0
votes
1answer
63 views
How to overwrite war files during Tomcat hot deployment?
I am using Tomcat 7.0 for my web application deployment ... Still now i used to stop the server and delete the old war file and paste the new war file and then start the server ... Now I heard about ...
0
votes
0answers
73 views
Hudson Appache SVN Checkout Exception - 500 internal Server Error
I'm hitting an error while trying to checkout an SVN Repo via Hudson.
With TortoiseSVN i can checkout this Repository without any Problems.
In Hudson I use the "Hudson Subversion Plug-in ...
0
votes
1answer
68 views
Problems installing appdynamics
I have installed Appdynamics lite on my server and it worked fine when I used to run my tomcat instance with root user. But from the time I have created a new user "Tomcat" and start executing my ...
0
votes
0answers
13 views
Apache-Tomcat connector losing path element
I've been wrestling with porting a web application which uses Jersey servlets from tomcat7 and apache2 on ubuntu to tomcat5 on rhel5. I've finally gotten the apache and tomcat5 on the redhat instance ...
0
votes
1answer
36 views
Connecting to tomcat from LAN: [closed]
I just installed Apache Tomcat 7 on my Windows 7 machine. My question is, how can I connect to this server from another computer in my home. ideally id like to connect with something like ...
0
votes
0answers
32 views
Deploy java-application on tomcat
I have developed a java webservice application that I have been running on my dev-computer and in the meanwhile been setting up a dedicated ubuntu based linux server.
I have installed oracle-jre, ...
0
votes
1answer
51 views
Apache Tomcat v7.0 is deleting images uploaded when reinitialized
I am developing an web application which uploads images to an Apache Tomcat server. The problem is whenever I make changes on my server, it is reinitialized and the images loaded before, are deleted ...
0
votes
1answer
37 views
Tomcat servlets issue on RedHat Enterprise 5
I have recently finished (almost) an application for a contract I was working on, and am porting the current instance from my work computer to the production server to work out any kinks before I do ...
0
votes
0answers
19 views
Apache Issue. Unable to Restart server. Getting 503 error
I am getting this error when I am restarting an amazon EC2 instance.
Right now when I type in the URL of my web site, it is showing a blank screen and a 503 error. Somehow the Apache web server is ...
0
votes
1answer
25 views
Amazon EC2 Error or Application Error - swapon: /dev/sda3: read swap header failed
Can anyone tell me what this error is? Is this an Amazon EC2 related error?
Our application is hosted on Amazon EC2 and when we try to hit the site we are getting a blank page with 503 error.
There ...
-1
votes
0answers
10 views
Point Domain containing customer name to single application [closed]
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
2answers
55 views
Can you have two separate Apache servers running on the same system?
Can you have two separate apache servers running on the same system in parallel, as long as they make use of different ports?
I have a system I need to install JIRA on, but the system is already ...
0
votes
0answers
30 views
Apache with Tomcat Authentication
I have a Java EE application which runs on a Tomcat 7. It uses Spring Security for authentication. A JSF application should deliver images on webpages.
I think it would be nice if Apache would ...
1
vote
0answers
41 views
The session variables are not be maintained when accessing the java application through the apache virtual host
I have installed on the same machine one apache2 server and one tomcat 7 server. The apache server is used and configured with virtual hosts enabled as is supposed to server multiple java websites. ...
-2
votes
1answer
122 views
Free web hosting with tomcat? [closed]
I have a .war file that needs to be deployed in a public ip in order to work. Do you know a free web host that i could try to deploy it? I know dozens solutions with apache , php , mysql but never ...
0
votes
1answer
52 views
Tomcat and mySQL configurations
I have been using Tomcat and mySQL for quite awhile but recently have been managing to max out my connections. I don't know why as my code opens and closes the connection when its done. For instance ...
0
votes
1answer
30 views
drivers loaded in apache-tomcat-6.0.36/lib but still get No suitable driver found
I am learning web services in eclipse helios with axis 2 and apache tomcat. I have two dynamic web projects with java classes that successfully connect to two databases when I run them as simple java ...
0
votes
1answer
64 views
Log is not loading in to new catalina.out file
we are using tomcat server to our application . Here very much log creating into catalina.out . we want to make archive of catalina.out . then deleted old catalina.out file . and created a new ...
0
votes
0answers
60 views
Tomcat 7 hang up unexpectedly
i have a JSF2 (+Primefaces 3.5) webapp with apache2/tomcat 7..
sometimes Tomcat hang up unexpectedly (it seems that apache do not communicate with tomcat) and i get a web page with "Bad Gateway"
This ...
1
vote
1answer
29 views
DNS & Web Application Deployment
Hi I have the following situation :
Currently on one VPS Box (with 1 IP Address), I have LAMPP running the 'commercial' part of the website on port 80. I then have the actual web application running ...




