1
vote
1answer
35 views
why am I getting the deployment error?
As I try to deploy my web application from netbeans, I get the following error :
Starting Tomcat process...
Waiting for Tomcat...
Tomcat server started.
...
0
votes
2answers
20 views
Unsupported major.minor version 49.0 under tomcat 5
Receiving this error while trying to run J2EE application under Java 1.4, Tomcat 5.0
Error:
**java.lang.UnsupportedClassVersionError: com/sun/tools/javac/Main (Unsupported major.minor version ...
0
votes
1answer
17 views
Tomcat Server not starting with in X seconds
I have tried the following
Delete & add server again
Delete snap file
increased the timeout to 180
Server Tomcat v7.0 Server at localhost was unable to start within 180 seconds. If the server ...
0
votes
1answer
28 views
Caused by: javax.naming.NameNotFoundException - Name [Class/object] is not bound in this Context
have a problem that am dealing with since 6 hours but don't get to solve it.
Am developping a Dynamic web project using JSF/Tomcat 7/ Maven/Java 7
Everytime I run the project on the server I get ...
-1
votes
0answers
21 views
Advantage of Glassfish server over JBoss and all other J2EE servers [closed]
What is the advantage of Glassfish server over other j2EE server like JBoss,Tomcat etc ?
0
votes
2answers
43 views
the only error: No Spring WebApplicationInitializer types detected on classpath
May 21, 2013 3:44:07 PM org.apache.catalina.core.AprLifecycleListener init
INFO: Loaded APR based Apache Tomcat Native library 1.1.27 using APR version 1.4.6.
May 21, 2013 3:44:07 PM ...
0
votes
1answer
39 views
HTTP Status 500 - java.lang.NoClassDefFoundError: Could not initialize class org.apache.jasper.el.ELContextImpl
When I try to browse "localhost:8080" on myeclipse, I get the following error:
type Exception report
message java.lang.NoClassDefFoundError: Could not initialize class ...
0
votes
0answers
23 views
Programmatic Login from Tomcat JSF2 Frontend to WebSphere 7
We are developing a distributed application, using a rather heavy weight approach.The UI is deployed as a WAR on Tomcat 6, the back-end is deployed as an EAR on WAS 7. Without application security ...
0
votes
2answers
35 views
Active MQ consumer is receiving only the alternative messages
Requirement : One activemq queue should run in one machine (say machine1) .That queue should be accessed from the machine1 and another machine(say machine2).And the listener will run only in ...
0
votes
1answer
31 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 ...
1
vote
2answers
98 views
How to give relative path for my file in java file?
I am using tomcat server for my java application(Servlet,jsp).In my servlet page calling one java class function.Actually the java file is written separately and i will call the function written ...
0
votes
1answer
63 views
Basic web application but getting 404 error Tomcat/Eclipse
I have a simple dynamic web application in eclipse as shown in below image:
and my web.xml is as below (provided only relavent sections to reduce complexity):
<web-app ...
...
0
votes
0answers
19 views
Session Management between different application and servers
I have a Ruby on Rails app running on phusion passenger server which I want to enhance with a Java app running on Apache Tomcat. How do I manage sessions between these two applications? Or is there a ...
1
vote
0answers
13 views
Eclipse is reading Apache Catalina output from standard error
Based on the color of my Eclipse console, it seems as though it's outputting standard console messages to the Standard Error buffer. Why does it do this? And, more importantly, is there a way to ...
1
vote
2answers
75 views
+50
JAX-WS Web service on Tomcat without sun-jaxws.xml
I am trying to minimize required configuration while deploying JAX-WS-based Web service on Tomcat. With the introduction of Servlet 3.0 (supported by Tomcat 7+), web.xml can be thrown out, but there ...
2
votes
3answers
81 views
Can I expire all sessions of a user?
Can I expire all sessions of a user?
I know that I can expire a session by using session.invalidate().
I am using Tomcat, servlet/JSP.
In a session I have a attribute userId.
On that basis we ...
0
votes
1answer
26 views
eclipse run maven project : java.lang.IllegalArgumentException:
when i try to run my maven project in eclispe, i meet this exception:
java.lang.IllegalArgumentException: Document base ...
0
votes
0answers
51 views
Nullpointer exception at com.sun.faces.config.InitFacesContext.cleanupInitMaps
I am not able to deploy my war file into tomcat server. I am ending up with the below exception.
SEVERE: ContainerBase.addChild: start:
org.apache.catalina.LifecycleException: Failed to start ...
0
votes
1answer
116 views
spring nested exception is java.lang.NoClassDefFoundError: org/aopalliance/aop/Advice
i tried hard to get rid of this error, but it doesnt want to leave me.
here is the config xml
<?xml version="1.0" encoding="UTF-8"?>
<beans ...
0
votes
1answer
127 views
Invalid initial heap size. Could not crate the Java virtual machine
I've faced the next problem:
I'm trying to start tomcat manually via startup.bat, but it seems not to show any results, then I've tried to run shutdown.bat and the console shows next:
...
-2
votes
1answer
32 views
How to scale OR find the requirement of web application [closed]
I am developing spring web application as a product. Which is having 50 post methods.
Those post methods are acting as a web service and which will consumed from mobile native apps.
All are simple ...
0
votes
1answer
28 views
tomcat doesn't manage character encoding properly
I have written a project with spring mvc & spring security, & in fact I want to make my client to search inside my database but unfortunately I encounter to encoding problem & I can't ...
0
votes
3answers
76 views
serveResource called when i call actions
i use jQuery.ajax to call this method in my portlet :
serveResource(ResourceRequest request, ResourceResponse response)
The problem is when i try to call any action(ActionRequest ...
0
votes
1answer
71 views
HTTP GET requests work but POST requests do not
Our Spring application is running on several different servers. For one of those servers POST requests do not seem to be working. All site functionality that uses GET requests works completely fine; ...
0
votes
2answers
82 views
Find out the number of loaded classes
I am working with an enterprise application, It is an search and book portal.
I searched for an item and started jconsole to check the performance on my local machine, It loads the classes for each ...
-2
votes
1answer
50 views
How to run a Java application on Tomcat? [closed]
How can I run Java application on Apache tomcat?Is there an option to do it?
For example, running application that scan web services and upload the data
to the database every 5 min.
If it possible, ...
0
votes
1answer
30 views
Modify Website After Deployment without undeploying
I have a website hosted in "Apache Tomcat Server". I would like to edit few pages without undeploying the website (realtime). Website developed using jsp/servlet. I know that generating another .war ...
0
votes
1answer
114 views
Ehcache with tomcat simple example
I want to include Ehcache in a Java web application hosted in Tomcat. What I want to do is check my cache for a key and if the key exists then retrieve it, if not then add it to the cache for later ...
0
votes
1answer
42 views
Setup POI in Eclipse EE for my servlet (on Mac)
I have downloaded Apache POI which include several .jar files. I want to use it for my servlet (developing with Eclipse EE version). I have added all .jar files in my "lib" folder and added them to ...
0
votes
1answer
61 views
Exec runtime on Java EE servers
For some reasons on my project I need to run this command "gcc file.c -o file.exe" on a Java EE server, I used this java code
try {
Runtime runtime = Runtime.getRuntime();
String[] ...
0
votes
0answers
30 views
Using Java SE Endpoint executor with Embedded Tomcat
Is there any way to set an executor in an embedded Tomcat using sun-jaxws.xml or in another way by application deploying (Java EE)?
With Jetty we were able to configure an executor like this:
...
0
votes
0answers
46 views
Tomcat: is there a way to prevent JSPs from creating a session other than using a page directive?
I'm building a Spring MVC/Tiles/JSP application.
I don't want sessions to be created - my code is good to go, but the JSPs create a session. So, I either end up putting a page directive in each JSP ...
0
votes
1answer
46 views
Configuring OpenAM with Tomcat Agent
I have a basic question in OpenAM while creating Agent profile for J2EE before we install and Configure the Tomcat Agent.
In Agent profile we have "Agent URL". What does Agent URL mean here?
The ...
0
votes
1answer
38 views
Accessing the SSL certificate on the server (private key)
I want to decrypt a message that was encrypted on the client side by using my website's public key:
URL httpsURL = new URL("https://mediashuttle.com/");
HttpsURLConnection connection = ...
0
votes
1answer
85 views
wicket Exception starting filter wicket
I'm trying to create a web application using wicket. These are the steps I've followed :
I created a maven project using this command :
mvn archetype:generate -DarchetypeGroupId=org.apache.wicket ...
1
vote
2answers
79 views
Tomcat 6.x - Deploy only required WAR files
We use Tomcat 6.x version for our development. We have 6 applications that deploy as separate WARs. Thus, each time TOMCAT boots, it deploys 6 WARs.
I want to be able to tell Tomcat (manually or ...
0
votes
2answers
650 views
java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet, tomcat doesn't see javaee-api-7.0-b83.jar
I am trying to run sample guessnumber-jsf from Java EE tutorial. It is here: https://svn.java.net/svn/javaeetutorial~svn
There is no dependencies in pom.xml. So output file has no .jar file. When I ...
-1
votes
1answer
87 views
Maven dependencies for Java EE Application on Tomcat Server. What is wrong with javaee-api?
I have a very simple hello world Java EE application. The index.xhtml is as follows:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
1
vote
1answer
108 views
set custom session id java (apache tomcat)
I want to set custom session id for my web application ,I have alogorithm to generate session id my web application should use that algo for generating session id.
please suggest me how cam i set my ...
-1
votes
1answer
26 views
Tomcat monitoring tool [closed]
I need one free monitoring tool for tomcat and mysql. I need that the tool monitors the processes and, in case of fail, the sevice must be restarted and the error reported by mail. Does anybody know ...
0
votes
1answer
496 views
tomcat-maven-plugin: Server returned HTTP response code: 403
I'm trying to automatically deploy a Maven webapp from Eclipse Java EE to my local Tomcat server. I'm using Windows XP. This is the error:
[ERROR] Failed to execute goal ...
0
votes
1answer
57 views
server.xml changes being cleared when I restart tomcat from eclipse
When I restart/start Tomcat after changing files like server.xml, tomcat-users.xml
the changes disappear. It looks like the files always get back to their default.
I'm using Tomcat 6.
What can I do ...
1
vote
2answers
143 views
How to run a background job method at fixed intervals?
I am using JSP/Servlet on Apache Tomcat. I have to run a method every 10 minutes. How can I achieve this?
0
votes
1answer
77 views
Spring redirect after servlet forward not passing model
I have a Portal that combines Spring controllers with a couple of regular servlets.
In the screen the user has a list from which he/she selects a credit card in order to see a report of the ...
0
votes
0answers
68 views
Servlet : Connection to database doesn't work
I'm working on my first Java EE project with Eclipse Juno, Java 7, Tomcat 7 and MySQL 5.5, with the goal of creating a servlet, a JSP view and some models.
But I have a big problem of connection to ...
2
votes
2answers
75 views
How to remove the project name from domain on cPanel
I have uploaded my war files on cPanel and it perfectly works but how can I remove the project name from the address,
It should be
www.example.com/index.html
but it is
...
0
votes
4answers
104 views
Apache Tomcat server not woking in eclipse
I want to add server to eclipse which is apache tomcat 7.0 for running my web application but every time it is giving Error 404. I have tried all the solutions given on stack overflows other posts I ...
1
vote
1answer
61 views
How to handle shared native library in multiple web applications on Tomcat
There is a library (jar file) needed for two of our web applications on Tomcat 6.0.35. And one of the class in the jar file requires a native library to run.
As expected, i am getting exception
...
0
votes
1answer
140 views
Login with Hibernate and store username logged
I'm developing a simple project cloud in which a registered user after login can download and upload files.
I'm developing with Eclipse Java EE, JSF and Hibernate.
In my project I can sign in to the ...
0
votes
1answer
33 views
From my web.xml file, how can I gain access to my webapp name?
For instance, under tomcat, my webapp name is the same as the war file. But this can be renamed at any time and redeployed, so I'd like to access the webapp name inside my web.xml, specifically to set ...








