Re: How to hide login pages

2001-08-03 Thread Chad Wray
provided by Tomcat, so Tomcat is validating the form. Dave Chad Wray [EMAIL PROTECTED] on 08/02/2001 10:32:55 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: How to hide login pages Are you including mylogin.jsp on every page? I am a little

Re: How to hide login pages

2001-08-03 Thread Chad Wray
, Dave Chad Wray [EMAIL PROTECTED] on 08/02/2001 09:13:31 AM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: How to hide login pages This may be a pain to implement if you have lots of pages in your website, but it would work. You could use

Re: How to hide login pages

2001-08-03 Thread Chad Wray
This may be a pain to implement if you have lots of pages in your website, but it would work. You could use a Session variable to hold onto where you are in the site. Then if you have a link that calls mylogin.jsp or another page that calls mylogin.jsp just check to see who called the page.

Windows Versus Linux

2001-08-01 Thread Chad Wray
I am new to the mailing list, so sorry if this question has been asked before. I have been doing most my development on a Windows 98 box and setting up Apache, Tomcat and Mysql was a snap, but I am trying to setup a Linux server and it has been a pain so far. I know my way around the Linux

Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Chad Wray
Are there any advantages running Tomcat with Apache versus running Tomcat standalone and listening on port 80. I am running only *.jsp files on my webserver. Thanks in advance. -- Chad Wray __ Do You Yahoo!? Make international calls for as low

RE: Tomcat standalone vs Tomcat w/ Apache

2001-07-30 Thread Chad Wray
Will Apache cache jsp pages also or only html and images. I don't have any standalone html pages (except my simple index.html) otherwise every file requested is of type *.jsp. Thanks for all the replies so far. -- Chad --- Curtis Dougherty [EMAIL PROTECTED] wrote: Apache caches the pages...

connecting to mysql database

2001-07-30 Thread Chad Wray
I am trying to access a mysql database on a linux box. I am getting the following error: javax.servlet.ServletException: Unable to load class org.gjt.mm.mysql.Driver at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:459) at

RE: connecting to mysql database

2001-07-30 Thread Chad Wray
in the tomcat.sh file? -- Chad --- Artigas, Ricardo Y. [EMAIL PROTECTED] wrote: Did you include the mysql driver (the jar file) to your classpath? -Original Message- From: Chad Wray [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 9:22 AM To: [EMAIL PROTECTED

RE: connecting to mysql database

2001-07-30 Thread Chad Wray
] wrote: hi, chad. place the jar file in the lib directory and the place path to the jar file in the classpath setting for tomcat to see it. hth. -Original Message- From: Chad Wray [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 11:28 AM To: [EMAIL PROTECTED