iis_redirect.log file help

2002-10-22 Thread Seth Brahler
i've got a log file that is building out of control. it is already up to 1 Gig. i've tried to delete it, but it tells me it is in use. i've stopped iis and i've stopped tomcat and i still can't delete it. how can i turn off logging to iis_redirect.log? i still want jasper.log to be created.

JSP Form Problem

2002-10-04 Thread Seth Brahler
I know this is a Tomcat list, but my back is against the wall and I'm hoping someone can help. I just discovered that my form breaks if the user types in an apostrophe. On the process page, i am setting the passed variable to a string. filelocation is the name of my text field: String

General Error when back button hit

2002-09-23 Thread Seth Brahler
I have a simple form with a processing page. When the back button is hit after the form processes I get this error: Error 500 javax.servlet.ServletException: General Error The page is then completely broken until I shutdown and restart Tomcat. How can this be avoided, as surely a user will

Why would back-button cause an error

2002-09-23 Thread Seth Brahler
I have two JSP pages, a form and a processing page. When the back button is hit after the form processes, it throws a 500 general Servlet error and I have to stop and start Tomcat to get the page back. Thank you. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

dates.JspCalendar

2002-09-17 Thread Seth Brahler
I don't know if I have configured Tomcat incorrectly, but when I copy the code from examples/jsp/dates/date.jsp (where it works) and place the it anywhere else, I get the error: Unable to load class /dates.JspCalendar What am I missing? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

Problem Importing Class

2002-09-17 Thread Seth Brahler
I have set my CLASSPATH to point to: C:\Inetpub\wwwroot\jakarta-tomcat-3.2.3\webapps\examples\WEB-INF\classes\dates\JspCalendar.class; But when I place: %@page import=JspCalendar% on a JSP page where I need to display dates, I get thrown an error (Class JspCalendar not found in import) Thank

Problem with getting MAX value

2002-08-28 Thread Seth Brahler
This is a simple query but it not working. Select MAX(id) from tlbRequests I get an error saying column not found. I know the column is there. In fact, the query works when I removed MAX. Can someone please advise. Thank you. Seth -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For

RE: Tomcat looses session with IE5

2002-06-27 Thread Seth Brahler
: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] Seth Brahler HR Information Systems Cornell University Office of Human Resources 337 Pine Tree Road East Hill Plaza Ithaca, New York 14853 607-255-9696 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

can jsp's import text?

2002-06-27 Thread Seth Brahler
For example, in Cold Fusion you can use a HTTP tag that will bring any page's HTML and deliver it as a string. Then you can parse the string as you wish and display it on your site. Can this be done in JSP? Seth Brahler HR Information Systems Cornell University Office of Human Resources 337

logging problem

2002-06-25 Thread Seth Brahler
i am using tomcat 3.2.2. i noticed that my log file (jasper.txt) gets flushed every time the server is shut down. how can i prevent this? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]