I am trying to run servlets, for the first time, using JRun 4.0.
I am compiling my first servlet and I get:

C:\JRun4\servers\default\default-ear\default-war\WEB-INF\classes\TestServlet.java:5: 
package javax.servlet does not exist
import javax.servlet.*;
^
C:\JRun4\servers\default\default-ear\default-war\WEB-INF\classes\TestServlet.java:6: 
package javax.servlet.http does not exist
import javax.servlet.http.*;
^

What is the deal with this?
Also where am I supposed to place my compiled servlet?
Is it in the: 
C:\JRun4\servers\default\default-ear\default-war\WEB-INF\classes.

Please help and newbie. . .
Thanks in advance. . .

MTB


______________________________________________________________________
Get the JRun Web Application Construction Kit - the only book written specifically for 
JRun developers.
http://www.amazon.com/exec/obidos/ASIN/0789726009/houseoffusion
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to