Tagged Questions
0
votes
0answers
39 views
Getting error in Catalina when tomcat is shutdown [closed]
I am getting following error when I stop my tomcat server 6.0.36.
May 17, 2013 12:27:27 PM org.apache.catalina.loader.WebappClassLoader clearThreadLocalMap
SEVERE: The web application [/TestApp] ...
-1
votes
1answer
69 views
How to validate radio buttons in Struts2
I have a radio button in a form in a Struts2 application. I can validate textbox fields, but I cannot do it for a radio button (one must be checked) and for a checkboxlist (at least one must be ...
1
vote
0answers
33 views
SSL on Home page of site
I have home page which is enough heavy with static content like images, css, js which work on making it look good and are must.
Also the page has login form, so for security I had to make home page ...
-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.
2
votes
1answer
66 views
Show Error Page for No Action found using Struts2
I want to handle error condition for no action or result present in url or add permenant redirect to some urls.
When user enter some url which does not exist or is migrated then he gets an error
...
1
vote
0answers
30 views
PageOutputStream causing java.lang.OutOfMemory
We have a struts2 web application running in Tomcat 7 that is intermittently experiencing the same problem:
Application operating perfectly normally
After a variable amount of time (anywhere from ...
1
vote
3answers
79 views
Running Maven Struts2 app on tomcat
I created a Struts2 App using Eclipse M2 Maven plugin but there is no option to run the project on my tomcat server. I tried including the server runtime libraries in the projects build path but that ...
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
0answers
29 views
Creating a struts2 app on heroku
I have created a struts2 app using hibernate and tomcat. I want to host this app on heroku, which one of the java templates is recommend to use a Web app with Spring and Tomcat or Containerless web ...
0
votes
1answer
146 views
struts2+hibernate java.lang.reflect.InvocationTargetException
I have a problem when i am trying to list the table using hibernate, I am not getting the problem when i am adding data to table. Problem is when i am retrieving.
The Action method
...
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
...
-1
votes
1answer
103 views
How to handle large forms with many data on struts2
When I send large form in struts2 the server throws a PermGen error and don’t saves all the form data.
the form has 6 fields and a grid, the grid has 10 columns where each row of the grid is a ...
-1
votes
1answer
241 views
Can't get Tomcat to start server on my Struts 2 application [duplicate]
I'm trying to run a Very basic Struts 2 application however I keep getting the following error in my log whenever I try to run the server:
Mar 22, 2013 12:09:44 PM ...
2
votes
3answers
229 views
ClassNotFoundException when Building a Simple Struts2 Application
I am trying to run a simple Struts2 application but it always throw the following exception:
java.lang.ClassNotFoundException: org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter
...
1
vote
0answers
75 views
HTTP Status 403 While Implementing Declarative Security
I did the following changes to implement declarative security in tomcat(in a struts2 application)
I added the following in tomcat-users.xml
<?xml version='1.0' encoding='utf-8'?>
...
-1
votes
1answer
114 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 ...
8
votes
2answers
716 views
How to deploy war files into cpanel or how to run java application on Cpanel?
I need to run my Java application on cPanel. I do not care if I need to copy the files on the cPanel or deploy my war. (war file is certainly preferred method)
I have found lots of descriptions to ...
0
votes
0answers
84 views
Struts2 Twitter typeahead autocomplete memory leaking
I've got a Struts2 servlet defined which accepts requests from a page for matching names in an autocomplete field using twitter bootstrap's typeahead plugin and returns raw JSON using stream result.
...
1
vote
1answer
142 views
struts2 url to default namespace images
I have a lot of images in some.address/webapp/images/ that are referenced in various JSPs across my application.
When the images are referenced in actions in the default namespace (/) they are ...
-3
votes
2answers
224 views
Tomcat not starting (Struts 2 jquery issue)
While starting tomcat, I got this error :
Caused by: java.io.FileNotFoundException: http://struts.apache.org/dtds/struts-2.3.dtd
at ...
0
votes
0answers
272 views
Tomcat session-timeout response?
I have app works on tomcat. App is build in Struts2.
When session not contain user object ( session expired, user logout etc. ) I have interceptor which redirect user to the loginPage.
This works ...
5
votes
4answers
540 views
How do I run an action on server startup using Struts2?
I have to execute a struts2 action on server startup rather than on the first request. Thanks in advance.
1
vote
0answers
268 views
Struts2 file upload not working in production, but working in local development
i am trying to create a webpage that has the file upload feature.
FileUpload.jsp
<%@taglib prefix="s" uri="/struts-tags"%>
<html>
<head>
<meta http-equiv="Content-Type" ...
0
votes
2answers
56 views
How to make an action running by default when users access the system
I want to make an action running by default when users access my web site.
This is a classic Java EE project that is developed with Struts2 and Tomcat. I know how to do this in web.xml:
...
0
votes
2answers
400 views
Tomcat DB Connection Pooling with Struts2
Working on an app using Struts2, Tomcat 7 and an oracle database. Right now I have it working with simple JDBC connection set up for each action but I would like to use connection pooling. I tried to ...
0
votes
2answers
780 views
Struts2: How to store images outside of the webapp and save its path to the db?
Hi till now i have did saving image into the webapp directory and its path into db.
But now am trying to save the image outside of the webapp so that if i deploy my new war files then my old files ...
2
votes
1answer
236 views
Can't run my Struts 2 Maven Project from Eclipse
I've got my Struts 2 project working fine. I built it via the command line and everything went well. My final step involved deploying to tomcat, again via command line:
mvn tomcat:run
In the ...
0
votes
3answers
417 views
Error 404 upon Start up of Struts2 in tomcat
I was making this hello world application using Struts2 and I've encountered an
HTTP Status 404 - /HelloStruts2/
Here is my web.xml
<web-app ...
0
votes
1answer
363 views
Struts2 interceptor - how to read action parameters
I have an ID request parameter in my action class, when it is intercepted how can the interceptor read this ID parameter for checking in order to authenticate a user.
Thanks!
2
votes
0answers
205 views
Tomcat and Struts 2 - Active Directory Authentication in Interceptor
I have LDAP authentication setup in my Tomcat server, and roles defined which works for login. I want to allow everyone on the domain to login, which is all sorted.
I have a struts2 interceptor ...
0
votes
0answers
124 views
HttpClient SSL exceptions
I have a project in Struts2. In an Action of struts i want to use Apache HttpClient to request something in a different server, take the respone and use it in my action. The request is in https and ...
0
votes
2answers
438 views
User session getting mixed up on tomcat
We are using Tomcat 6.29 behind IIS7.5, with spring, hibernate and struts2 framework. We are now beginning to notice that the server sessions are getting mixed up especially in Ajax request.
More ...
0
votes
0answers
140 views
Getting amount of data provided in the request exceeds the capacity limit. error post
I'm getting the below error when I'm trying to post too much data:
Request Entity Too Large
The requested resource
/index.action
does not allow request data with POST requests, or the amount of data ...
0
votes
2answers
93 views
Active directory auth Tomcat - Read username in Action?
I have implemented Active Directory authentication for my Struts 2 web application in Tomcat. I want to be able to use the username of the logged in user within the application. How can I read it ...
0
votes
1answer
1k views
There is no Action mapped for namespace [/] and action name [CheckLogin] associated with context path []
I am getting an error when trying to deploy my application using ant. When i run the application from intellij it deploys and runs correctly. However, when I build and deploy using ant I am getting ...
0
votes
2answers
117 views
Is the struts 2 framework already included in Tomcat 7.0.x?
Actually my client asked me to give him the following support:
Tomcat 7.0.x
Struts 2 framework support with all jars
Now I run an Apache server, I also read that struts 2 framework is by default ...
0
votes
4answers
274 views
code works fine on localhost but not on remote server
i have experience in android, but not familiar with hibernate and advance java. But i have to fix this issue.Please suggest.
the problem is that,
Below code works fine on my tomcat local host ...
0
votes
0answers
210 views
403 Access Denied Status with Struts 2 in Netbeans Apache Tomcat server
Why is it that when I run the welcome page in a Struts 2 project in Netbeans, that I get a 403 status error?
I'm running the example HelloWorld action in a Struts 2 trial project, and on an Apache ...
1
vote
2answers
278 views
struts2 web application not found
I have created a struts 2 application and deploy it in tomcat by creating a war file. There is nothing wrong with the file structure as below is how it display under tomcat after deploy.
css
META-INF
...
0
votes
3answers
133 views
struts error upon deploying the application on tomcat 5.5
I am getting the below error upon deploying the web application on tomcat 5.5 , Please advise which jar is missing in my class path so that I can add the required jar
SEVERE: Error configuring ...
2
votes
0answers
203 views
session sharing on multiple domain but same ip address in tomcat
I have two domains one is example.com and the second in mydomain.com both domain is hosted in same ip address. I have a feature like add to cart in the website and it is stored in session. When i ...
0
votes
2answers
253 views
Deploying Struts2 project
How can i deploy a struts2 web application in tomcat? I want to avoid eclipse from
deploying environment.
My project was created with Eclipse IDE and i am using MySQL database and Tomcat server.
...
3
votes
1answer
1k views
How can I get file uploads with struts 2 working for large files?
I want to develop a web-application with a fileupload mechanism using struts2 with fileUpload which behaves strange and I can't figure out why.
I configured the fileupload mechanism in the ...
0
votes
2answers
92 views
getting following struts tile error
I am getting this below error while deploying my application on tomcat 5.5, Please advise how to overcome from this..
SEVERE: Error configuring application listener of class ...
0
votes
0answers
1k views
Struts 2 - /struts-tags not found - ClassNotFoundException
I am trying to get a struts 2 example to work but I am getting the following error when I try to run the code in Tomcat.
HTTP Status 500 - /porject/index.jsp (line: 4, column: 41) File "/struts-tags" ...
1
vote
1answer
677 views
Struts2 Authorization
I am about to graduate from university with a web application that needs be implemented at school, everything is working perfect and this needs to be ready before november but I'm having a real ...
0
votes
2answers
123 views
Encoding cypher broken in URL
I've got a email verification system that sends an encrypted link for the user to click. I had one user tell me it wasn't working and I found a very strange error that I can't explain.
This is a ...
3
votes
1answer
622 views
Web application very slow in Tomcat 7
I implemented a web application to start the Tomcat service works very quickly, but spending hours and when more users are entering is getting slow (up to 15 users approx.).
Checking RAM usage ...
0
votes
1answer
94 views
struts2 app on Tomcat 5.5: Basic user/pass security?
I'm working on a simple CRUD app that will be hosted on our intranet, available to a few users. I'm using struts2 and Tomcat 5.5.
I've read a bunch of guides on how to implement security using ...
2
votes
4answers
3k views
I am getting the memory leak exception in tomcat console
Aug 29, 2012 12:47:44 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing Coyote HTTP/1.1 on http-443
Aug 29, 2012 12:47:44 PM org.apache.coyote.http11.Http11Protocol pause
INFO: Pausing ...
