Re: ODP: Help - Tomcat configuration

2001-03-09 Thread Rob Tanner
You might try putting a copy of server.jar in the extentions dir. Both javac and the runtime automatically look for class files in the jre lib and extensions folder. The path is probably JAVA_HOME\jre\lib\ext (that is, so long as the JAVA layout is the same in the PC world as in the UNIX

Re: ODP: Help - Tomcat configuration

2001-03-09 Thread Becky Wang
Thanks Rob and vVolf. It works after I copied servlet.jar into JAVA_HOME\jre\lib\ext. Becky --- Rob Tanner [EMAIL PROTECTED] wrote: You might try putting a copy of server.jar in the extentions dir. Both javac and the runtime automatically look for class files in the jre lib and

ODP: Help - Tomcat configuration

2001-03-08 Thread Herchel Wojciech
althought your classpath points to servet package, apparently it is not found by javac. try this javac -cp .;PATH_TO_SERVLET_API HelloWorldExample.java vVolf -Oryginalna wiadomooe- Od: Becky Wang [mailto:[EMAIL PROTECTED]] Wysano: 9 marca 2001 06:12 Do: [EMAIL PROTECTED] Temat: