RE: How do I make Tomcat include needed ZIP files for my servlet

2001-08-20 Thread Jagadish Gopi
> -Original Message- > From: Jagadish Gopi [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 20, 2001 5:47 PM > To: '[EMAIL PROTECTED]' > Cc: '[EMAIL PROTECTED]' > Subject: How do I make Tomcat include needed ZIP files for my servlet > > > Thanx alo

How do I make Tomcat include needed ZIP files for my servlet

2001-08-20 Thread Jagadish Gopi
ird party class libraries or JDBC drivers. " Or make your CLASSPATH include them before you start Tomcat. And please include better Subject: lines, for example a brief version of your question (e.g. "How do I make Tomcat include needed jars for my servlet?"). dwh Jagadish Gopi wr

Connections !! Classpath!!!

2001-08-20 Thread Jagadish Gopi
HI Everyone, Can you please tell me How do I view the classpath details once the tomcat is started. Is there any log files through which I can view it. I have a classes12.zip file for database connection which I added in the c:/jakarta-tomcat-3.2.1/lib directory, but I am getting an error saying

RE: Servlets!! Servlets!!

2001-08-20 Thread Jagadish Gopi
HI Rob, http://localhost:8080/health/servlet/HealthLogin I had to change my url, it's really a strange way of accessing servlets. I never faced such thing in Weblogic. But it's real fun, enjoying it. ~:-) I changed RequestInterceptor and context settings, Now i can access giving http://localhos

RE: Servlets!! Servlets!!

2001-08-20 Thread Jagadish Gopi
HI Richard, Filip & Rob, Thanx alot guys, Now it's doing fine. This was interesting one, Learnt quite alot... Good luck guys, Jagadish -Original Message- From: Rob S. [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 12:53 PM To: [EMAIL PROTECTED] Subject: Re: Servlets!! Servlets!

RE: Servlets!! Servlets!!

2001-08-20 Thread Jagadish Gopi
m: Wang, Jianming [mailto:[EMAIL PROTECTED]] >Sent: Monday, August 20, 2001 9:50 AM >To: '[EMAIL PROTECTED]' >Subject: RE: Servlets!! Servlets!! > > >where do you put your servlet class? > >-Original Message- >From: Jagadish Gopi [mailto:[EMAIL PROTECTED]

RE: Servlets!! Servlets!!

2001-08-20 Thread Jagadish Gopi
TECTED]] Sent: Monday, August 20, 2001 12:50 PM To: '[EMAIL PROTECTED]' Subject: RE: Servlets!! Servlets!! where do you put your servlet class? -Original Message----- From: Jagadish Gopi [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 12:32 PM To: '[EMAIL PROTECTED]' Su

Servlet!!Servlet!!

2001-08-20 Thread Jagadish Gopi
Hi Everyone, I have followed the Tomcat Documentation and have deployed my web application exactly creating the required directories and making entries, but am not able to view my servlets, I get a error saying Page cannot be displayed. (url given is http://localhost:8080/health/healthLogin ) 1)

Servlets!! Servlets!!

2001-08-20 Thread Jagadish Gopi
Hi Everyone, I have followed the Tomcat Documentation and have deployed my web application exactly creating the required directories and making entries, but am not able to view my servlets, I get a error saying Page cannot be displayed. (url given is http://localhost:8080/health/healthLogin ) 1)

RE: RequestInterceptor doubt

2001-08-20 Thread Jagadish Gopi
sorry, It's not ~localhost:8080 it's http://localhost:8080 ok, It's just a way of writing it. -Original Message- From: Rob S. [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 10:28 AM To: [EMAIL PROTECTED] Subject: Re: RequestInterceptor doubt > but if the prefix is given as ju

RequestInterceptor doubt

2001-08-20 Thread Jagadish Gopi
Hi Everyone, I have a doubt regarding requestInterceptor hope you guys will help me with this. In this if the prefix is given as "/servlet/" ,then when url is given as say ~localhost:8080/health the index.html is loaded (here /health is my context) but if the prefix is given as just "/" then

FW: Error when reading a servlet

2001-08-20 Thread Jagadish Gopi
Now in the my url address if I give ~localhost:8080/health/HealthLogin it gives me a error saying page cannot be found. Please let me know what mistake I am doing here... Thank You Jags -Original Message- From: Richard Draucker [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17,

Error when reading a servlet

2001-08-17 Thread Jagadish Gopi
Hi, I have created a Context within server.xml file, something of this sort And then when i start tomcat within my log file it shows the context being added. But when I try to run the servlet (url give n is "localhost:8080/health/HealthLogin") which is within this dir I get a error saying "

RE: Tomcat Tutorial Please!!!

2001-08-17 Thread Jagadish Gopi
Rob, are you sure for all those things that I have asked, I can find in that link Can anyone direct me to a good tutorial please. -Original Message- From: Rob S. [mailto:[EMAIL PROTECTED]] Sent: Friday, August 17, 2001 10:25 AM To: [EMAIL PROTECTED] Subject: Re: Tomcat Tutorial Pl

RE: Tomcat Tutorial Please!!!

2001-08-17 Thread Jagadish Gopi
Hi Friends, Thanx for replying Friends. I am new to this tomcat. Let me ask you few things.. 1) Is encodeURL supported in tomcat. 2) How are sessions maintained. (I am using Tomcat 3.2) 3) If I am using only tomcat without webserver, How do I make it accessible from the 'World'(net). what all se

Tomcat Tutorial Please!!!

2001-08-17 Thread Jagadish Gopi
Hi Friends, Can you please direct me to a good tutorial for tomcat coz somehow I didn't get complete information from official documentation. Please reply back Jags

Connection Pools in Tomcat

2001-08-14 Thread Jagadish Gopi
HI Friends, Is it possible to create connection pools in Tomcat, just like how we create in Weblogic. Please reply back Jags

RE: TomCat!!TomCat!!

2001-08-09 Thread Jagadish Gopi
Thanx alot Martin for replying. -Original Message- From: Martin van den Bemt [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 09, 2001 3:49 PM To: [EMAIL PROTECTED] Subject: RE: TomCat!!TomCat!! > > HI Everyone, > I am new to TomCat and am really interested in knowing lot about this.

TomCat!!TomCat!!

2001-08-09 Thread Jagadish Gopi
HI Everyone, I am new to TomCat and am really interested in knowing lot about this. I actually want to try this on some of our present system(Servlets), where there are some url redirection, sessions and so on. My doubt is 1) will Tomcat work fine without a webserver, what i mean is will servlet