Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top Servlets Solutions: 1 - 25 of 30
 
I have this issue lingering for a while. I have an xml  which has special characters and I am trying to parse them and have serious problem. Experts please advice. Here is the xml  <?x...
Hi, I am intermittently getting this error message in my systemout.log files: Method PROPFIND is not defined in RFC 2068 and is not supported by the Servlet API. Anytime I examine the log...
Hi I'm trying to populate 2 subReports, each subReport has a table on it. I cannot seem to populate the second subReport table using the same data source(REPORT_DATA_SOURCE) eg. i used ...
Hi, I have recently picked up JSP and servlet and I am facing some problems. After I try hitting the submit button, I got error stating that "HTTP method POST is not supported by this URL"...
Hi, I am working on servlet filter example. My filter CountryStopper.java servlet code looks like import java.io.IOException; import javax.servlet.ServletException; import javax.serv...
What is the difference between init() and init(servletconfig) ?
Hi How can I use the URL to pass the session id to the servlet container? I want to use the cookie to pass the session id unless I pass the session id in the url, then I want to get the ses...
Hi , I need Simple web application using servlet programe to connect to mysql database
Hi, Can someone provide me with an example of a servlet with session tracking that obtains the username and password from a database
i have an HTML page in that i am entering username. this username i want to store in text file in servlet . example : If it is a new user, i want to reply to the user with a message: use...
I have a java servlet that needs to send an XML to another server securely in https.  So i don't need to invoke the servlet in https but what I do need to do is for the servlet to invoke anoth...
How to construct http request from applet to call a servlet? I am attaching stacktrace here, But i am able to call servlet  if run the applet in appletviewer. Please have a look and let me k...
In our Servlet we call super.init(config) for every time or we use init(), i want to know the reason.  
Hi, I'm having problem uploading my files to using realpath but I can upload if I do an absolute path. Can only spot the problem? Additional Info: The upload I am using here is commons u...
Hi Experts,                   I have a small webapp running on WAS6.1. I am using RAD for development. Everything was working fine till yesterday and today I am not able to see any static c...
hi Gurus,               I have a form with 4 fields. On submitting the form, control goes to a Servlet, which then calls a method on a backend class to update a database table with those 4 ...
I'm trying to install Java (www.java.com) on a Vista Home Premium machine.  Install seems to go ok, and at the end I get the following error: Microsoft JScript runtime error.  Object Expect...
Can someone show me how to implement session tracking in my login servlet. To track users until they logout?
I have created a login servlet however it only allows the last value of the database to log in..e.g. if username:bob pass:bob is the last field in the database that the only user the servlet w...
Hi, I am trying sessionListener, context listener examples.  MyOwnListener.java code looks like package com.examscam.web.listener; import javax.servlet.ServletContextEvent; import j...
I have a j2ee application that exports data to excel. I now need to export some photos and graphics to the excel file. What is a good 3rd party tool to use for exporting excel from j2ee app...
It is a security issue. I have a view option to view the secured images on my website. There will be multiple users access the same machine again and again. So the images like jpeg, pdfs are ...
Hi Experts,             need your help again :)          So I have this form on a jsp page with two input fields From and To.          I am able to get the values in my servlet on form submissi...
Develop an HTTP Servlet application for an online  guest book registration. If it is a new user, reply to the user with a message: userName is registered successfully!eg. John is register...
Can anyone recommend a book or article that will talk about creating a servlet that can post xml document and recieve them as well. I have checked the internet and haven't found too much.