Hi Fabio, I'm just going to explain to you how I did my install: If you install tomcatv3.1, you should be able to launch the apache browser that is packaged with this version. The binaries are in TOMCAT_HOME/bin/. Example: TOMCAT_HOME/tomcat start or simple double click on startup.bat (.bat ???) The web address is http://yourhost:8080 Before I ran tomcat, I modified the tomcat.properties file. changed @JAVA@ to @JAVA_HOME@ Then, I setup the proper variables to reflect what's in the tomcat.properties file. set TOMCAT_HOME=c:\jakarta-tomcat set JAVA_HOME=c:\jdk122 set JSERV_CLASSES=%TOMCAT_HOME%\lib set JSDK_CLASSES=%TOMCAT_HOME\lib set CLASSPATH %TOMCAT_HOME%\lib\servlet.jar I have an NT box, so I set the above variables in my System Variables settings....For a Windows98, you might want to create a setup_env.bat file and set the following variables above before running tomcat. The classpath setting above is for compiling your beans and servlets. Otherwise you'll get a ClassNotFound Error. I opened a DOS console to my TOMCAT_HOME\bin and typed "tomcat start". Then I accessed "http://hostname:8080" Hope this helps. -- Antonio W. Lagnada [EMAIL PROTECTED] - email This email address is specifically for JSP-Interest email list ---- [EMAIL PROTECTED] wrote: > Thanks for your answer. > At first, I installed Apache web Server v1.3.9 and then Tomcat v3.1, > I modified the necesary, I think, in httpd.conf, tomcat.conf, > tomcat.properties, server.xml. I can execute servlets, but not Jsp's. > If you have any configuration sample files, please send me and > explain where I mistake > I'm now trying to configure Resin, but I can't too. I need urgent to > > learn JSP and it's need to have the necessary support > > Thanks in advance for your help > > > > Fabio Alarcon Ortiz > > Seguro Social de Salud, Lima - Peru > Gerencia Central de Desarrollo e Informatica > Gerencia de Sistemas > Phones : (51 1) 265 6000, 265 7000 Extensions 2356, 2357 > Mobile : (51 1) 855 1393 > ICQ : 11002875 > email : [EMAIL PROTECTED], [EMAIL PROTECTED] > ___________________________________________________________________ To get your own FREE ZDNet Onebox - FREE voicemail, email, and fax, all in one place - sign up today at http://www.zdnetonebox.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
