servlet.http?

2004-04-23 Thread Kalin Mintchev

hi all...

this is my first question on this list so please be gentle...

i'm trying to use a servlet that talks to a j2me application on some cell
phone. the thing is when i try to compile the code on the server machine
(i put it under the tomcat's servlet examples) i get an error that i have
the clases in the HTTP servlet package missing. i found them (after
downloading them again) in the server's java source. my question is where
should i put them so the compiler can finde them and compile the
servlet? it turns out there are a lot of servlet src folders..

thanks


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: servlet.http?

2004-04-23 Thread Yang Xiao
Hi
You need to include the servlet-api.jar under $CATALINA_HOME/common/lib in
your classpath.
Yang

-Original Message-
From: Kalin Mintchev [mailto:[EMAIL PROTECTED] 
Sent: Friday, April 23, 2004 4:03 AM
To: [EMAIL PROTECTED]
Subject: servlet.http?


hi all...

this is my first question on this list so please be gentle...

i'm trying to use a servlet that talks to a j2me application on some cell
phone. the thing is when i try to compile the code on the server machine
(i put it under the tomcat's servlet examples) i get an error that i have
the clases in the HTTP servlet package missing. i found them (after
downloading them again) in the server's java source. my question is where
should i put them so the compiler can finde them and compile the
servlet? it turns out there are a lot of servlet src folders..

thanks


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: servlet.http?

2004-04-23 Thread Mark Thomas
Depends on your compiler. Look on the docs for how to set the classpath for the
compilier and ensure that all the necessary jar files are included.

Mark

 -Original Message-
 From: Kalin Mintchev [mailto:[EMAIL PROTECTED] 
 Sent: Friday, April 23, 2004 9:03 AM
 To: [EMAIL PROTECTED]
 Subject: servlet.http?
 
 
 hi all...
 
 this is my first question on this list so please be gentle...
 
 i'm trying to use a servlet that talks to a j2me application 
 on some cell
 phone. the thing is when i try to compile the code on the 
 server machine
 (i put it under the tomcat's servlet examples) i get an error 
 that i have
 the clases in the HTTP servlet package missing. i found them (after
 downloading them again) in the server's java source. my 
 question is where
 should i put them so the compiler can finde them and compile the
 servlet? it turns out there are a lot of servlet src folders..
 
 thanks
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]