Re: Unable to find a javac compiler

2003-07-31 Thread Reginald Oake
Hi. It sounds like when running Tomcat with Apache that your path variable is not being passed to the Jasper compiler (not sure what the solution is but I hope this is of some value). Thanx, Reg On Thu, 2003-07-31 at 13:42, Bradberry, Rick wrote: > Hi, > > Got a problem with Apache 2.0.47,

Re: Tomcat Education

2003-07-28 Thread Reginald Oake
Hello Ben. There are several (about a half dozen) books available for Struts right now. There is an O'Reilly book called Programming Jakarta Struts and a book by Ted Husted (acknowledged struts guru) called Struts in Action. Both of these should be readily available at your local computer book sto

Re: JDK Problems - libjava.so

2003-07-24 Thread Reginald Oake
Hi. One of the things that typically gives a 'can't find *.so' error the problem is that the path to the so (shared object) file is not in the LD_LIBRARY_PATH environment variable. You can check this by bringing up a terminal window and entering the following command... set | grep LD_LIBR

Re: Tomcat jsp file is locked on win32

2003-07-15 Thread Reginald Oake
Hello. I have found that under Windows file locks are not always released when a file is closed and the only way after this to release a file lock is to reboot the system. Sometimes file locks seem to clear on their own, other times I have to restart the computer to release a file lock (sometimes

Re: Newbie question on Tomcat security

2003-07-14 Thread Reginald Oake
Hi. I don't know if this will be helpful but I have heard of people putting their JSPs and other ancilliary files inside the WEB-INF directory. I'm not sure what you have to do to make this work but it may well be worth looking into. Reg

Re: Newbie question on Tomcat security

2003-07-14 Thread Reginald Oake
Hi. I'm not certain about this but it seems to me that it would be next to impossible to keep the html source from being viewed by someone using any browser (this is not a server side issue). The source has to be uploaded to the browser and, once it is uploaded anyone can view source on the page.

Re: tomcat startup

2003-07-14 Thread Reginald Oake
Hi. >From the look of the error message it appears that your CATALINA_HOME environment variable is not set. It should be a global environment variable (under windows) or if you are using some flavour of unix set it in /etc/profile. Also, it appears that you do not have a TCP/IP stack available. I

Re: [off-topic] - Where can i find Oreilly's package for uploadingfiles?

2003-07-14 Thread Reginald Oake
Hi. According to the book Java Servlet Programming the cos.jar file can be found at www.servlets.com. On Mon, 2003-07-14 at 01:22, Guus Holshuijsen wrote: > Try http://examples.oreilly.com/jservlet2/. There you will find a link to > http://www.servlets.com/cos/. > > Regards, > Guus > - Orig

Re: Error when trying to access Admin or Sample code

2003-07-13 Thread Reginald Oake
Hi. I just the same problem recently and an upgrade (actually downgrade) to j2sdk1.4.1 solved my problem. Also, Tim Funk supplied me with this link which has information on other possible solutions http://jakarta.apache.org/tomcat/faq/misc.html#compile Hope this helps. Reg On Sun, 2003-07-13