Re: Running Servlet in Tomcat

2005-09-29 Thread Partheeban Boopathy
Hi Copy your class file in webapps/YourApplication/WEB-INF/classes folder and restart the server,it will work. Thanks Parthi On 9/29/05, Singh, VilishKumar <[EMAIL PROTECTED]> wrote: > > Hi all, > I have compiled my servltet class and but hen I put the .class file into > the webapps/ROOT/WEB-IN

RE: Running Servlet in Tomcat

2005-09-28 Thread Singh, VilishKumar
] Sent: Thursday, 29 September 2005 11:32 AM To: Tomcat Users List Subject: Re: Running Servlet in Tomcat Reading the provided documentation is usually a good place to start. Singh, VilishKumar wrote: > I have done that. > I have not used any package in my servlet. You must place all your

Re: Running Servlet in Tomcat

2005-09-28 Thread Mark Thomas
Reading the provided documentation is usually a good place to start. Singh, VilishKumar wrote: I have done that. I have not used any package in my servlet. You must place all your class files in packages. http://jakarta.apache.org/tomcat/faq/classnotfound.html Can u describe the steps precise

RE: Running Servlet in Tomcat

2005-09-28 Thread Singh, VilishKumar
To: Singh, VilishKumar Subject: Running Servlet in Tomcat hi vilish, Check for the invoker servlet and its mapping in the tomcat/conf/web.xml file . Uncomment them and ur servlets will start working. hope this works for u. Regards Shashikant

Re: Re: Running Servlet in Tomcat

2005-09-28 Thread sree kanth
Sorry, icouldn't get u.Please help Regards, Sreekanth

Re: Re: Running Servlet in Tomcat

2005-09-28 Thread mail
We're sorry, you have reached an email address at YahooGropus, not YahooGroups. Your message has not been delivered to the Yahoo Group intended. Please re-send your email to the correct address. We apologize for the inconvenience. YahooGropus Staff --

Re: Running Servlet in Tomcat

2005-09-28 Thread sree kanth
Hi singh, try to put package declaration for the servlets and then redeploy.This may work. Regards, Sreekanth

Running Servlet in Tomcat

2005-09-28 Thread Singh, VilishKumar
Hi all, I have compiled my servltet class and but hen I put the .class file into the webapps/ROOT/WEB-INF/classes folder And try to access it with http://:/servlet/. Page not found error occurs. Where is the problem, please help Regards, Vilish -Original Message- From: Prema K

Http 503 error when running servlet using tomcat 4.1.18

2004-07-15 Thread Kamaleshwaran Sivalingam
  Hi,       I am  using tomcat  4.1.18 with j2sdk1.4.1_02 running under redhat  linux. I  have a strange error. for my servlet  The following is the error  that it gave . HTTP Status 503 - Servlet org.apache.catalina.INVOKER.NirInsertPA is currently unavailable --

RE: Problem running servlet

2003-10-20 Thread Schalk
ECTED] :: Sent: Monday, October 20, 2003 3:04 PM :: To: Tomcat Users List :: Subject: RE: Problem running servlet :: :: :: Howdy, :: It's your servlet-mapping url-pattern (/servet/*) that's wrong. Use :: /servlet/Hello and go to http://yourserver/yourapp/servlet/Hello. Read :: the spe

RE: Problem running servlet

2003-10-20 Thread Shapira, Yoav
r [mailto:[EMAIL PROTECTED] >Sent: Monday, October 20, 2003 3:44 AM >To: 'Tomcat Users List' >Subject: RE: Problem running servlet > >>i am new to Tomcat. iam able to run jsp fine but not able to run even >HelloWorld servlet. > >Ashish, > >It seems that you might b

RE: Problem running servlet

2003-10-20 Thread Swapan Mazumdar
>i am new to Tomcat. iam able to run jsp fine but not able to run even HelloWorld servlet. Ashish, It seems that you might be getting some sort of exception explaining root cause too. It would be of help to diagnose if you can post the exception report here. rg, SM

Problem running servlet

2003-10-19 Thread Ashish Goswami
Hi, i am new to Tomcat. iam able to run jsp fine but not able to run even HelloWorld servlet. I have made following entries to the web.xml file. HelloWorld HelloWorld HelloWorld /servlet/* i have put the Helloworld servlet class un

RE: Running servlet via SSL???

2003-08-18 Thread Carlos Oliva
Thank you John, We are on the right track now. We found the documentation about JK and mod_jk -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2003 8:16 AM To: Tomcat Users List Subject: Re: Running servlet via SSL??? You will configure Apache

Re: Running servlet via SSL???

2003-08-18 Thread John Turner
alone". To do this, do I just need to configure Apache and add the appropriate mappings or must I also install the mod_jk (Apache 1.3 and Tomcat 4.0.x)? -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 1:24 PM To: Tomcat Users List Subject: R

RE: Running servlet via SSL???

2003-08-15 Thread Carlos Oliva
the mod_jk (Apache 1.3 and Tomcat 4.0.x)? -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: Thursday, August 14, 2003 1:24 PM To: Tomcat Users List Subject: Re: Running servlet via SSL??? Carlos Oliva wrote: > However, I see the welcome screen of Tomcat if I use htt

Running servlet via SSL???

2003-08-14 Thread Carlos
Hi Forum, Is it possible to run/navigate to a servlet via an SSL connection? I have Apache and Tomcat 4.x installed in RedHat 7.x and I can navigate (with IExplorer) to a test servlet (which sends a hello message to standard output) with the following call: http:// ip>:8080//servlet/ But if I u

RE: Running servlet via SSL???

2003-08-14 Thread Carlos Oliva
Hi John, Thank you for your response. Apache seems to be able to work with either http or https. For instance, I can navigate to Apache's welcome screen via http:// or https:// Through Webmin, I can see that Apache Webserver has two virtual servers, namely: Default Server(Address any, po

Re: Running servlet via SSL???

2003-08-14 Thread John Turner
Carlos Oliva wrote: However, I see the welcome screen of Tomcat if I use http://:8080 but not if I use https::8080 or any other combination of ports and http or https. Furthermore, servlets run via http://:8080/ , but not https://... Or http://:8443/... If anything, it would b

Re: Running servlet via SSL???

2003-08-14 Thread John Turner
Did you do the full SSL setup on Apache? You can't just switch from http to https without doing all the configuration and having a SSL virtual host setup. RE: your question, yes, it is possible to use SSL, many people are doing so. If you can be more specific about what you've done and what e

RE: ERROR while running servlet on mac os X

2003-02-28 Thread Jeff Corliss
elloWorldExample is >currently unavailable >--->hi!! >i'm getting following error on running servlet >compiled by me > >message Servlet org.apache.catalina.INVOKER.HelloWorld >is currently unavailab

ERROR while running servlet on mac os X

2003-02-27 Thread apratim sharma
HTTP Status 503 - Servlet org.apache.catalina.INVOKER.HelloWorldExample is currently unavailable --hi!! i'm getting following error on running servlet compiled by me message Servlet org.apache.catalina.INVOKER.HelloWorld is curr

RE: running servlet on Tomcat

2003-02-25 Thread Turner, John
More content is coming!! :) :) John > -Original Message- > From: Tim Funk [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 25, 2003 10:11 AM > To: Tomcat Users List > Subject: Re: running servlet on Tomcat > > > I have an unofficial FAQ here: > ht

Re: running servlet on Tomcat

2003-02-25 Thread Tim Funk
I have an unofficial FAQ here: http://mywebpages.comcast.net/funkman/ and http://tomcatfaq.sourceforge.net/ I haven't been 'advertising' it much yet since content is still kind of lite and organization is not the greatest. Your particular question is not there yet - but it is addressed in TOMCAT'

RE: running servlet on Tomcat

2003-02-25 Thread Turner, John
John > -Original Message- > From: Steve Guo [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 25, 2003 9:56 AM > To: Tomcat Users List > Subject: RE: running servlet on Tomcat > > > > I do not fully understand why they disable the servlet > invoker by defa

RE: running servlet on Tomcat

2003-02-25 Thread Shapira, Yoav
Howdy, >I do not fully understand why they disable the servlet invoker by default. It's a security matter addressed in various release notes, and in many questions on this list. Search the tomcat-user list archives at AIMS: http://marc.theaimsgroup.com/?w=2 >In general, Tomcat is used for lea

RE: running servlet on Tomcat

2003-02-25 Thread Steve Guo
MyServlet com.myApp.MyServlet MyServlet /MyServlet Check the docs, check the release notes for more info. John > -Original Message- > From: Tan van Nguyen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 25, 2003 5:05 AM > To: [EMAIL PROTECTED] > Subject: running

RE: running servlet on Tomcat

2003-02-25 Thread Turner, John
--Original Message- > From: Tan van Nguyen [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 25, 2003 5:05 AM > To: [EMAIL PROTECTED] > Subject: running servlet on Tomcat > > > Hi, I have a problem about running servlet in Tomcat. My > system information: > Apache

running servlet on Tomcat

2003-02-25 Thread Tan van Nguyen
Hi, I have a problem about running servlet in Tomcat. My system information: Apache Tomcat v4.1.18 Java 2 SDK 1.3.1_07 The problem is that I can't run my servlet program placed in ROOT/WEB-INF/classes directory with the url: http://localhost:8080/servlet/Myprogram I have done everythin

RE: error while running servlet undet tomcat in Linux Red Hat

2002-12-02 Thread Shapira, Yoav
Millennium ChemInformatics >-Original Message- >From: Abhijat Thakur [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, November 27, 2002 7:01 PM >To: [EMAIL PROTECTED] >Subject: error while running servlet undet tomcat in Linux Red Hat > >Hi, > >I wrote a small test servl

error while running servlet undet tomcat in Linux Red Hat

2002-11-27 Thread Abhijat Thakur
Hi, I wrote a small test servlet(TestingServlet.java) and tried to run the servlet under tomcat(4.1.12) on Linux Red Hat. I get the underlying error. The doGet Method of TestingServlet is also enclosed. What is going wrong here. The line 37 is in bold. public void doGet(HttpServletRequest req,

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread rsequeira
http:[EMAIL PROTECTED]%3E RS Uma Munugala <[EMAIL PROTECTED]> on 03/18/2002 12:26:13 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject: RE: Problem in running servlet please he

RE: Problem in running servlet please help--- URGENT

2002-03-18 Thread Uma Munugala
ods. when it is trying to access static variable iam getting this error. gDefaultConnectionIsOracle is defined as static public boolean gDefaultConnectionIsOracle = false; Thanks a lot Uma ------- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: M

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread Ram Kurapati
Hello: try at http://marc.theaimsgroup.com/?l=tomcat-user&r=1&w=2 Rama -Original Message- From: Uma Munugala [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 1:26 PM To: 'Tomcat Users List' Subject: RE: Problem in running servlet please help--- urgent Hi sequ

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread Uma Munugala
Subject: RE: Problem in running servlet please help--- urgent Post your code/log output. Maybe someone will have a look at it. Or you could check the archives. I think I saw someone who had a similar problem. RS Uma Munugala <[EMAIL PROTECTED]> on 03/18/2002 11:27:42 AM Please resp

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread rsequeira
; To: 'Tomcat Users List' <[EMAIL PROTECTED]> cc: Subject: RE: Problem in running servlet please help--- urgent Thanks for replying I have synchronized methods and they are returning boolean. Can u please let me know how that is getting affected and what I need to do to so

RE: Problem in running servlet please help--- urgent

2002-03-18 Thread Uma Munugala
. java.lang.ClassFormatError: com/CellFusion/Relational/RelConnection (Illegal Variable name "") Thanks a lot Uma -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 8:41 AM To: Tomcat Users List Subject: Re: Problem in running serv

Re: Problem in running servlet please help--- urgent

2002-03-18 Thread rsequeira
27;" <[EMAIL PROTECTED]> cc: Subject: Problem in running servlet please help--- urgent Hi Iam Running tomcat 4.0.3. on windows NT. Installation is successful, and examples work properly. I deployed my application in web-inf/classes Iam getting an error when I run servlet. When my servl

Problem in running servlet please help--- urgent

2002-03-18 Thread Uma Munugala
Hi Iam Running tomcat 4.0.3. on windows NT. Installation is successful, and examples work properly. I deployed my application in web-inf/classes Iam getting an error when I run servlet. When my servlet is invoked, when code is trying to access the RelConnection.gDefaultConnectionIsOracle, a

Re: Running servlet from folder within WEB-INF?

2002-03-11 Thread Leon Vermaak
Thank you very much! - Original Message - From: "Chris Pheby" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, March 11, 2002 9:43 AM Subject: RE: Running servlet from folder within WEB-INF? > I recommend going to > h

RE: Running servlet from folder within WEB-INF?

2002-03-11 Thread Chris Pheby
example made a lot of things clear for me. Chris. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: 11 March 2002 14:05 To: Tomcat Users List Subject: Re: Running servlet from folder within WEB-INF? "Leon Vermaak&quo

RE: Running servlet from folder within WEB-INF?

2002-03-11 Thread Chris Pheby
example made a lot of things clear for me. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of [EMAIL PROTECTED] Sent: 11 March 2002 14:05 To: Tomcat Users List Subject: Re: Running servlet from folder within WEB-INF? "Leon Vermaak" <[EMAIL P

Re: Running servlet from folder within WEB-INF?

2002-03-11 Thread rsequeira
"Leon Vermaak" <[EMAIL PROTECTED]> on 03/10/2002 07:30:00 PM Please respond to "Tomcat Users List" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> cc: Subject: Running servlet from folder within WEB-INF? Sorry but I do

Running servlet from folder within WEB-INF?

2002-03-10 Thread Leon Vermaak
Sorry but I don't know how best to fraze the question I have I will try to better explain myself. I am new to Tomcat I am on Windows 2000 Professional platform. I compiled the simplest of servlets! I created the following a folder %CATALINA_HOME%/webapps/project/WEB-INF/classes/SERVLET_NAME I star

Re: running servlet manually

2002-01-24 Thread Ashish kulkarni
i think, if you have that servlet in the package then http://localost:8080/appdir/servlet/subdir.HelloWorldExample will work, or else i think http://localost:8080/appdir/servlet/subdir/HelloWorldExample may also work i dont no for sure about the second case, but the package thing works for sure --

running servlet manually

2002-01-24 Thread Cressatti, Dominique
How do I run manually a servlet located in subdirectory. I mean I can run HelloWorldExample directly (not using web.xml) by doing: http://localost:8080/appdir/servlet/HelloWorldExample when it is located in: /webapp/appdir/WEB-INF/classes/ but how would I do it (specify the subdirectory) if Hell

Problem running servlet on tomcat

2001-11-30 Thread nishant dhar
Hi , i got your mail ID from the internet . I was hoping that you could help me . I have Tomcat 3.2 on my computer . i just want to configure that can make me run a simple servlet . Can you show me a web page which gives the detail instructions . I have the JDK installed and JSp pa

RE: Running servlet on Tomcat with IIS

2001-08-13 Thread Larry Isaacs
t: Sunday, August 12, 2001 7:01 AM > To: Tomcat-User (E-mail) > Subject: Running servlet on Tomcat with IIS > > > > Hi, > > I'm running Tomcat with IIS5.0, The servlet on the examples > folder working > fine but when I try to run the servlet on the web site i

charector encoding Problem while running servlet in tomcat

2001-08-01 Thread Sibi Joseph
hi all I have a servlet which outputs some chinese content to the browser. The webserver i used is Tomcat3.2.3. if i try browsing chinese sites with chinese char encoding on a english version of windows 2000 the pages comes well without specifying any encoding. When i used the same servlet

Is there a way to stop / unload a running servlet?

2001-05-10 Thread Wilt, Paul
We have done some poking around and have not found the answer to this question! Paul E Wilt Principal Software Engineer XanEdu, Inc. ( a division of Bell+Howell Information&Learning) http://www.XanEdu.com mailto:[EMAIL PROTECTED] mailto:[EMAIL

running servlet!!!

2001-04-11 Thread shitiz mathur
hi, i have just downloaded tomcat3.2.1.1 and installed it. its running. i have shifted all my servlet .class files in(i.e. the 'respective_directories' contain my servlets' .class files) webapps\examples\Myintra\respective_directories. also i have set a context in server.xml in the name "/my

Re: RUNNING SERVLET

2001-02-22 Thread qazwasyx
Please don't use ALL CAPITALS This list is mainly for problems and bugs, your issue seems to come from the lack of documentation reading. Please reade the guide that comes with tomcat, it takes less than 30 minutes and explains what needs to be done to deploy apps (servlets included) from Tom

RUNNING SERVLET

2001-02-22 Thread Vikramjit Singh
HELLO EVERYBODY I HAVE A PROBLEM I HAVE A PRODUCT WHICH IS RUNNING FINE ON JAVAWEBSERVER. BUT I WANT TO RUN IT ON TOMCAT. I HAVE GIVEN THE URL IN THE JSPS AS HTTP://LOCALHOST:8080/RAE_SERVLETS/SOMESERVLET ANYBODY TELL ME WHAT SHOULD I DO TO RUN A SERVLET USING THIS URL PLZ DO HELP ME SINCE IT IS V

Re: Running servlet from /

2001-02-21 Thread Tom Woteki
elly <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Wed, 21 Feb 2001 06:25:36 -0500 > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: RE: Running servlet from / > > Thanks Tom > How exactly do I do that. My servlet is loca

RE: Running servlet from /

2001-02-21 Thread Donie Kelly
From: Tom Woteki [mailto:[EMAIL PROTECTED]] Sent: 21 February 2001 01:14 To: tomcat user help; Donie Kelly Subject: Re: Running servlet from / Map the servlet to an appropriate URL in the web.xml file or make the home page into a jsp file. > From: Donie Kelly <[EMAIL PROTECTE

Re: Running servlet from /

2001-02-20 Thread Tom Woteki
Map the servlet to an appropriate URL in the web.xml file or make the home page into a jsp file. > From: Donie Kelly <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > Date: Tue, 20 Feb 2001 15:10:17 -0500 > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]&g

Running servlet from /

2001-02-20 Thread Donie Kelly
Hi Hi all I want a servlet to run when I use the URL http://wilson/ i.e., no servlet specified. How can this be easily achieved? Donie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

problem in running servlet

2000-11-13 Thread Rasika Joshi
Hello, I have installed TOMCAT with Apache. I followed your user guide and then tomcat faqs to install tomcat. Now I am able to run .jsp files using both tomcat as well as Apache. I can also run sample servlet provided alongwith examples. But I cannot run my own servlet. I have stored itin weba