HA: JDBC Realm - changing password

2002-09-03 Thread Alex Kachanov
sorry, guys, my fault. if you use MemoryRealm - changes take place only after restart if you use JDBCRealm - changes take place after browser restart <> -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: JDBC Realm - changing password

2002-09-03 Thread Alex Kachanov
I'm sorry What is tomcat 4.1? The latest build as I know is 4.0.4 with best wishes Alexander Kachanov > -Original Message- > From: David Cassidy [mailto:[EMAIL PROTECTED]] > Sent: 3 „ƒ„u„~„„„‘„q„‚„‘ 2002 „s. 18:09 > To: Tomcat Users List > Subject: Re: JDBC Realm - changing password >

RE: JDBC Realm - changing password

2002-09-03 Thread Alex Kachanov
ou track sessions via cookies, make sure that your > browser deletes the cookie on exit. > it might be, that the cookie lifetime is not set to "0" > > cu > > MZ > > -Ursprьngliche Nachricht- > Von: Alex Kachanov <[EMAIL PROTECTED]> >

HA: JDBC Realm - changing password

2002-09-03 Thread Alex Kachanov
s like pw change don't work then Let us know D Alex Kachanov wrote: >OK, a user wants to change his password for the Tomcat protected folder. >The protection is

JDBC Realm - changing password

2002-09-03 Thread Alex Kachanov
OK, a user wants to change his password for the Tomcat protected folder. The protection is done using JDBCRealm (or MemoryRealm). The password is changed using a special servlet. OK, password is changed in the database, BUT, you have to restrat Tomcat or restart the context to make new password

RE: getRequestURI() final.

2002-07-11 Thread Alex Kachanov
I have tested it on tomcat 4.0.x (Resine, WebLogic, WebSphere) both with cookies turn of and on both cases return /index.jsp (WITHOUT any jsessionid) only on JRUN jsession is added to the name of the file with best wishes Alexander Kachanov -Original Message- From: Power-Netz (Schw

RE: getRequestURI()

2002-07-10 Thread Alex Kachanov
encoding is needed; the unchanged URL otherwise. That's off of Sun's JDK docs for J2EE 1.3. I think it danged well better have the session in it if cookies are off! I don't know why I was thinking attributes would be there ... the sessionid is really the only piece you need to tra

RE: getRequestURI()

2002-07-10 Thread Alex Kachanov
sessionid - and other cookies/params too?). Regards, Eddie Alex Kachanov wrote: >Hello! > > >This is a page: > ><%@ page contentType="text/html;charset=Shift_JIS"%> ><%@page session="true"%> > >">Check this > ><%=

getRequestURI()

2002-07-10 Thread Alex Kachanov
Hello! This is a page: <%@ page contentType="text/html;charset=Shift_JIS"%> <%@page session="true"%> ">Check this <%= request.getRequestURI() %> <%= session.getId() %> So, guys, what do you think "request.getRequestURI()" method should return when cookies are switched of in browser and you

RE: web.xml editor

2002-04-19 Thread Alex Kachanov
Ok, jsut forget it with best wishes Alexander Kachanov -Original Message- From: Oyvind Vestavik [mailto:[EMAIL PROTECTED]] Sent: 20 ?? 2002 ?. 0:33 To: Tomcat Users List Subject: RE: web.xml editor XML Spy is the best I know of.. Øyvind -- To unsubscribe:

RE: web.xml editor

2002-04-19 Thread Alex Kachanov
well, guys, you don't get it. I'm pretty confortabe with XML, I do not neet just another XML editor of IDE. I need an application that reads web.xml and shows it in confortable set of buttons check boxes, switches or whatever. Just an example: there is a application config file and there is a co

RE: web.xml editor

2002-04-19 Thread Alex Kachanov
well thanx for the lin but this is not what I'm looking for as example I would like to remind you the Properties bar in any IDE (Delphi or Visual Studio) that would be nice to have with best wishes Alexander Kachanov -Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sen

web.xml editor

2002-04-19 Thread Alex Kachanov
Hi, guys! does any one knows any gui web.xml editor that shows all application properties in nice fasion? and. yes I know I can edit web.xml with a Notepad, but some user interface would be nice. with best wishes Alexander Kachanov -- To unsubscribe: For additi