Re: tomcat 4.1 displays a blank page when compiling a JSP with compilation errors

2002-11-18 Thread Robin Lee \(Tech Support\)
Hi Christos, Quick Question for you. Does your JSP page have an include in it? Example: Login.jsp This page includes another jsp page called LoginForm.jsp. Does your jsp page have this? If so, I've noticed that my pages will show up blank if there is an error, where there is an include. Is

Re: upgrading to 4.1!

2002-09-12 Thread Robin Lee \(Tech Support\)
Hello, Seems like i had the same problem before... But I figured out the problem. Have you checked your examples log and see if there are any problems with your code? Sometimes errors will occur, and it won't output to your console. BUT, it will output the error to the examples log. If there

Re: access log file

2002-05-22 Thread Robin Lee
Hello, I am using Tomcat4, and didn't know if we could do this either. So I just happened to look into it more now, and found out 4.0x does have this capability. I would have to change the word "common" to "combined". Check this link out. http://jakarta.apache.org/tomcat/tomcat-3.3-doc/serverx

tomcat log analyzer

2002-05-21 Thread Robin Lee
Hello List, Does anyone know if there is a log analyzer written in JAVA for tomcat (4 or otherwise)? I know about Weblizer and AWStats, but they aren't written in Java... Thanks, ...Robin -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Large pages not completely displayed with IE 5.x and Tomcat 4 .0.x

2002-03-12 Thread Robin Lee
Hi, I had the same problem as you did... One of my pages would not completely load... Using: Tomcat 4.02, j2sdk1.4. Windows 2K/NT, doesn't matter.. happens on both. At first I thought that it was because it was large. But it wasn't the problem. The page in question returned about 150K of htm

Re: [TC4.01] Session Not Established on Mac IE?

2002-03-06 Thread Robin Lee
Hello, I have had this happen to me as well. The person who is helping me in production with the web site cannot log on via IE on her Mac as well (OS 9 i believe)... She has no problem though using Netscape on her Mac to the web page (it is Tomcat 4.0.1, now 4.0.2)... Her netscape is 6 i believe.

Re: integer value

2002-02-25 Thread Robin Lee
I assume that these fields are coming from a form from a previous page (ie: html/jsp)... And that you are submitting this information to a servlet, or another jsp page. One thing you are missing when testing for null is that, when coming from a previous page, it may not be null, but BLANK (ie: "

Re: servlet/jsp executing twice at the same moment

2002-01-04 Thread Robin Lee
- From: "Robin Lee" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Thursday, January 03, 2002 9:37 AM Subject: Re: servlet/jsp executing twice at the same moment > Is it just JSP's or Servlets too? My problem is just servlets (although

Re: servlet/jsp executing twice at the same moment

2002-01-03 Thread Robin Lee
ng the > > behavior. > > > > If anyone else has run across this situation, I would > > definitely like to > > know what is going on and how to resolve this issue. > > > > I'm also using IE 5.x, tomcat 3.2.x and linux. If code is > > needed

Re: Servlet running twice at the same moment.

2002-01-02 Thread Robin Lee
eeded, I'll > have to send tomorrow. > > Thanks in advance > > kb > > > > > Robin Lee > > @uls.com>cc: > Subject: Re: Servlet running twice at the same mome

Re: Servlet running twice at the same moment.

2002-01-02 Thread Robin Lee
Well, that depends on which code you would like to see? The login code is pretty basic... Here's is my validateLoginServlet... I am using a type4 jdbc driver (thinweb.tds driver). import Common.dbfiles.*; import java.io.*; import java.util.*; import java.sql.*; import javax.servlet.*; import j

Re: Servlet running twice at the same moment.

2002-01-02 Thread Robin Lee
esday, January 02, 2002 11:59 AM Subject: Re: Servlet running twice at the same moment. > > > Are you using IE browser ? > I have experienced exactly the same if I use IE - NS is doing fine :-) > > > > > > "Robin Lee" <[EMAIL PROTECTED]> on 02.01.2002

Servlet running twice at the same moment.

2002-01-02 Thread Robin Lee
Hello, I don't know why this is happening, but... It seems like whenever I run a single servlet, there are times it will run twice. As in, this... I have a login page. The user logs in. In my out log, it will show me that I have logged in twice... But in other instances, it'll show me that I

Sharing Session between frame jsp's

2001-10-31 Thread Robin Lee
Hi, This is how it works. I have a frame page with two frames (left.jsp and main.html). On the left, the user can login on the main frame by clicking on login (from the left.jsp). They can log in just fine. Session is created in the main frame. No problem. Problem is, I want to get the same s

Excel Problem

2001-10-05 Thread Robin Lee
way to try and get this to work? Thanks to anyone who can help me out. ...Robin Lee [EMAIL PROTECTED]