Hi! Go to http://archive.coreservlets.com/Using-Tomcat.html to find all your answers! Greets, K. -----Ursprüngliche Nachricht----- Von: subha ghosh [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 16. Februar 2001 13:50 An: [EMAIL PROTECTED] Betreff: HI ALL, I have installed JDK1.1.8,JSWDK-1.0.1,jakarta-tomcat-3.2.1 I would like to know 1)Where should I keep my servlets , i,e which directory. Probelm: 1)I am not able to start tomcat server. My autoexce.bat file is SET PATH=C:\DMI98\WIN32\BIN;C:\PROGRA~1\ULTRAE~1 SET WIN32DMIPATH=C:\DMI98\WIN32 path = C:\jdk1.1.8\jre\bin;c:\jdk1.1.8\bin;c:\java;c:\jakarta-tomcat-3.2.1 SET JAVA_HOME=C:\jdk1.1.8 SET TOMCAT_HOME=c:\jakarta-tomcat-3.2.1 SET CLASSPATH=.;C:\jdk1.1.8\src.jar;C:\jdk1.1.8\lib\tools.jar;C:\jswdk-1.0.1\lib \servlet.jar 2) when I am trying to complie servlet , this is a servlet provided by jakarta-tomcat-3.2.1 C:\jakarta-tomcat-3.2.1\webapps\examples\WEB-INF\classes>javac HelloWorldExample .java HelloWorldExample.java:25: Method getLocale() not found in interface javax.servl et.http.HttpServletRequest. ResourceBundle.getBundle("LocalStrings",request.getLocale()); ^ 1 error. Why it is giving such a error. Though when I tried to compile servlet in c:\JSWDK-1.0.1\webpages\web-inf\servlet>javac SnoopServlet.java It worked fine. 3)I want to know if I want to use servlet , using tomcat as a webserverand using JSWDK , where should i keep my servlets. subha _________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
