RE: ``request.getAttribute()`` problems

2001-07-23 Thread Esther Kim
Hi, If you just want to get and set bean attribute, you can just use the jsp: get property and jsp: set property tags on the page you sent the form to without specifically getting the bean out of the request. [EMAIL PROTECTED] 7/20 4:55p Then the bean must be in the SESSION scope Putting

RE: jsp and tomcat 4

2001-07-18 Thread Esther Kim
We've found that if you change the name of the JSP before bringing it into Tomcat and rename it to its actual name in Tomcat, it sees the new code. You might try that.

configuring user logs for tomcat

2001-07-16 Thread Esther Kim
Hi, I'm using tomcat for both web server and app server for a web page/application (if i'm getting the terminology right) and need to have it create logs of users that access the application (ISPN and date/time). Can you please refer me to directions on how to configure this for tomcat?