old tomcat behavior?

2002-10-18 Thread Mark Goking
is this an old tomcat behavior? if im logged in and my last page is page1.jsp and my session times out so im redirected to /login.jsp. problem is after logging in, it redirects me back to page1.jsp. i dont want it to be this way. is there a way to manually set the page to go to should be

tomcat's web xml

2002-10-22 Thread Mark Goking
in your web.xml suppose your login page is login.jsp so when you go to a url, it shows u the login page before you are able to access the page that you wish to access how can you set it in the configuration such that when the webserver shows you the login page, it simulates a redirection so

how to set timeout in jboss/tomcat

2002-11-05 Thread Mark Goking
hi call, im using jboss/tomcat combo where can you set the timeout of the session? what file? i tried placing it in web.xml but it somehow disrupts the code of my jsp page. i had to take it out. i figure it may be somewhere in the conf/ directory ? but im guessing this will be effective for

where and how to set session time out to 1 hr?

2002-11-07 Thread Mark Goking
where and how to set session time out to 1 hr? im using jboss-tomcat combo mark --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.410 / Virus Database: 231 - Release Date: 10/31/2002 -- To unsubscribe, e-mail:

RE: Session and IP

2002-08-14 Thread Mark Goking
im using tomcat 4.04 and this is my code for using the jdbc realm in the server.xml Realm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=oracle.jdbc.driver.OracleDriver connectionURL=jdbc:oracle:thin:@dev10:1521:dev10

JDCB realm problem

2002-08-14 Thread Mark Goking
im using tomcat 4.04 and this is my code for using the jdbc realm in the server.xml Realm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=oracle.jdbc.driver.OracleDriver connectionURL=jdbc:oracle:thin:@dev10:1521:dev10

tomcat doesnt have a target=_top option

2002-08-14 Thread Mark Goking
i think ive read this problem before but i havent found any replies that offered a solution. or i may have missed it i remember someone saying using the deprecated base target=_top ? coz it wouldnt look nice if your login page is below the frame where the user did his interacting on the

RE: tomcat doesnt have a target=_top option

2002-08-14 Thread Mark Goking
John Naldoza, Jacob yo, ill check out the base solution. thanks man --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002 -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED]

where can i download request taglib

2002-08-15 Thread Mark Goking
anyone know the link to download the request taglib ? this is the main page that i went to but i couldnt find a download link within this page http://jakarta.apache.org/taglibs/doc/request-doc/request-1.0/index.html#javadocs mark --- Outgoing mail is certified Virus Free. Checked by AVG

Illegal target of jump or branch

2002-08-16 Thread Mark Goking
hi all, what do you think of this problem Illegal target of jump or branch i dont know what's wrong with this because my other codes are working fine and there's a portion of my code that is the cause of this error. what baffles me is that if i take this out, it works fine. but my the other

hi all

2002-08-16 Thread Mark Goking
hi this is my error, and im using jakarta standard tag libs System Replied: javax.servlet.ServletException: (class: org/apache/jsp/caselist$jsp, method: _jspService signature: (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V) Illegal target of jump or branch

RE: hi all

2002-08-16 Thread Mark Goking
capr1ce yyou are right. ur url stated that The spec of the JVM states in ý 4.10: * The amount of code per non-native, non-abstract method is limited to 65536 bytes Given that JSPs are compiled into java class methods, the length of a single JSP page is limited my compiled jsp page

unsubscribing to this mailing list

2003-01-06 Thread Mark Goking
why cant tomcat mailing list manually remove users? ive been trying to remove myself from the mailing list for four darn months yet it still cant?!? im hoping that som admin here can manually remove me because there is no other way mark --- Outgoing mail is certified Virus Free. Checked by

RE: unsubscribing to this mailing list

2003-01-06 Thread Mark Goking
. Is that what you are using? John -Original Message- From: Mark Goking To: Tomcat Users List Sent: 1/6/03 8:13 PM Subject: unsubscribing to this mailing list why cant tomcat mailing list manually remove users? ive been trying to remove myself from the mailing list for four darn months yet

How to autologin in j_security_check

2005-08-16 Thread Mark Goking
Hi Havent found any close links in google so my last resort would be here.. Has anyone tried autologin using j_security_check? This is the scenario. I wish to pop open a window with the login page. However I want to autologin the account opening the window. I used

Passing parameter upon login using j_security_check

2005-08-21 Thread Mark Goking
Is it possible to pass a parameter upon login using j_security_check and passing that parameter to index.jsp? thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Passing parameter upon login using j_security_check

2005-08-21 Thread Mark Goking
, 2005 9:20 PM To: Tomcat Users List Subject: Re: Passing parameter upon login using j_security_check --- Mark Goking [EMAIL PROTECTED] wrote: Is it possible to pass a parameter upon login using j_security_check and passing that parameter to index.jsp? thanks

Anyone familiar where SavedRequest class can be found?

2005-08-21 Thread Mark Goking
Anyone know which jar file this belongs? I found this article, and this could be the solution to retaining request parameters after logging in http://sourceforge.net/tracker/?group_id=59484atid=491164func=detaila id=766413 -

RE: Java 1.4.2_08 and up breaks Jstl

2005-08-22 Thread Mark Goking
As what allistair mentioned, please check if the object person is null, if it's not, then test if person.language is null. -Original Message- From: Christoph Kutzinski [mailto:[EMAIL PROTECTED] Sent: Monday, August 22, 2005 5:27 PM To: Tomcat Users List Subject: Re: Java 1.4.2_08 and

Securityfilter for authentication

2005-08-23 Thread Mark Goking
Has anyone here used securityfilter for authetntication? The samples doesn't have any database realm example. If anyone got this working using db for authetnication pls let me know, I would like to ask some questions thanks -

RE: Securityfilter for authentication

2005-08-23 Thread Mark Goking
I have the security filter .jar in my /lib directory but not the /lib directory of the webapp. But the server's /lib. -Original Message- From: Andrew Stepanenko [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 23, 2005 8:21 PM To: Mark Goking Subject: Re: Securityfilter

Using securityfilter in jboss/tomcat

2005-08-23 Thread Mark Goking
Hi, Ive successfully used securityfilter with jboss/tomcat. But the problem is, securityfilter has a securityfilter-config.xml and within this is required a realm tag for db authentication. If I don't use securityfilter, I can just add this line realm-namemark-login/realm-name (which is

Passing parameter upon login using j_security_check

2005-08-24 Thread Mark Goking
There was someone who posted 2 yrs ago about a fix for this. But it involved modifying the source code of SavedRequest.class in the catalina.jar Here is the url of that post http://sourceforge.net/tracker/?group_id=59484atid=491164func=detaila id=766413 I went to tomcat site but I couldn't