Prem: I tried the myapp tlso, I am getting HTTP 404 error, 'Mypage.jsp not found'.
Am I messing up with the fodlers. /KK ----- Original Message ----- From: "Kam Premkumar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 6:27 PM Subject: Re: TomCat Classpath > Hi Dude > > you missed myapp directory in your path ? > > http://localhost:8080/jsp/Mypage.jsp > > try like this > http://localhost:8080/myapp/jsp/Mypage.jsp > > > > > [EMAIL PROTECTED] wrote: > > > ----- Original Message ----- > > From: "Kam Premkumar" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Tuesday, November 20, 2001 6:18 PM > > Subject: Re: TomCat Classpath > > > > > > > >>send your index.html and jsp please. if you set your form method=post. I > >>think it will work > >> > >>Thanks > >>Prem > >> > >>[EMAIL PROTECTED] wrote: > >> > >> > >>>Idont see any problem here. Check your METHOD=POST > >>> > >>>[EMAIL PROTECTED] wrote: > >>> > >>> > >>>>Prem: > >>>> > >>>>The problem is this: > >>>> > >>>>I have index.htnl. this page is subkmitted to a JSP page. The problem > >>>> > > is > > > >>>>TOMCAT says that this JSP page is not found. So, I am kind of looking > >>>>at the > >>>>JSP folder etc. > >>>> > >>>>Any suggestions? > >>>> > >>>>Thanks once again. > >>>> > >>>>/KK > >>>> > >>>> > >>>>----- Original Message ----- > >>>>From: "Kam Premkumar" <[EMAIL PROTECTED]> > >>>>To: <[EMAIL PROTECTED]> > >>>>Sent: Tuesday, November 20, 2001 6:00 PM > >>>>Subject: Re: TomCat Classpath > >>>> > >>>> > >>>> > >>>> > >>>>>you can create jsp directory and keep the jsps. But whats the problem > >>>>>you are facing now. !! Are u getting any error while accessing jsps. > >>>>> > > Try > > > >>>>>to start your tomcat like this > >>>>> > >>>>>go to tomcat_home/bin/ > >>>>>and catalina run > >>>>> > >>>>>Hope fully you set the CATALINA_HOME=c:\tomcat40 something like in > >>>>> > > your > > > >>>>>env variables. > >>>>> > >>>>>Thanks > >>>>>Prem > >>>>> > >>>>> > >>>>>[EMAIL PROTECTED] wrote: > >>>>> > >>>>> > >>>>> > >>>>>>Prem: > >>>>>> > >>>>>>I tried the directory structure you mentioned. I get the index.html > >>>>>> > >>>>>> > >>>>page. > >>>> > >>>> > >>>>>>The next page is an JSP, which I am not getting. > >>>>>> > >>>>>>I have made changes in the server.xml also. Should I create a JSP > >>>>>>folder > >>>>>> > >>>>>> > >>>>in > >>>> > >>>> > >>>>>>webapps/myapp??? > >>>>>> > >>>>>>Thanks. > >>>>>> > >>>>>>/KK > >>>>>>----- Original Message ----- > >>>>>>From: "Kam Premkumar" <[EMAIL PROTECTED]> > >>>>>>To: <[EMAIL PROTECTED]> > >>>>>>Sent: Tuesday, November 20, 2001 4:37 PM > >>>>>>Subject: Re: TomCat Classpath > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>> > >>>>>>>Create your own App directory structure under webapps > >>>>>>> > >>>>>>>For example: > >>>>>>> > >>>>>>>webapps/myapp > >>>>>>>webapps/myapp/WEB-INF > >>>>>>>webapps/myapp/WEB-INF/classes > >>>>>>>webapps/myapp/WEB-INF/lib > >>>>>>> > >>>>>>>put your web.xml in WEB-INF > >>>>>>>put your class file in classes dir > >>>>>>>put your third party jars in lib ( eg jdbc driver) > >>>>>>>put your servlets,jsp in myapp > >>>>>>> > >>>>>>>and a entry in server.xml like this > >>>>>>><Context path="/myapp" docBase="myapp" debug="0" > >>>>>>> > >>>>>>> > >>>>reloadable="true"> > >>>> > >>>>>>>Thanks > >>>>>>>Prem > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>>[EMAIL PROTECTED] wrote: > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>>>Hello, > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>>I am using Apache TomCat 4.01. I am doing some test code. > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>>I want to know: > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>>1. Where I need to put my class files for my web applicaiotn. I see > >>>>>>>> > >>>>>>>> > >>>>many > >>>> > >>>> > >>>>>>>>class folders in the install directory. > >>>>>>>> > >>>>>>>>2. Also, please specify the changes I need to make in the class > >>>>>>>> > > path. > > > >>>>>>>> > >>>>>>>> > >>>>>>>>I appraciate your help, in advance. > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>>/KK > >>>>>>>> > >>>>>>>> > >>>>>>>> > >>>>>>>> > > =========================================================================== > > > >>>> > >>>>>>>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>JSP-INTEREST". > >>>>>> > >>>>>> > >>>>>> > >>>>>>>For digest: mailto [EMAIL PROTECTED] with body: "set > >>>>>>> > > JSP-INTEREST > > > >>>>>>> > >>>>>>DIGEST". > >>>>>> > >>>>>> > >>>>>> > >>>>>>>Some relevant FAQs on JSP/Servlets can be found at: > >>>>>>> > >>>>>>>http://archives.java.sun.com/jsp-interest.html > >>>>>>>http://java.sun.com/products/jsp/faq.html > >>>>>>>http://www.esperanto.org.nz/jsp/jspfaq.jsp > >>>>>>>http://www.jguru.com/faq/index.jsp > >>>>>>>http://www.jspinsider.com > >>>>>>> > >>>>>>> > >>>>>>> > >>>>>>> > > =========================================================================== > > > >>>> > >>>>>>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > >>>>>> > >>>>>> > >>>>JSP-INTEREST". > >>>> > >>>> > >>>>>>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > >>>>>> > >>>>>> > >>>>DIGEST". > >>>> > >>>> > >>>>>>Some relevant FAQs on JSP/Servlets can be found at: > >>>>>> > >>>>>>http://archives.java.sun.com/jsp-interest.html > >>>>>>http://java.sun.com/products/jsp/faq.html > >>>>>>http://www.esperanto.org.nz/jsp/jspfaq.jsp > >>>>>>http://www.jguru.com/faq/index.jsp > >>>>>>http://www.jspinsider.com > >>>>>> > >>>>>> > >>>>>> > > =========================================================================== > > > >>>> > >>>>>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > >>>>> > >>>>> > >>>>JSP-INTEREST". > >>>> > >>>> > >>>>>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > >>>>> > >>>>> > >>>>DIGEST". > >>>> > >>>> > >>>>>Some relevant FAQs on JSP/Servlets can be found at: > >>>>> > >>>>>http://archives.java.sun.com/jsp-interest.html > >>>>>http://java.sun.com/products/jsp/faq.html > >>>>>http://www.esperanto.org.nz/jsp/jspfaq.jsp > >>>>>http://www.jguru.com/faq/index.jsp > >>>>>http://www.jspinsider.com > >>>>> > >>>>> > >>>>> > >>>> > > =========================================================================== > > > >>>>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > >>>>JSP-INTEREST". > >>>>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > >>>>DIGEST". > >>>>Some relevant FAQs on JSP/Servlets can be found at: > >>>> > >>>> http://archives.java.sun.com/jsp-interest.html > >>>> http://java.sun.com/products/jsp/faq.html > >>>> http://www.esperanto.org.nz/jsp/jspfaq.jsp > >>>> http://www.jguru.com/faq/index.jsp > >>>> http://www.jspinsider.com > >>>> > >>>> > >>> > > =========================================================================== > > > >>>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > >>>JSP-INTEREST". > >>>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > >>>DIGEST". > >>>Some relevant FAQs on JSP/Servlets can be found at: > >>> > >>>http://archives.java.sun.com/jsp-interest.html > >>>http://java.sun.com/products/jsp/faq.html > >>>http://www.esperanto.org.nz/jsp/jspfaq.jsp > >>>http://www.jguru.com/faq/index.jsp > >>>http://www.jspinsider.com > >>> > >> > > =========================================================================== > > > >>To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff > >> > > JSP-INTEREST". > > > >>For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST > >> > > DIGEST". > > > >>Some relevant FAQs on JSP/Servlets can be found at: > >> > >> http://archives.java.sun.com/jsp-interest.html > >> http://java.sun.com/products/jsp/faq.html > >> http://www.esperanto.org.nz/jsp/jspfaq.jsp > >> http://www.jguru.com/faq/index.jsp > >> http://www.jspinsider.com > >> > >> > >> > >> ------------------------------------------------------------------------ > >> > >> Link to My Page <http://localhost:8080/jsp/Mypage.jsp> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> index.htm > >> > >> Content-Type: > >> > >> text/html > >> Content-Encoding: > >> > >> quoted-printable > >> > >> > > =========================================================================== > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". > For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". > Some relevant FAQs on JSP/Servlets can be found at: > > http://archives.java.sun.com/jsp-interest.html > http://java.sun.com/products/jsp/faq.html > http://www.esperanto.org.nz/jsp/jspfaq.jsp > http://www.jguru.com/faq/index.jsp > http://www.jspinsider.com > =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant FAQs on JSP/Servlets can be found at: http://archives.java.sun.com/jsp-interest.html http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.jsp http://www.jguru.com/faq/index.jsp http://www.jspinsider.com
