0
votes
0answers
17 views

why *.jsp url pattern in web.xml does not work

I wanna map all request to the TestHandler Servlet, so I use /* pattern. Then I wanna exclude jsp mappings, so I add *.jsp pattern mapping to jsp in front of /*. Problem: .jsp doesn't catch the url ...
0
votes
4answers
48 views

eclipse servlet java.lang.ClassNotFoundException: javax.servlet.Servlet

I keep getting this error: java.lang.ClassNotFoundException: javax.servlet.Servlet when I attempt to run my servlet in eclipse. I am using the web version of eclipse in conjunction with Tomcat. I ...
0
votes
2answers
30 views

Using JARs in WEB-INF/lib with previous versions of Tomcat

I'm working on a way to add plugin-like functionality to an application. What I'd like is to be able to give a client a JAR file and have them drop it into the application and have it be "pulled in" ...
0
votes
1answer
36 views

JAVA asks to trust SSL certificate after adding it to keystore

I am new to SSL certificates with JAVA and Tomcat. What I have done is: 1- Generated keystore and certificate using keytool -genkey -alias tomcat -keyalg RSA \ -keystore keystore.jks 2- After ...
1
vote
3answers
58 views

Tomcat session cookie doesn't expire

I have a web application in Tomcat 7 which keeps user information in session as a DTO object. I also have Spring security enabled for my project which automatically redirects a user to a login page if ...
0
votes
0answers
13 views

Tomcat reinitiate processing request on restart from servlet

I have a servlet that contains a code to execute shell (Linux) script which restarts tomcat. Shell script first kill tomcat by process id and then start tomcat. Some time tomcat automatically restart ...
0
votes
0answers
13 views

Jersey service not found with recent version

I wanted to test a simple "Hello World" jersey service using Maven and Tomcat (7.0) in Eclipse. Maven downloaded the most recent version 1.17, but everytime I try to access the page I retreive a 404. ...
0
votes
3answers
27 views

Tomcat servlet acting strange with json object

protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("application/json"); PrintWriter out = ...
0
votes
1answer
40 views

Java servlet (tomcat) track multiple jdbc connections to multiple databases

I'm building a web app using Tomcat 7 that will give team members direct access to any number of databases (could be of any type. MySQL, Oracle, etc). The number of possible databases could be in the ...
0
votes
1answer
25 views

Error instantiating servlet class in Eclipse Europa?

First.java : this is my first java class package com; import javax.servlet.RequestDispatcher; import javax.servlet.ServletException; import javax.servlet.http.Cookie; import ...
0
votes
2answers
40 views

Apache Tomcat 7.0 not working properly with eclipse EE juno version

When I run apache tomcat 7.0 alone, it works without any flaw in my browser I can execute the examples also, but when I apache tomcat 7.0 in eclipse I'm getting a 404 error message saying that ...
0
votes
1answer
16 views

Old Servlet content keeps persistent in html

I am learning Servlet and JSP using Apache Tomcat. Here I have a simple Java class extending HttpServlet and put some string on HTML. It works except that the first text message is persistent even if ...
1
vote
2answers
42 views

ImageIO NullPointerException on server

I am getting a NullPointerException when I run my Java Servlet. Here's my code: out.println("<image>"); int BI_WIDTH = 1000; int BI_HEIGHT = 1400; BufferedImage bImage = new ...
0
votes
0answers
15 views

Java jersey jaxb code change in eclipse

I have developed a little web service servlet using jersey/jaxb in eclipse. Also I use Tomcat. Whenever i need to change some code in eclipse, the project it failed to run. The only work around I ...
0
votes
2answers
30 views

Servlet - package javax.servlet does not exist

I writing JApplet in Netbeans. My applet is working, so I decide to add servlet because I want to have log in/out. When I added servlet to my project I have a few errors: import ...
0
votes
2answers
30 views

Where in Tomcat?

I am looking to use Java servlets on command prompt. This is because I'd like i.) to be "in direct touch" with the compiler without another environment on, ii.) to use this on my netbook. Eclipse is ...
1
vote
3answers
45 views

How to tell tomcat to use an external lib while running from within eclipse

How to add a custom made jar inside tomcat so that the servlets can use its functionality. To clarify: i created a separate java project called kos.lib.jar, exported as a jar, having a class ...
0
votes
1answer
34 views

Accessing local filesystem on the server from a servlet

I need to access an external directory (which contains some logs of a different application) from my servlet. From what I've seen all the file paths are resolved from the servlet context. How can I ...
1
vote
1answer
25 views

Get All ServletContexts loaded in JVM (servlet-container)

Given a servlet-container (JBoss, Tomcat, Jetty, etc) is it possible to find all servletcontexts (or servletconfigs) currently instantiated by the JVM or more specifically the servlet-container? If ...
1
vote
5answers
46 views

How i can deploy my Java Files to my Tomcat Server automatically ?

I have a web project in eclipse which includes a tomcat server. The tomcat server is installed in Path C:\Program Data ... and my Workspace from Eclipse is in D:\Webproject. Now if I have to edit ...
1
vote
3answers
61 views

Global exception page not selected by Spring MVC

Continuing the thread: Global exception page in Apache Tiles and Spring MVC I have an error page defined in my web.xml: <error-page> <error-code>404</error-code> ...
0
votes
0answers
51 views

404 error tomcat when running a servlet

I wonder if anyone could help me please.I have built a simple servlet but when I run it I get the 404 error. This is my FirstServlet.class in ...
0
votes
1answer
40 views

Spring Webapplistener Issue

I seem to be having some trouble with Spring webapplistener. I'm deploying an open-source servlet which I did not develop myself. I'm a little new to the tomcat platform, so any thoughts as to ...
0
votes
2answers
18 views

User Princiapl Not available for authenticated user unless also authorized for specific role

I have a web app running in Tomcat. I want to permit any user with a valid cert trusted by the server to access the web app, but I want to read the user's DN from the cert. I configured the SSL ...
0
votes
4answers
44 views

Apache Tomcat Servlet threads not finishing

I've written a servlet deployed in tomcat. public class myServlet extends HttpServlet { public int NumberOfThreads = 0; protected void doGet(HttpServletRequest request, HttpServletResponse ...
-1
votes
1answer
59 views

tomcat filter mapping not working

I've implemented login form and created access filter and added mapping to web.xml <filter> <filter-name>AccessFilter</filter-name> ...
1
vote
2answers
88 views

Tomcat 7.0.32 +Spring MVC Servlet 3 Async is not working

I wrote very simple controller which test Servlet 3 features: @Autowired ThreadPoolTaskExecutor taskExecutor; @RequestMapping(value="{name}", method = RequestMethod.GET) public ...
0
votes
1answer
22 views

restart a specific servlet in tomcat

Can a specific Servlet on Tomcat be rebooted without stopping and starting entire Tomcat? If so how? I've tried the approach, but that is only for debug mode (read it somewhere). So need any ...
0
votes
0answers
31 views

tomcat servlet sessions get merged

I'm developing a server that should receive ,multiple files instantaneously and be able to save them to the local hard drive. After the file received the server should send a response to the client ...
1
vote
1answer
38 views

web Sockets connection Managment on Server Side

I am using web sockets on the server side. I managed to make connection from application to the server and send message/notification to every open connection.What i want is -how to recognize the ...
0
votes
1answer
28 views

Running servlets and cgi/php scripts on the same server

I have a few websites that use cgi(perl) and php scripts. They run on Cent OS and Apache web server. I am planning to migrate the cgi scripts to jsp/servlets. I am hoping that I will use Tomcat for ...
0
votes
0answers
36 views

ListenerStart Error and Memory Leak During WAR Deployment

I'm having trouble deploying a particular webapp on apache tomcat. It is the ambra platform...description from website: Written mostly in Java, Ambra is a webapp that runs in a Tomcat Container ...
0
votes
2answers
84 views

Why this java servlet doesn't work [OpenShift+Tomact6+Git+Jboss]

I've created Openshift application and now I'm trying to edit it. Here is project structure: http://my.jetscreenshot.com/demo/20130525-t2mt-28kb I've added this code into index.html: <form ...
0
votes
3answers
107 views

Error in JSP with Tomcat

While using JSP in a Tomcat webserver I got the following error: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 154 in the jsp file: ...
0
votes
2answers
76 views

Need help understanding an exception in Tomcat servlet

I have the following exception: Servlet.service() for servlet indexpage threw exception java.lang.NullPointerException at ...
2
votes
3answers
173 views

Servlet in Eclipse - Where to put static content [duplicate]

When writing a servlet with Eclipse, where am I to put my static content (images, CSS, etc.), so that I can make my HTML link to it (e.g. <img src="http://localhost:8080/context/image.png>). I ...
0
votes
2answers
60 views

Can't locate the file on local file system from Servlet

I wrote a RESTful web service using Jersey library and in order to respond to the request I have to read a text file in local file system. C:\data.txt. The servlet works fine when I run it with tomcat ...
1
vote
2answers
69 views

Client Automatically disconnects after some time in websocket

My desktop App client is connecting to web server through webSockets. I am using javaWebSocket api for the client side, and I am using Apache tomcat 7's webSocketServlet. I do't know what I am doing ...
1
vote
1answer
25 views

How to turn off automatic restart of Tomcat in Eclipse?

When developing Servlet, after changing a bit of my java code, and click run. Eclipse ask me to whether to restart the service or not. I click 'yes' and tick 'remember my choice'. So every time, ...
3
votes
0answers
51 views

Why I have to restart Tomcat every time I change the code for my servlet?

When developing Servlet using Tomcat and Eclipse, I find that I have to restart Tomcat once I change the code for my Servlet, or I will see nothing that have been changed. Why I have to do that? ...
-3
votes
0answers
55 views

Can we use webSockets with Desktop application? [closed]

Can we connect (java) desktop application client with tomcat server using web sockets, if yes than it will be better if some one can refer me to a link with examples.
0
votes
2answers
30 views

Servlet address is incorrect

I'm trying to create a servlet and I am using Tomcat 7 . I added a folder for my application in the webapps folder and it looks like this : --[webapps] --[agtel] --[web-inf] ...
0
votes
1answer
17 views

form submission from as2 to servlet

In as2 var my_Var:LoadVars = new LoadVars(); my_Var.cn = cn; my_Var.pn = pn; my_Var.email = email; my_Var.send("http://localhost:8090/Simple/simple.do", "_blank", "POST"); where ...
0
votes
2answers
64 views

How to find the version of Tomcat, bundled with NetBeans

I am new to Java and using Java 7. I have installed NetBeans 7.1 and opened a web project with default settings. Following image shows the settings. Even though Tomcat is pre-installed it is not ...
1
vote
2answers
70 views

Using java beans in AJAX

I am asking because I have only seen java beans used with a framework like struts or JSF. Is it possible to send and access a java bean over an AJAX request? Servlet myServlet creates and fills a ...
0
votes
2answers
24 views

Manually adding file to classpath

I'm trying to test a war that I deployed in Tomcat 7, however it seems its missing a xml configuration: web.xml <servlet> <servlet-name>StorageEngine</servlet-name> ...
2
votes
3answers
89 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
32 views

Prioritze between http requests with tomcat

I got a webApplication that has two interfaceses. One for configuration and the second is for alerts. How can I prioritize the HTTP requests so the alerts will have higher priority? I was thinking ...
0
votes
1answer
24 views

Default servlet getRequestDispatcher of a static page

@WebServlet("/") public class RootServlet extends HttpServlet { private static final long serialVersionUID = 1L; protected void processRequest(HttpServletRequest request, HttpServletResponse ...
0
votes
1answer
127 views

How to debug servlet 404

I have a servlet with url mapping ""(empty string). It's supposed to be mapped to the context root (I'm using tomcat7 with eclipse). But sometimes when I refresh the browser, the page displays 404 ...

1 2 3 4 5 25