OT - Tomcat and Stanford NLP POS Tagger

2007-11-28 Thread vnug
Hi: We are trying to implement servlet setup with Tomcat 5.0.28 and JDK 1.5.x using POS (Parts of Speech) Tagger. We can not get it to work. Unfortunately, there are no error messages in the log files for us to debug. So, I was wondering - anybody in this newsgroup was successful in getting

Re: Sessions

2007-06-28 Thread vnug
Yes. They are using the web application from the same computer. -Vasu Terence M. Bandoian [EMAIL PROTECTED] wrote: Hi- Are both users accessing the web application from the same computer? -Terence M. Bandoian [EMAIL PROTECTED] Hi: Thanks David, Chris and Martin for the

OT: Sessions

2007-06-27 Thread vnug
Hi: We have an Enterprise application that uses sessions to keep track of User Information (name, role, dept). This information is used against the user when logging out, checking credentials and displaying user information. Since we are using Session Attributes to keep track of User

Re: OT: Sessions

2007-06-27 Thread vnug
Hi: Thanks David, Chris and Martin for the responses. I appreciate them. May be I didn't explain the situation properly in my posting. I will try to explain better - The application has pretty decent authentication mechanism that differentiates between users, roles and permissions etc. What

File deletion problem

2006-05-10 Thread vnug
Setup: Tomcat - 5.0.28 Java- 1.4.2 OS - Windows XP Problem: Within my webapp there is a need to delete a file. When I try to delete the file sometimes it gives the message the file can not be deleted beacuse it is being used by another user or process. The only way to get

Re: Are servlet name and class name required in web.xml for tomcat 5.5?

2006-01-24 Thread vnug
Please look into pre-compiling sources. You could look into - http://tomcat.apache.org/tomcat-5.5-doc/appdev/build.xml.txt and http://tomcat.apache.org/tomcat-5.5-doc/appdev/web.xml.txt When you pre-compile sources, it automatically generates a stub file that can be copied into web.xml. HTH,