Problem running Servlets in tomcat 5.0

2005-03-17 Thread samsher khan
Hi I am able to run the jsp in the tomcat 5.0 but when I try to run a war file containing servlets instead of executing it the IE try's to download it as zip file. I have web.xml file web-inf folder also.If I just give only the servlet path in the IE then the server say requested resource not avai

Re: Problem Running Servlets

2002-04-02 Thread Jason Johnston
Sorry, the structure I meant was /core/WEB-INF/classes/test/HelloWWW

Re: Problem Running Servlets

2002-04-02 Thread Jason Johnston
Try running your servlet from the address: http://localhost:5001/core/servlet/HelloWWW I ran into this problem and found several things that I changed to get it to work. 1. I moved it into a test directory and made the servlet part of a test package i.e. package test; I could not get th

Problem Running Servlets

2002-04-02 Thread Smalley, Howard
Hi All Perhaps someone can help me with this, I'm trying to get a very simple servlet to run, I'm using Tomcat 4.0.3 on Windows 2000. I've set up my application in the webapps directory, then added my servlet name to the web.xml in this directory. Tomcat starts up ok, but when I try to run the

Re: Problem running servlets on Apache/Tomcat

2001-07-09 Thread Priya Gupta
m: "Priya Gupta" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Saturday, July 07, 2001 12:02 AM > Subject: Problem running servlets on Apache/Tomcat > > > > Hi > > This query has been posted on this list quite a > no. > > of tim

Re: Problem running servlets on Apache/Tomcat

2001-07-07 Thread Vinay Menon
- Original Message - From: "Priya Gupta" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, July 07, 2001 12:02 AM Subject: Problem running servlets on Apache/Tomcat > Hi > This query has been posted on this list quite a no. > of times and even after going t

Re: Problem running servlets on Apache/Tomcat

2001-07-06 Thread Boris Niyazov
If you use packages as jar files you should place them ether in WEB-INF/classes/lib (for a particular webapp) or $TOMCAT_HOME/lib. The latter will assure that all your webapps will have access to the classes in the jar. hth * *

Problem running servlets on Apache/Tomcat

2001-07-06 Thread Priya Gupta
Hi This query has been posted on this list quite a no. of times and even after going through the archives I'm still stuck up with this problem! To start with the configuration... I'm working Windows 2000 professional with Tomcat 3.2.2 and Apache 1.3.20. The backend is Oracle 8.1.6. I have an

Problem running servlets on Apache using JNI

2001-06-04 Thread Brenda Mijares
I found the following message, yet no reply ... I am having the same problem except I'm running on Linux.. Does anyone know the solution, to make a basic call to a native method from a class called from a servlet??? Do you really need to change the workers.properties file... Appreciate any help.