Realm problems! 4.1 vs. 5.5

2005-06-07 Thread Søren Blidorf
Hi. I am upgrading my 4.1 server to 5.5 and am having problems with the realm: Context path=/xx docBase=xxx debug=0 reloadable=true Realm name=UMRealm className=org.apache.catalina.realm.JDBCRealm debug=99 driverName=com.microsoft.jdbc.sqlserver.SQLServerDriver

Tomcat 5.5 in dos window

2005-06-03 Thread Søren Blidorf
Hi. Is it possible to start tomcat 5.5 i a dos window instead of as a service? I need it to monitor System.err.println() Soren, DK Nolas Consulting - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Tomcat 5 and STRUTS

2005-06-02 Thread Søren Blidorf
Hi. I am getting a new server and want to install the tomcat 5 instead of the 4.1. I am using STRUTS!!! Does that give any major problems Soren, DK Nolas Consulting - To unsubscribe, e-mail: [EMAIL PROTECTED] For

403 Forbidden

2005-01-19 Thread Søren Blidorf
Hi. I have setup my web.xml error page 403 Forbidden to go to my page restrictedError.jsp I cannot get it to work! Can it be because I use a danish browser where the error code is 403 Forbudt BR Soren - To unsubscribe,

SV: 403 Forbidden

2005-01-19 Thread Søren Blidorf
/internalError.jsp/location /error-page -Oprindelig meddelelse- Fra: Wendy Smoak [mailto:[EMAIL PROTECTED] Sendt: 20. januar 2005 03:00 Til: Tomcat Users List Emne: Re: 403 Forbidden From: Søren Blidorf [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Wednesday, January 19, 2005 4:08 PM

REALM and Tomcat 5 problems

2004-12-01 Thread Søren Blidorf
I have setup my realm as I am used to on tomcat 4, but now I get the following error: type Status report message The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your

SV: Problem using Tomcat User Authentication

2004-01-24 Thread Søren Blidorf
I guess you should look at session.invalidate();. BR Soren -Oprindelig meddelelse- Fra: amit varshney [mailto:[EMAIL PROTECTED] Sendt: 24. januar 2004 12:47 Til: [EMAIL PROTECTED] Emne: Problem using Tomcat User Authentication I am working in JSP/Servlets on Windows XP. I want to

Microsoft Update for XP and jsessionid error

2004-01-21 Thread Søren Blidorf
Hi. As some might know I have had problems with jsessionid. I know what is causing the problem now. It is one of the newest important updates from Microsoft Update for XP. If anybody know what the problem is please let me know Soren

SV: Microsoft Update for XP and jsessionid error

2004-01-21 Thread Søren Blidorf
More specific: 824145 Internet Explorer 6.0 security update. Could anybody try to update with that package and see if the get the same login/jsessionid problems? When uninstalling, it works again! -Oprindelig meddelelse- Fra: Søren Blidorf [mailto:[EMAIL PROTECTED] Sendt: 21. januar

SV: SV: Microsoft Update for XP and jsessionid error

2004-01-21 Thread Søren Blidorf
. Tomcat's cookies work ok. Jon Søren Blidorf wrote: More specific: 824145 Internet Explorer 6.0 security update. Could anybody try to update with that package and see if the get the same login/jsessionid problems? When uninstalling, it works again! -Oprindelig meddelelse- Fra

SV: Microsoft Update for XP and jsessionid error

2004-01-21 Thread Søren Blidorf
and jsessionid error I have IE 6.0 with the Q824145 update installed.Can you point me to a page that will exhibit trouble? I've never noticed trouble with jsessionid, but then again, I have cookies enabled. -Original Message- From: Søren Blidorf [mailto:[EMAIL PROTECTED] Sent

request.getRemoteUser() is NULL

2004-01-20 Thread Søren Blidorf
I have made a new installation of Tomcat 4.1.29 on my new DELL laptop running XP. I have copied the project to the new laptop and try set it up to work as on my work machine. I am not able to get the login to work. I am using the security-constraint in my web.xml. At first I could not get

SV: request.getRemoteUser() is NULL

2004-01-20 Thread Søren Blidorf
nothing if cookies ARE being used to maintain state). If tomcat can't use cookies and the url isn't encoded there is no way for session info to be retained between requests and a new (unauthenticated) session is started. This seems to be what you see when you hit test2.jsp. HTH, Jon Søren

SV: SV: request.getRemoteUser() is NULL

2004-01-20 Thread Søren Blidorf
() is NULL In IE: ToolsInternet Options...Privacy Tab Play with setting slider. On my dev machine mine's set to Medium and TC's cookies are accepted fine. In Mozilla: Either EditPreferences...Privacy Security category or ToolsCookie Manager Jon Søren Blidorf wrote: That did the trick. Thanks a lot

Cannot keep session

2004-01-17 Thread Søren Blidorf
Hi. My new tomcat installation cannot keep the session when logging in. When I logon to /public/ and get access and go to fx ../ the getRemoteUsername is NULL. Also only BASIC login works, not FORM. I am totally lost. Please help. Using: Tomcat 4.1.29 Windows XP Struts Soren

SV: Tomcat config

2004-01-17 Thread Søren Blidorf
I don't know if this is what you mean, but this jsp page sends mails with javaMail. BR Soren %@ page import=javax.mail.*, javax.mail.event.*, javax.mail.internet.*, java.util.*, java.lang.String % % Properties props = new Properties(); props.put(mail.smtp.host, YOUR SMTP); Session s =

SV: SV: Tomcat config

2004-01-17 Thread Søren Blidorf
Hi Humayun You can look at this for ideas: http://www.javacommerce.com/articles/SendMailUsingAuthentication.java Soren -Oprindelig meddelelse- Fra: S M Humayun [mailto:[EMAIL PROTECTED] Sendt: 17. januar 2004 13:48 Til: Tomcat Users List Emne: Re: SV: Tomcat config Thanks Soren,

Realm SQL 2000 developer edition

2004-01-16 Thread Søren Blidorf
Does anybody know of any difference between SQL 2000 standard and Developer edition? I am having problems with my realm: Context path=/um docBase=c:/projects/MY_PROJECT debug=0 reloadable=true Realm name=UMRealm className=org.apache.catalina.realm.JDBCRealm debug=99

cannot get the login to work

2004-01-16 Thread Søren Blidorf
Hi. I have installed the jakarta-tomcat-4.1.29 on my XP laptop. I cannot get the login to work. I have created a user with correct roles in tomcat-users. Every thing works on another tomcat machine. Any idears? security-constraint web-resource-collection

Realm SQL 2000 developer edition

2004-01-15 Thread Søren Blidorf
Does anybody know of any difference between SQL 2000 standard and Developer edition? I am having problems with my realm: Context path=/um docBase=c:/projects/MY_PROJECT debug=0 reloadable=true Realm name=UMRealm className=org.apache.catalina.realm.JDBCRealm debug=99

SV: Realm SQL 2000 developer edition

2004-01-15 Thread Søren Blidorf
edition is designed to give poor performance if you have more than 5 concurrent connections. Otherwise they should be the same. Mark -Original Message- From: Søren Blidorf [mailto:[EMAIL PROTECTED] Sent: Thursday, January 15, 2004 11:04 PM To: [EMAIL PROTECTED] Subject: Realm SQL 2000

beanutils.BeanComparator

2003-12-18 Thread Søren Blidorf
Hi. I am using the org.apache.commons.beanutils.BeanComparator; I am doing the following: Collections.sort(people, new BeanComparator(lastname)); How can I sort by lastname and then by firstname? If I do this: Collections.sort(people, new BeanComparator(lastname)); Collections.sort(people,

Submit form after Tomcat timeout

2003-03-13 Thread Søren Blidorf
Hi. How do I make sure that the typed in form values will be saved in the form bean, if the form is submitted after the JDBCRealm timeout. Søren Blidorf - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

SV: Submit form after Tomcat timeout

2003-03-13 Thread Søren Blidorf
: Tomcat Users List Emne: RE: Submit form after Tomcat timeout not sure I understand your question, give us an example Filip -Original Message- From: Søren Blidorf [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:07 AM To: [EMAIL PROTECTED] Subject: Submit form after Tomcat

Avoid the Tomcat to time out on my jdbcrealm

2003-03-12 Thread Søren Blidorf
Hi. How can I avoid the Tomcat to time out on my jdbcrealm. Søren Blidorf - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

SV: run tomcat 4.0.3 as service

2003-03-12 Thread Søren Blidorf
Hi. Maybe I don’t know what I am talking about, but why dont you use the one under ”services” I windows? Soren -Oprindelig meddelelse- Fra: Mariola Nowski [mailto:[EMAIL PROTECTED] Sendt: 12. marts 2003 11:12 Til: [EMAIL PROTECTED] Emne: run tomcat 4.0.3 as service

SV: Install WAR file using 4.1.18

2003-03-12 Thread Søren Blidorf
If you rename the war file to zip, you can just create the project yourself -Oprindelig meddelelse- Fra: abjett [mailto:[EMAIL PROTECTED] Sendt: 13. marts 2003 00:07 Til: Tomcat Users List Emne: Install WAR file using 4.1.18 Can anyone tell me what this thing wants to do this install

SV: Install WAR file using 4.1.18

2003-03-12 Thread Søren Blidorf
but it isn't working for me. Bob - Original Message - From: Søren Blidorf [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, March 12, 2003 5:12 PM Subject: SV: Install WAR file using 4.1.18 If you rename the war file to zip, you can just create the project yourself

JDBC Realm MS SQL 2000

2003-02-25 Thread Søren Blidorf
Hi. I am trying to create a realm login. When I use a mysql, MS Access or Oracle DB it works just fine. But when I try with MS SQL 2000 server it just does not work. Can anybody tell me why? Søren Blidorf Nolas Consulting Gustav Wiedsvej 9 DK-2860 Søborg Telefon: +45 39676513 Direkte: +45

VS: JDBC Realm MS SQL 2000

2003-02-25 Thread Søren Blidorf
=password userRoleTable=user_roles roleNameCol=rolename / /Context -Oprindelig meddelelse- Fra: Xavier Prélat [mailto:[EMAIL PROTECTED] Sendt: 25. februar 2003 13:44 Til: Tomcat Users List Emne: Re: JDBC Realm MS SQL 2000 Søren Blidorf wrote: Hi. I am trying

SV: JDBC Realm MS SQL 2000

2003-02-25 Thread Søren Blidorf
- From: Søren Blidorf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 7:51 AM Subject: VS: JDBC Realm MS SQL 2000 This is how I set it up for Access. When I change the driver settings to Oracle or MySQL it works just fine. The connection to the SQL server works just fine

Do not display the wekcome-file

2003-02-24 Thread Søren Blidorf
Hi. How can I setup my Tomcat so that the welcome-file is not shown in the adresse field http://mydomain.net/welcome-file Best regards Soren - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL