On Mon, 28 Jan 2002, Rafael wrote: > Okey!! > > I finally installed JAKARTA, now I have no idea about what to do to get JSP > working on my APACHE. > > I have the .jar library but I don't know where to use and how. > > Thank you, > > Rafael Azevedo >
Please, read the documentation at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/index.html You should be able to find the information needed there. You could also inspect server.xml file in your $CATALINA_HOME/conf directory. There are examples of JSPs there. If you have your Catalina up and running you can check how the examples work following links at http://localhost:8080/index.html Oh, now I noticed that APACHE up there. Then, you should read about Warp in docs mentioned above and about mod-webapp e.g. at http://www.ingrid.org/jajakarta/tomcat/tomcat-4.0b5/src/connectors/docs/apache-1.3.html and in your Tomcat distribution there should be in docs directory tomcat-apache-howto.html. --teemu PS. You did have the 4.0.1 version of Tomcat, right? :-) > > > ----- Original Message ----- > From: "Teemu Hiltunen" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Monday, January 28, 2002 11:52 AM > Subject: Re: INSTALLING TOMCAT > > > > On Mon, 28 Jan 2002, Rafael wrote: > > > > > This is my $JAVA_HOME: /etc/jdk1.3.1_02 > > > > > > To USE ANT, you need to specify the directory /etc/jdk1.3.1_02 (in my > case), > > > without the last slash "/". > > > > > > Changing this to another PATH will not let me use the ANT command, I did > the > > > "ant compile" and it went well, no problems at all, but when trying to > do a > > > "ant dist", it gives me the same problem.. :( > > > > > > What can it be?? How can this be fixed? > > > > > > > Okay, in your .bash_profile (or .cshrc or .tcshrc or what ever) in your > > home directory you give the following (or similar): > > > > JAVA_HOME=/etc/jdk1.3.1_02 > > PATH=$PATH:$JAVA_HOME/bin > > export JAVA_HOME > > export PATH > > > > After this (and running in your home directory "source .bash_profile") you > > could try the following: > > > > >java -version > > > > This should show the version information of your JDK. If you can't see the > > version information but an error, then try to modify your PATH again. The > > javadoc tool is in your /etc/jdk1.3.1_02/bin directory and therefore that > > directory should be in your PATH (right?) in order to get Tomcat compiled. > > > > Hope this helps. I'm not an expert on Linux/Unix shells. > > > > > > --teemu > > > > > > > > -- > > To unsubscribe: <mailto:[EMAIL PROTECTED]> > > For additional commands: <mailto:[EMAIL PROTECTED]> > > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
