Tagged Questions
0
votes
0answers
4 views
Storing static files of one web application in another web application
I have two web applications running on my tomcat. One application I am using for user login and dynamic contents. Other one I want to use for storing images (user profile pics) and some json files ...
0
votes
1answer
29 views
How to remove errors UnsupportedOperationException and Possible memory leak
I have been searching a lot but have not found a perfect one which can help me to solve this problem.
I have web services and am generating the stub using JAX-WS.
To access the methods of web services ...
0
votes
2answers
49 views
a free solution to package java web application with tomcat to an exe [closed]
I made a java web application that uses hibernate, spring and jsf. it is deployed on tomcat 7. I want to distribute it to external users, but I'm afraid that someone can decompile classes and get back ...
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
14 views
URL Mapping to webapp directory
I would like to map two URLs to the same webapp directory. It should be similar to what we do for mapping URLs to the same servlet.
Requests to "/firstApp" & "/secondApp" should map to a webapp ...
1
vote
0answers
27 views
Content coming from a web application sometimes randomly shuffled
We develop a Java web application which is run on Tomcat. It's been installed on many computers and it's working without problems. Recently, on a single remote installation, it exhibits very strange ...
1
vote
1answer
41 views
Is it possible to remotely debug a single and specific WAR deployment on Tomcat?
I have access to a remote Tomcat server with a number of different deployed WARs. I can't thoroughly test the WARs locally because of some remote system dependencies and therefore would like to ...
1
vote
1answer
38 views
Does Tomcat cache compiled JSP pages in memory if scratchdir is read-only?
I've got a webapp installed in a Tomcat container that exists on a read-only file system. As a result, I'm seeing this message (actual names changed to protect the guilty) on startup:
SEVERE: The ...
2
votes
1answer
31 views
Auto-detect tomcat failed start by bash scripts
I wrote a bash script to auto-deploy a web-application to tomcat container whenever it is triggered. It is pretty straight-forward:
Dump the current database for back-up
Shutdown the current tomcat ...
1
vote
2answers
51 views
cloudbees+lift application = broken navigation
I've been using Lift as the framework for a personal website, and in an effort to move the server off of my computer, I've turned to Cloudbees. I deployed my app to the cloud as a .war file and ...
0
votes
0answers
10 views
sharing jsf application on local network with another device (pc ipad …)
is there a way to share my jsf web application in a local network to allow manager to test it knowing that I use tomcat as a web server and jsf2 as a framework
thank you
1
vote
2answers
71 views
what is the industrial standard for an Android app server?
I am developing an Android app using thin client architecture.
Some basic use cases on the client side are:
authorizing a user
waiting a user to input some data
sending user input to the server
...
0
votes
1answer
12 views
Maven Webapp run in Eclipse but run base java code of Module?
I have 2 project
1) Module for webapp, this is project contain some java class Utility.
2) Webapp project using project (1).
I configuration to run project in Eclipse + Tomcat plugin, It run OK.
...
0
votes
2answers
41 views
Tomcat login redirect NullPointerException in FormAuthenticator
I'm really having a difficult time with a web app that I'm deploying to my company's tomcat server. I can deploy it to my own test server and access just fine, but when I deploy it to the test server ...
1
vote
2answers
36 views
Which is the best way to emulate a balancer locally?
Enviroment:
SO: Windows
App Server: 2 x Tomcat 7.0.32 (both run locally)
My application is deployed on two Tomcats, each one configured with a unique port (8081 and 8082).
I need a way to ...
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 ...
0
votes
2answers
63 views
Tomcat web application stops automatically
I have a dedicated server running CentOS 5.9, Apache-Tomcat 5.5.36. I have written a JAVA web applications which runs every minute to collect the data from multiple sensors. I am using ...
0
votes
0answers
20 views
Setting up an alternate root for Tomcat
I have Eclipse set up and am working on a large web application that is already set up and has been going for a while. I am new to a certain aspect of the design process, and want to experiment with ...
0
votes
1answer
82 views
Unable to load java script files in Jetty webapplication
I have a very simple webapp where I am trying to plot graphs using flot javascript library. My JSP file goes this way where I am importing the required *.js files as follows.
Relative to the ...
0
votes
0answers
23 views
Publish data from a LAN webapp to a public site
I have a struts 2 webapp. IT works very well and currently is only accessible to the office LAN. The client would like to be able to publish some of the data in the database to a public website. I ...
0
votes
1answer
16 views
What is the best place to put context file of a web app in Tomcat
What is the best place to put the context file of a web-app deployed on Tomcat? I want the webapps to be auto-loaded without having to shutdown the server.
0
votes
3answers
110 views
Servlet 3.0 without a WAR file?
Is it possible to launch a webapp altogether with:
1) No war file:
http://stephenh.github.io/2009/01/10/war-less-dev-with-jetty.html
http://www.jamesward.com/2011/08/23/war-less-java-web-apps
2) No ...
1
vote
1answer
35 views
Get memory usage of a webapp without catalina resources in jProfiler
I'm using jProfiler to figure out how much memory is being consumed by my webapp. I've written a simple "Hello World" app and launched using Tomcat, attached jProfiler to the jvm and was surprised to ...
1
vote
0answers
24 views
Load Testing a Website with a Certificate
My website requires that the user choose a certificate before gaining access.
I'd like to use ab, Siege, or JMeter to test out the performance of my website since I've at least heard of them.
...
0
votes
0answers
63 views
Why security constraint in web.xml is preventing redirection
I observe that in my application the security constrain check is failing when I create a session in the filter and redirect to a page. This I am doing to support a cookie based 'remember-me' ...
1
vote
1answer
56 views
IntelliJ, deploying on localhost without restart tomcat
For some special reason, my webapp2 must be deployed after webapp1. I know in IntelliJ, I can configure local deployment with two webapps (2 war files), but it start up in random order and break my ...
0
votes
1answer
58 views
applet not loading in tomcat
I'm trying to load an applet through a webapp in tomcat. I have my my class files and the applet works if I open the HMTL file with applet in a browser. But if I try to open the same HMTL file through ...
0
votes
1answer
136 views
Tomcat or Jetty for Java server application
Suppose I have to design a server to process concurrent completely independent HTTP requests. The processing is mostly CPU-bound (no database is involved).
Requests are relatively small (1-10K) and ...
0
votes
0answers
20 views
Tomcat application in work/catalina and not in webapps but still work fine
I need your help please.
I want to locate an application deployed into tomcat server. But i find something strange.
The application (with the name 'X') is not in the webapps but i can find it in ...
0
votes
1answer
47 views
java webapp, getContext always return the same object
Note: this is not cross-posting, asking different questions (related ClassCastError when share objects between webapp)
I have two webapps running at two different contexts on the same tomcat ...
1
vote
1answer
36 views
ClassLoader used by tomcat
I got this class not found error. The class name is com.bandstand.web.StartupListener in a webapp.
I click on the class WebappClassLoader in the stack trace (below) it lead me to
...
1
vote
2answers
148 views
Confused about integration of Java file, JSPs, servlets?
This is my first time working with Java and tomcat and I'm a little confused about how everything fits together - I've googled endlessly but can't seem to wrap my head around a few concepts.
I have ...
0
votes
1answer
79 views
Configuration http not running after installing mod_jk.so
I installed: mod_jk-1.2.31-httpd-2.2.x.so
When restart httpd after updateing mod_jk
/sbin/service http stop
ERROR:
httpd: syntax error on line 30 of /usr/local/apache/conf/httpd.conf: syntax ...
0
votes
2answers
41 views
Set root application of domain on host server
I am struggling badly to set my application as the default. It's running on a private jvm hosted by a hosting company I've tried renaming it to ROOT and it becomes accessible by mydomain/index.html. ...
1
vote
0answers
143 views
Eclipse Deployment Assembly - Creates .war of dependency project inside main project WEB-INF/lib?
I have a main web project that contains all the things required to deploy and hit the page via a browser. Then I have several "functions" each as a separate project that can be included into the main ...
1
vote
2answers
219 views
How to read a properties file outside my webapp context in Tomcat
I have this requirement that my webapp needs to read from a properties file outside the Tomcat webapps directory, for example from $CATALINA_HOME/properties/myapp.properties. I have tried several ...
0
votes
2answers
118 views
How to make my Tomcat v6.0 localhost Server Enable compression “gzip”?
I have finished development of a Java EE web application
Under Eclipse IDE and Tomcat v6.0 as a localhost Server
Now I need to make my localhost Server (Tomcat v6.0) Enable compression "gzip"
For ...
1
vote
2answers
38 views
Why does my work file work locally, but not on my webhosting server?
I developed a website and got a Tomcat account on Dailyrazor. My website runs fine when I start Tomcat from the command line and stick my war file in Apache's webapps folder. I access it by ...
-1
votes
1answer
107 views
Database Connectivity Tomcat Struts2 Application
I have an application that is currently deployed in multiple locations using Maven profiles which select a different property file depending on the profile and then deploys the application using cargo ...
2
votes
1answer
54 views
Debugging Webapps in Eclipse
I want to debug a webapp through Eclipse. The webapp will be running on a Tomcat 7 instance that I have configured within Eclipse, and thus everything, including Tomcat's launch will be done from ...
0
votes
1answer
118 views
ColdFusion pages displayed as Raw Code
I have a Tomcat 6 server running multiple application, in one of these applications the JSPs refer to links in a ColdFusion project. In production we have Apache setup to change the DocumentRoot to ...
0
votes
0answers
86 views
tomcat web app startup failed, error on listener
im trying to deploy an app in tomcat6 on centos5, but the problem is the app will not start i have a log in "usr/local/tomcat/logs/catalina.out" the last lines which are about starting the app are:
...
0
votes
1answer
66 views
Jenkins webapp deployment
I have the web project which is compiled on Jenkins. It consists of a couple of wars and jars. And it is deploing on tomcat, jars are going in the lib dir and wars in the webapps dir.
The proplem is, ...
0
votes
1answer
30 views
Is it possible to Alter Tomcat Web Application Manager's Theme or Modify its Header?
I have couple instances of tomcat server sitting on my computer (one's production and one is staging/test/training).
The (example) url for the tomcat web app mgr for both production and test is as ...
0
votes
1answer
67 views
how to perform the load balancing in tomcat? [closed]
I successfully completed the chat project.My Team lead asked me to do load balancing in the Chat application.
Can any one tell me that how to perform load balancing in Tomcat ?
Hope our Stack users ...
0
votes
1answer
108 views
Steps to Configure the Clustering and Load balancing with Tomcat?
I recently learned the difference between Clustering and Load balancing.
I have an chat application and I need it to test with the load balancing and clustering.
I googled a lot and can't get an ...
1
vote
4answers
373 views
Difference between Clustering and Load balancing? [closed]
What is the difference between Clustering and Load balancing?
I know it is a simple question.But I asked this question to several people, But no one gave reliable answer.
Also I googled a lot and ...
0
votes
0answers
247 views
Apache tomcat 7 - context.xml not being picked up by server
I'm running web application on eclipse that works fine when declaring the context in server.xml. As part of wanting to have a nicer deployment procedure, I wanted to remove the context declaration ...
1
vote
0answers
38 views
Setting default webapp using docBase
I have configured the Tomcat Catalina context as below to set appA as the default docBase.
<Host name="localhost" appBase="webapps" unpackWARs="true" autoDeploy="true">
<Context ...




