3
votes
3answers
89 views

Getting IP address of client

I am developing a web application using JSP, Servlets (Container: Glassfish) in which I need to get clients IP Address. I am getting the clients IP address, because I want to give access to some ...
0
votes
3answers
54 views

Multipart form in JSP, encoding problems in Glassfish

I'm getting invalid character from my jsp/servlet using Eclipse and Glassfish. If I enter "Pêche" I get "Pêches". So, this is encoding problem. I tried several thinks and nothing works. I tried to ...
0
votes
0answers
41 views

Glassfish realm login redirects to wrong page

Here is the form in index.jsp from where the page is called: <form action="log_in" method="POST"> <table> <tr> <td> ...
-4
votes
1answer
62 views

Servlet initialization as “welcome” page for STRUTS2

Please find the folder structure image as below: ( PROJECT & FILE STRUCTURE + web.xml in screen shot) http://tinypic.com/r/28bgvw8/5 I'm using: STRUTS 2 Servlet 3 Glassfish server 3.1.2 ...
0
votes
0answers
82 views

Loading a file for each petition (servlet-Glassfish)

I`ve a servlet running in Glassfish and I would like to know what is the best way to manage the following situation: I'm gonna receive several petitions in my servlet and for each petition I need to ...
2
votes
2answers
74 views

License for Glassfish javax.servlet servlet-api version 2.5?

Anyone know where I can find proof of the license for javax.servlet:servlet-api:jar:2.5??? The META-INF/MANIFEST.MF file in servlet-api.jar file indicates that it is a component of the Glassfish ...
5
votes
3answers
215 views

sharing session in web applications

I am developing A Web Application using JSP & Servlets (Container: Tomcat7, Database: Oracle10) I have developed some web applications like Profile, Reports, Leads. Then I have developed A Login ...
0
votes
0answers
67 views

glassfish server ldap authentication works, but resource not granted

web.xml: <?xml version="1.0" encoding="UTF-8"?> <web-app version="3.0" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
1
vote
2answers
50 views

Cookie sharing across application deployed on same server

I have two applications based out of struts 1.3 frame work and deployed onto glassfish server 3.1.2 app-1 has its own url http:localhost:8080/app-1 & app-2 has its own url ...
0
votes
0answers
56 views

Welcome Page for Perl Files in glassfish

I'm using glassfish to execute perl scripts. I have my web.xml as follows <servlet> <servlet-name>cgi</servlet-name> ...
0
votes
1answer
76 views

JAVA EE 6 cluster and webapp images

I'm developing an application using JAVA EE 6, more specifically, Glassfish v3.1.2.2. Before, I used to put images and files uploded by users in my database. this would make it easier in case I ever ...
0
votes
1answer
52 views

Rest WS Filter like a Servlet Filter?

I am running Jersey on Glassfish. How can I run every web service request through a filter?
0
votes
1answer
85 views

java.lang.IllegalStateException: Not Suspended when AsyncContext#complete()

sometimes my Servlet ends with this exception: WARNING: StandardWrapperValve[HeartBeatServlet]: PWC1406: Servlet.service() for servlet HeartBeatServlet threw exception ...
0
votes
0answers
92 views

Glassfish 3.1.2 JSP authentication

I am trying to make form based authentication in Glassfish 3.1.2. Here is my web xml file <security-constraint> <web-resource-collection> ...
0
votes
2answers
266 views

Glassfish web.xml servlet mapping to @WebService gets ClassCastException

Am trying to gain control over the URL endpoints of my web services when deployed to Glassfish (and preferably to TomEE too). I have a class: @Stateless @WebService( targetNamespace = ...
0
votes
1answer
86 views

Basic Servlet doesn't work

I tried to create a simple servlet from the book, but to no avail. I use GlassFish Server Open Source Edition 3.1.2.2, jdk1.7.0_10, Notepad. ...
0
votes
0answers
43 views

glassfish 3.1.1 using grizzly comet updates all user window

I am using glassfish 3.1.1 and ,in our project we have requirement of using polling mechanism so I have used grizzly that is built in glassfish comet, now the problem is when comet calls ...
1
vote
1answer
35 views

What are the procedures to consider when migrating from Tomcat to Glassfish webserver?

I am building a webapplication project that runs on Tomcat web server. Now I think we will be using Glassfish server in my build webapp. Do I only need to replace the servlet.api of my jsp project to ...
0
votes
2answers
191 views

Java - NullPointerException with JSP/Servlet sample?

I'm trying to get into Java again after many years. Well, I'm making a servlet sample from a tutorial using Eclipse IDE and Glassfish Server 3.1.2. The sample it's just a form sending data to another ...
0
votes
5answers
144 views

How can i know where FileWriter instance save my file when used by a servlet in glassfish web container

While reading this book about servlets i came across an example that uses FileWriter class to save a persistent state of a servlet before it gets destroyed. Tested the example and works fine, this is ...
0
votes
1answer
256 views

HttpServletRequest getPart(") not found

I don't know why it is not working. I am trying to accept multipart-formdata in my servlet but request.getPart("") is not showing. I am using glassfish 3.1.2 server. Tha framework used is vaadin for ...
1
vote
1answer
321 views

spring context jndi lookup of properties contains all props including system props, not just the one set I need

I'm using glassfish 3.1, spring 3.2 and jdk 1.7. I have configured two custom JNDI resources in Glassfish. One is called 'config' and the other is called 'mappings'. But when I reference one of them ...
0
votes
2answers
73 views

GWT access file within WebContent

I am trying to send a folder's content as String[] but I have some problem with paths. In hosted mode the following code works fine: File dir= new File("folder-in-webcontents-dir"); String ...
0
votes
1answer
47 views

Exception error in google doc api

I am new to google api. I am trying to create a simple web application (Java EE) to read DocumentListFeed from google doc. My code in the servlet is: protected void doGet(HttpServletRequest request, ...
1
vote
2answers
780 views

How can I get the request.login method working with a jdbcRealm?

I am trying to use the Servlet 3.0 request.login(username, password) method to work with a jdbcRealm, but something seems to be wrong. There are many articles out there on how to get the jdbcRealm ...
0
votes
0answers
79 views

function Java() already defined when trying to use the PHP/Java Bridge

I am trying to get the PHP/Java Bridge to work in a glassfish server. The WAR file has the following: [...] WebContent/ META-INF/ [...] WEB-INF/ lib/ ...
0
votes
1answer
90 views

How to write/deploy “daemon like” application to glassfish

I have the following problem: I have to write an application which makes modifications on databases. I have to deploy it on Glassfish 2. This application would not recieve any external calls, it just ...
2
votes
1answer
349 views

Serving static content GlassFish

I want GlassFish to serve static content (jpg, css, js) which i've insterted in the project's war file. I used the default servlet with tomcat and it works. Here is the declaration in web.xml: ...
0
votes
1answer
332 views

why an update query is not working?

I have an update query in a servlet. The syntax is is correct, but when I execute the query, nothing happens. The execution stays frozen and the command never ends. Minutes later the message ...
1
vote
1answer
287 views

JDBC Security Realm - GLASSFISH - NetBeans - Can Never Authenticate ? Why?

I have tried setting up a JDBC Authentication Realm as follows 1-I configured a JDBC connection pool and named it mysql_acme_rootPool 2-Tested the above pool by clicking PING and its successful. ...
0
votes
0answers
33 views

Why am I just getting a zoomed up image instead of my page

So I have implemented server side validation and the code for my login page is given below Here is the scenario , I click on a secured page and the login page shows up instead as expected. However ...
1
vote
2answers
286 views

Problems importing derby drivers in glassfish

Good day to everyone, I'm having some problems making Glassfish 3.1.2 seeing some imported jars. Because this i my grad project i have constraints. I cannot use anything else than Glassfish, Netbeans ...
0
votes
1answer
137 views

Easiest way to make chat using commet in glassfish and servlet

I am looking for working example of chat application using glassfish and comet. I expect that when one client will update data in server , the other clients will also see the data witout refreshing ...
0
votes
1answer
132 views

how to send a file and redirection in one request?

I have a servlet that send file to client . Is it possible to add a redirect in order to start the download and redirect the user to anoteher html page ? This is my code : protected void ...
0
votes
0answers
93 views

Strange servlet error

[#|2012-07-13T19:12:21.949-0400|SEVERE|glassfish3.1.2|global|_ThreadID=402;_ThreadName=Thread-2;|The Class web.servlet.annotation_war.TestGenericServletDemoServlet having annotation ...
0
votes
1answer
308 views

GlassFish 3.1.2 + Cluster + Web Container Properties

I have an issue in Glassfish regarding dealing with properties wehn setting up a web application We are moving from using Jetty to a clustered environment setup with GlassFish on Amazon AWS ...
0
votes
1answer
165 views

glassfish servlet: how to know the referer url? if possible

with the HttpServletRequest object, we can have the getRequestURL, which shows the ressource requested, but in my case I would like to know from where the request comes: I tried also getRemoteAddr() ...
1
vote
4answers
198 views

See source of request when get a system error from glassfish

I get a IllegalArgumentException: Request header is too large from glassfish every now and then. I know how to get arround this - need to switch to POST request. There is enough good articles about ...
1
vote
3answers
539 views

How to mock/stub Java container in unit testing?

I have an object that implements ServletContextListener which, according to the Java EE servlet spec, is invoked by the servlet container at deployment/startup time via its ...
0
votes
2answers
361 views

code throws an exception when i directly run the helper class

The following code fetches the name of the photo from the database given the user email. package NonServletFiles; import javax.sql.*; import java.sql.*; import javax.naming.*; public class ...
0
votes
2answers
479 views

making a directory from the servlet in project's web folder

I have to make a folder from a servlet in the project's web directory. (Like: web/Users/userinform) To do that i make a call to the helper class that works to make a directory but it is unable to make ...
1
vote
2answers
4k views

Simplest possible servlet and web.xml in netbeans

I am trying to understand how java servlets work and I'm using netbeans 7.1.1 as my IDE. This is hosted on my dev machine which is an Ubuntu VM running on a windows 7 host OS. I used the netbeans ...
0
votes
3answers
3k views

EJB JNDI with Glassfish

I'm trying to get EJB to work with Glassfish v3. I'm working on a Java EE Web application with Servlets. When I deploy this web app to Glassfish, it registers the EJB class into the java:global ...
0
votes
0answers
78 views

uploading a file using servlet [duplicate]

Possible Duplicate: How to upload files in JSP/Servlet? File Uploading with Servlets? I am using Glassfish. How can i upload a file/image/song using a servlet ? After the user clicks the ...
0
votes
1answer
49 views

SSL Exception on Glassfish when load increases

When our Glassfish server is at the beginning of an increase in load we keep getting the following expceptions. ...
1
vote
1answer
630 views

servlet not found by the browser when it is there

I am trying to handle the form-data and put it in the data base derbi that comes with netbeans.The server i am using is Glassfish. After filling the form when i click the submit data button, according ...
1
vote
1answer
153 views

Passing request attributes to the welcome-file running in glassfish

Is there a way to set attributes for a JSP file acting as the welcome-file for a web application? I've seen a lot of posts describing the purpose and and scenarios of the welcome-file tag in web.xml ...
2
votes
1answer
482 views

HttpServletResponse seems to periodically send prematurely

I'm working on a setup that takes an http request (GET for testing purposes) to java servlet. How it works is, the ser let takes a request from the browser, parses it and sends it via TCP socket to ...
0
votes
1answer
496 views

sendRedirect() does NOT throw IllegalStateException with Servlet 3.0 under GlassFish 3.1.1

I have a servlet with an overridden doGet method in a Dynamic Web App 3.0 targeted to GlassFish 3.1. I'm studying for OCEJWCD exam and trying to memorize which circumstances throw which exceptions. ...
2
votes
1answer
389 views

Cannot Filter Context Root Servlet Requests

I have a @WebServlet("") and a @WebFilter(urlPatterns = {"", "/", "/*"}, asyncSupported = true) But the filter is not being invoked for the servlet :-( I am using @WebServlet("") instead of ...

1 2