Tomcat 4.0 on UNIX: no /bin directory in $CATALINA_HOME, and JSP compilation errors

2007-02-12 Thread Daniel Gresh
Hi list, I'm running Tomcat 4.0.5 on UNIX and I am experiencing compilation errors when trying to compile a simple index.jsp file, which is only twenty lines or so, as I'm trying to learn JSP and starting small. First however, I'd like to get this question out of the way: I've searched the

Re: Tomcat 4.0 on UNIX: no /bin directory in $CATALINA_HOME, and JSP compilation errors

2007-02-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, Daniel Gresh wrote: I've searched the web for information on Tomcat's directory structure. According to one page I found, Tomcat should have a /bin directory, which contains binary executables, such as startup.sh, which I can use to

Re: Tomcat 4.0 on UNIX: no /bin directory in $CATALINA_HOME, and JSP compilation errors

2007-02-12 Thread Daniel Gresh
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel, Daniel Gresh wrote: I've searched the web for information on Tomcat's directory structure. According to one page I found, Tomcat should have a /bin directory, which contains binary executables, such as

Re: Tomcat 4.0 on UNIX: no /bin directory in $CATALINA_HOME, and JSP compilation errors

2007-02-12 Thread Rashmi Rubdi
On searching for index$jsp.java (Permission denied) one of the results came up with: http://mail-archives.apache.org/mod_mbox/tomcat-users/200209.mbox/[EMAIL PROTECTED] It is probably some security setting (set by your Admin) with Tomcat, to limit access/view permission of the source code of