Tagged Questions

Apache Tomcat is an open source software implementation of the java servlet and JavaServer Pages (jsp) technologies. The Java Servlet and JSP specifications are developed under the Java Community Process. Apache Tomcat is developed in an open and participatory environment and released under the ...

learn more… | top users | synonyms (1)

0
votes
0answers
3 views

How web.xml works what are the process beyond that

1.How web.xml works and what are the process beyond that?? 1.1. can we call Java class directly from here??? 2.How Tomcat sh startup.sh works and process beyond that??
0
votes
0answers
4 views

HTTP Status 404 - Servlet JAX-RS Servlet is not available

I tried creating restful webservice using Eclipse and followed all the steps mentioned at http://shrikantuw.blogspot.in/2012/03/jersy-developing-restful-web-service.html but when I try to run ...
0
votes
1answer
17 views

what is the best way to deploy model project in tomcat

I have a multi module maven project containing a common model project and two web projects( 1 for the site uses jsf, and another is set of axis based web services used to collect data from the user) ...
0
votes
2answers
13 views

sharing a session id/ login info between two web apps

I am running Tomcat 7 and not using any external libraries...no spring. no struts, etc. Sorry, I am kind of a newb at this. So if a person logs in web application 1, my thought process is to usually ...
0
votes
0answers
9 views

HTTPS redirects not working in Tomcat

I've got a Tomcat instance which is configured with the following in it's web.xml file to only allow HTTPS: <security-constraint> <web-resource-collection> ...
0
votes
2answers
36 views

can't run jsp with css from tomcat

i have problem running my project from Tomcat. i used IDE before and never faced this problem till now. i have my jsp with a link to css, that looks like this: <%@page ...
0
votes
1answer
21 views

Programmatically upload a file to JSF webapplication

I have a JSF 2.0/primefaces web app on Tomcat 7.0.25. The application has a simple file upload form, as in the primefaces showcase. <h:form enctype="multipart/form-data"> <p:messages ...
0
votes
3answers
57 views

Where should I keep files uploaded by users on my server?

On my website; users can upload their pictures. I am using tomcat with apache , hibernate, jpa. I would prefer to keep these images at some location like /var/ImagesUploaded on my ubuntu box. Using ...
0
votes
1answer
22 views

Spring MVC 404 Error “The requested resource /Controller is not available”

I have setup Spring MVC 3.0 & Hibernate on Apache Tomcat and got the application to launch without any errors. However I’m available to route requests from my (welcome file) redirect.jsp to the ...
0
votes
0answers
11 views

WSDL import location using CXF and Tomcat

I am using CXF to generate WSDL's with Java and Tomcat as the application container. I am having an issue where the wsdl import location is not including the ssl link version. Here's the example: ...
0
votes
2answers
28 views

Tomcat JNDI Bean

I'd like to know if is possible to store an object with data into a JNDI resource, like we can do in sessions, to share the data (login data) between different applications. I've read the doc in ...
0
votes
1answer
22 views

jstl output doesn't work

I'm working on making an application (developed for tomcat 5.5) to be compatible with tomcat 7 (7.0.27). I'm having problems with jstl, simply tags are not output when I specify: <web-app ...
0
votes
1answer
21 views

Tomcat terminal commands

Is it possible to start/stop a specific application in Tomcat (7) using the command line? This is to cater for when the manager app is not accessible via a browser...
0
votes
0answers
8 views

Not showing model values on the JSP page after SPRING MVC JSTL transformation

I have the small trial SPRING MVC JSTL application that successfully works on several servers. Then I integrated this application to the big application and basically I am doing the same request. ...
0
votes
2answers
24 views

tomcat - their classes from previous runs are still loaded in memory

when stop my project , tomcat say : The following web applications were stopped (reloaded, undeployed), but their classes from previous runs are still loaded in memory, thus causing a memory leak ...

1 2 3 4 5 519
15 30 50 per page