PasswordPrompter howto?

2001-11-01 Thread Dario Novakovic
how do i work with add-on modules? i downloaded PasswordPrompter.war and placed it in modules dir. it is properly deployed (unpacked) but i don't know hoe to use it. i coludn't find any docs about it. can i get some guideance please? thanx

add-on modules

2001-10-31 Thread Dario Novakovic
how do i use PaswordPrompter module for tomcat 3.3? i didn't find any documentation about it. if there is some docs, please let me know. how do i make modules myself? thanx, dario __ Do You Yahoo!? Make a great connection at Yahoo! Personals.

Finaly!!!!

2001-10-31 Thread Dario Novakovic
thanks god, we've got the forum! many people suggested this way of communication long time ago, but mailinglist owners diagreed. i hope these forums will soon prove how usefull they are and show all benefits compared to mailing list. thanks everybody involved in getting this done! dario

tomcat acts strange (servlet reloading)

2001-10-26 Thread Dario Novakovic
i have very weird problem with tomcat 3.2.3. for example i have html page which calls servlet. everything is fine when i start tomcat. now when i recompile servlet and try to call it again, this is what i get: Internal Servlet Error:java.lang.IllegalStateException: Can't happen -classname is

mailing list or news group??

2001-05-17 Thread Dario Novakovic
hi people! i've been subscribed to this mailing list for some time and the only conclusion i've got is THIS MAILING LIST IS LOOSING ITS PURPOSE i can't believe that mailing list owners don't realize that news groups is perfect solution for this. what am i supposed to do with 300 or more mails

Re: AW: mailing list or news group??

2001-05-17 Thread Dario Novakovic
--- Ralph Einfeldt [EMAIL PROTECTED] wrote: This topic has been discussed several times. that means subscribers want it and it is time to switch to news and web based forum is not bad idea The reasons you mention can be adressed by a proper organisation of the mail client: - Most

jsp engine init params

2001-05-15 Thread Dario Novakovic
how do i set init parameters for jsp engine? i wnat to stop keeping generated sources from jsp files. there is an example in tomcat faq how to edit web.xml to pass init params (keepgenrated=false) to jsp engine but it doesn't work for me. infact any request to that context is not recognized by

setting default locale

2001-05-03 Thread Dario Novakovic
i developed web aplication on win98 and i set default locale by setting system properties user.language and user.region to preferred values. everything worked fine, dates were displayed in my native language. however, aplication is deployed on linux and i properties ares set to correct values but

JDBC realm authentication

2001-01-21 Thread Dario Novakovic
i want to use database for (form based) user authentication but problem is that i have crypted user passwords and JDBCRealm.class expects plain passwords. Would it be enough if i change JDBCRealm class to encrypt password typed in the form before it checks it against password in the database? i

startup tomcat

2001-01-17 Thread Dario Novakovic
i run tomcat3.2 on linux box and i haven't got much expirience with linux so idon't know how to load tomcat on startup and i have to start ti allways manualy. i tryed placing startup.sh in rclocal and rcd.3 but it didn't work. what is a proper way to make tomcat start everytime my box is booted.

declaring variables?

2001-01-11 Thread Dario Novakovic
how can i declare variable in jsp page with, ie, session scope? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

reloading JSPs

2001-01-11 Thread Dario Novakovic
is there something wrong with reloading JSP pages? i nearly went mad today before i figured out that there is problem with reloading. problem is with pages which are included with include directive. i tried to delete everything from work directory but it still stays the same. i noticed that

using ajp13?

2001-01-06 Thread Dario Novakovic
how am i supposed to make my webapps use ajp13 protocol? i use auto-created mod_jk.conf-auto config file, and, by defaults, every context is setup to use ajp12 protocol. i have both workers (ajp12,ajp13) and ajp13 connector set up.

Re: redirect to a static page from tomcat to apache

2001-01-02 Thread Dario Novakovic
why does it say in api docs that sendRedirect() "Sends a temporary redirect response"? what is temporary in this case? - Original Message - From: "Boaz Shaham" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, 02 January, 2001 08:53 Subject: RE: redirect to a static page from