Userdatabase in Ldap

2003-10-12 Thread Robert Einsle
Hy List, is it posible to store the Basic Userdate, Authentication for admin and manager-GUI, in an LDAP-Directory?? Until now, i don't find any informqrmation about that. I the an Howto available?? Thanks a lot for Help -- \Robert

Re: Difficulty in compiling a servlet.

2003-10-12 Thread Eric C
Don't you have a syntax error somewhere ? DBUpadate - Original Message - From: anunay ashish [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, October 11, 2003 2:27 PM Subject: Difficulty in compiling a servlet. Hi, The code for my bean is: package

Easy : CLASSPATH problem

2003-10-12 Thread Eric C
Hi all, I just installed tomcat 5 to benefits servlet 2.4 implementation But where shall i point my classpath to ? E:\java\jakarta-tomcat-5.0.12\jakarta-tomcat-5.0.12\server\lib ? But javac doesn't take it in consideration. There several servlet*.jar files but which one is the good one for javac

Re: tomcat jitters, then hangs - please help

2003-10-12 Thread Noam Camiel
On Thursday, October 09, 2003 10:39 PM Remy Maucherat [EMAIL PROTECTED] wrote: It is very surprising that the connector will manage to exit the accept loop without logging some kind of error (which would be in catalina.out, rather than in the main logs). Do you see some stack trace originating

Re: Easy : CLASSPATH problem

2003-10-12 Thread Eric C
... found out : set classpath to servlet-api.jar not sry for noise - Original Message - From: Eric C [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 12, 2003 10:34 AM Subject: Easy : CLASSPATH problem Hi all, I just installed tomcat 5 to benefits

org.apache.jasper.JasperException: Unable to compile class for JSP

2003-10-12 Thread Ilja
In tried installing opencms (www.opencms.org), but got the following error when running on Tomcat 5.0.7: I think this is a Tomcat 5.0.x related problem, since according to the developers it runs fine on a Tomcat 4.2.x version. They don't know where lies the problem.. The root-cause:

Re: Tomcat JDBCRealm And security-constraint in the web.xml

2003-10-12 Thread Tim Funk
Move the Realm declaration outside of the Context declaration into the Host declaration. Or refine the Realm in each context where it is needed. -Tim Caroline Jen wrote: My applications behave wierd after I configured the JDBCRealm. After experimenting in many different ways, I found that as

Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Thorsten Westmeier
Hi, if I interpret the Version-Number correctly, then it is a follower of the old JK Connector and not of the new JK2. Can I use my old uriworkermap.properties and workers.properties? Which changes has to be made in the Tomcat 5 server.xml to use the new Connector-Version 1.2.5? By default,

RE: redirect port 8080 to 443

2003-10-12 Thread Steph Richardson
You can have tomcat automatically make redirects to https ( and whatever port is configured in the redirectPort attribute of your http Connecter - 443 usually ), you can add some constraints in web.xml. Try this altered for whatever directories you want to be https only :

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Giuliano Gavazzi
At 17:04 +0200 2003/10/12, Thorsten Westmeier wrote: Hi, if I interpret the Version-Number correctly, then it is a follower of the old JK Connector and not of the new JK2. I can confirm that. Can I use my old uriworkermap.properties and workers.properties? I have just managed to build jk1.2.5

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Eric C
Hello, I read once that tomcat 5 is designed to handle the static files. Is mod_jk still necessary then ? do you have any experience on that ? Regards, ERic - Original Message - From: Giuliano Gavazzi [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 12,

tomcat5.0 source update build errors

2003-10-12 Thread Michael C. Starkie
I'm trying to update my build of tomcat5.0. I go to my $CATALINA_HOME directory and and enter: ant this is what I get: build-commons-daemon: [echo] == Building: commons-daemon BUILD FAILED file:/home/mike/dev/tomcat5.0/jakarta-tomcat-5/build.xml:482:

Re: tomcat5.0 source update build errors

2003-10-12 Thread Michael C. Starkie
Michael C. Starkie wrote: I'm trying to update my build of tomcat5.0. I go to my $CATALINA_HOME directory and and enter: ant this is what I get: build-commons-daemon: [echo] == Building: commons-daemon BUILD FAILED file:/home/mike/dev/tomcat5.0/jakarta-tomcat-5/build.xml:482:

Re: form-based authentication session.invalidate

2003-10-12 Thread Adam Hardy
Although I've no real idea what an internal tomcat SessionEvent is, it sounds like it's a bug. Give me the word and I'll enter it in bugzilla. Adam On 10/12/2003 01:57 AM Tim Funk wrote: Hmm. I always thought that when using the SSO valve, logging out of one webapp automatically logs you out

Re: [HELP!] Which key alias names to use for SSL?

2003-10-12 Thread Adam Hardy
On 10/11/2003 11:12 PM Sonny Sukumar wrote: Hi Adam, Your first step was: # keytool -genkey -alias tomcat -keyalg RSA and your last step was: # keytool -import trustcacerts -file public.crt -alias tomcat So you used the same alias (tomcat) for both the private key and the signed public

Re: [HELP!] Which key alias names to use for SSL?

2003-10-12 Thread Bill Barker
Sonny Sukumar [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] From: Bill Barker [EMAIL PROTECTED] --I reconfigured the SSL port from 8443 to 443 on our server (as well as the redirect port), and all of a sudden I can connect using SSL. I don't understand why 8443 didn't

Re: [HELP!] Which key alias names to use for SSL?

2003-10-12 Thread Sonny Sukumar
From: Adam Hardy [EMAIL PROTECTED] On 10/11/2003 11:12 PM Sonny Sukumar wrote: Hi Adam, Your first step was: # keytool -genkey -alias tomcat -keyalg RSA and your last step was: # keytool -import trustcacerts -file public.crt -alias tomcat So you used the same alias (tomcat) for both the

Re: Tomcat JDBCRealm And security-constraint in the web.xml

2003-10-12 Thread Caroline Jen
Tim: Would you explain refine the Realm in each context where it is needed? -Caroline --- Tim Funk [EMAIL PROTECTED] wrote: Move the Realm declaration outside of the Context declaration into the Host declaration. Or refine the Realm in each context where it is needed. -Tim

HOWTO: build mod_jk (1.2.5) and mod_jk2 on MacOSX.

2003-10-12 Thread Giuliano Gavazzi
I have completed a basic document on how to build these modules: http://www.humph.com/docs/mod_jk.html (update after a lng time!) it is a bit rough, but it works. Instructions scripts and binaries are at your own risk. I am not totally sure to have done mod_jk2 the proper way, it must be

Re: Tomcat JDBCRealm And security-constraint in the web.xml

2003-10-12 Thread Tim Funk
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html#Configuring%20a%20Realm -Tim Caroline Jen wrote: Tim: Would you explain refine the Realm in each context where it is needed? -Caroline --- Tim Funk [EMAIL PROTECTED] wrote: Move the Realm declaration outside of the Context

RE: Jav.util.logging URGENT

2003-10-12 Thread Galbayar
java version 1.4.1_03 Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_03-b02) Java HotSpot(TM) Client VM (build 1.4.1_03-b02, mixed mode) -Original Message- From: Joseph Krasnov [mailto:[EMAIL PROTECTED] Sent: Sunday, October 12, 2003 12:21 AM To: 'Tomcat Users List'

Re: Tomcat JDBCRealm And security-constraint in the web.xml

2003-10-12 Thread Caroline Jen
Tim: Before I posted my questions regarding the problem that I encountered, I have gone through http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html#Configuring%20a%20Realm As long as I have the JDBCRealm in the server.xml, the Tomcat does not accept security-constraint

Hosting

2003-10-12 Thread Rafael Angarita
Hi, I know this could be a little off topic, but I would like some suggestions about with alternatives to host my website (I need a mysql DB and J2EE support) Thanks in advance,

RE: Hosting

2003-10-12 Thread Richard Mixon (qwest)
We are extremely happy with the support, capabilities and overall value offered by http://www.mmaweb.net . If your site is commercial or is critical that it be available, I would check them out. We have tried some cheaper sites, but it was not worth the grief. Their support staff is very

RE: Help root context problem!!!

2003-10-12 Thread JStanczak
Yes, I did this. But the problem looks to me like the server is caching the page and not the client. Because, when you access the servlet directly it refreshes the content just fine, but when you access it through the jsp page that forwards the request it never changes after the first request.

getting Tomcat's server status

2003-10-12 Thread Parviz Deyhim
Hi, Is there any simple servlet that I can use to get Tomcat's stats as far as load and processing time goes. I know I can get all that through the manager UI, but that gives me so many other info that I dont need. It also requres auth, which I dont want. Is there any other way to get that

Re: Difficulty in compiling a servlet.

2003-10-12 Thread anunay ashish
I don't have a syntax error any where. - Original Message - From: Eric C [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 12, 2003 2:00 PM Subject: Re: Difficulty in compiling a servlet. Don't you have a syntax error somewhere ? DBUpadate -

HttpsURLConnection, Tomcat 4.1.27, and jsse.jar

2003-10-12 Thread Lukas Bradley
I'm having a strange problem with Tomcat and javax.net.ssl.HttpsURLConnection. I'm using Tomcat 4.1.27, JDK 1.4.1_04, and the jsse.jar containing the javax.net.ssl and other fine classes. I've read about certain bugs located here

Re: Tomcat JDBCRealm And security-constraint in the web.xml

2003-10-12 Thread Bill Barker
Caroline Jen [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Tim: Before I posted my questions regarding the problem that I encountered, I have gone through http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html#Configuring%20a%20Realm As long as I have the

Re: Apache Tomcat mod_jk 1.2.5 WSC configuration for Tomcat 5

2003-10-12 Thread Bill Barker
Thorsten Westmeier [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hi, if I interpret the Version-Number correctly, then it is a follower of the old JK Connector and not of the new JK2. Yes. Can I use my old uriworkermap.properties and workers.properties? Yes. No changes have