Re: Tomcat 3 -- reading props w/xml..

2006-03-11 Thread Bill Barker
"Frances" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Bill Barker wrote: >> "Frances" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >> >>>I'm on Tomcat 3, it comes with an xml-apis.jar, but no docs.. do you >>>know where I can find docs for it.. I'm trying t

Re: Tomcat 3 -- reading props w/xml..

2006-03-11 Thread Frances
Bill Barker wrote: "Frances" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I'm on Tomcat 3, it comes with an xml-apis.jar, but no docs.. do you know where I can find docs for it.. I'm trying to read properties with xml, can't use loadFromXML() because that method is 1.5-only..

Re: Requiring TLS with Tomcat 5.5.12

2006-03-11 Thread Bill Barker
"Jeff Krug" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Thu, Mar 09, at 09:19:PM : Bill Barker has proclaimed: >> "Jeff Krug" <[EMAIL PROTECTED]> wrote in message >> news:[EMAIL PROTECTED] >> > Is there a way to disallow the SSL 3.0 protocol? >> > >> >> protocols="TLS" on the

Re: Problems with JavaMail - catching bounced emails - help

2006-03-11 Thread Len Popp
You won't get a Java exception for that because email is delivered asynchronously. The bounce message comes back long after your program has sent the email. To catch these you'll need a program that monitors the inbox and handles the bounce messages appropriately. I don't know of such a program, bu

Re: Tomcat (5.0.25 & 5.5.15) manager webapp and UserDatabaseRealm and browser caching

2006-03-11 Thread Tim Diggins
firefox can cache passwords as well - and particularly seems to cache them in a unexpected way, when moving from different arees on the same host. Try (in firefox 1.5 anyway) in Options: Privacy : Passwords : View Saved passwords Tarang Patel wrote: I suddenly encountered Http 403 problem wh

Re: Tomcat (5.0.25 & 5.5.15) manager webapp and UserDatabaseRealm and browser caching

2006-03-11 Thread Nenad Bosanac
Well i have similar problem ,but i can`t enter anymore my admin tool. what is your default username and password that you enter ? --- Tarang Patel <[EMAIL PROTECTED]> wrote: > I suddenly encountered Http 403 problem when trying > to > access my manager app > (http://localhost:8080/manager/status

Tomcat (5.0.25 & 5.5.15) manager webapp and UserDatabaseRealm and browser caching

2006-03-11 Thread Tarang Patel
I suddenly encountered Http 403 problem when trying to access my manager app (http://localhost:8080/manager/status) 0) I am using Firefox (1.0.7) browser, the app worked fine until the one ocassion I typed in the wrong password. 1) I see no error messages in any of the log files 2) I do not see th

Proper Connection Timeout Values for mod_jk

2006-03-11 Thread Mohan Wickramasinghe
Hello In the server.xml There is no connection timeout value set What is the default value ? Should the value that is set here be equal to the value set in workers.properties file ? socket_timeout And what is the value set here..also in server.xml (connectionTimeout="connectionTimeo

Re: Problems with JavaMail - catching bounced emails - help

2006-03-11 Thread Mark Whitby
Actually I do have one further problem. Is there any way that the program can catch emails that bounce back because the to address is invalid? At the moment they just come into my inbox but I want it so that they cause an error in my code e.g Mail delivery failed: returning message to sender.

Re: Problems with JavaMail

2006-03-11 Thread Mark Whitby
Len, Thanks very much for your help, my class is now working fine. Ironically enough my smtp server is localhost as I use an ssh client to connect to my Universities mailhost via the ssh connection and then my emails go via that. Mark - Original Message - From: "Len Popp" <[EMAIL P

Re: How to enter in Tomcat Administration?

2006-03-11 Thread Nenad Bosanac
Well you said >Make that . But that shouldn't >be the culprit. How i can make username? You said >Hard to tell. Have you configured a RemoteAddrValve >to protect the manager app >or something like that? What is RemoteAddrValve and how can i configure this you also said >Do the logfiles contain a

Re: Problems with JavaMail

2006-03-11 Thread Len Popp
You need to look at the SMTP server settings in Outlook Express and use the same settings in your JavaMail config. The mail.smtp.host for example shouldn't be "localhost", it should be whatever email server Outlook Express uses (look in Tools > Accounts). -- Len On 3/11/06, Mark Whitby <[EMAIL PRO

Re: Problems with JavaMail

2006-03-11 Thread Mark Whitby
Thanks for the email Len, So if that's the case where am I going wrong with my code to get the error described in my first email? What settings do I need to change in my current configuration to get my code to work? Many thanks Mark - Original Message - From: "Len Popp" <[EMAIL PR

Re: Problems with JavaMail

2006-03-11 Thread Len Popp
Yes, you need an SMTP server. If you've got Outlook Express running, you can use the same server it's using. -- Len On 3/11/06, Mark Whitby <[EMAIL PROTECTED]> wrote: > Dear all, > > I'm currently getting the following error when trying to test the JavaMail > set up: javax.mail.MessagingException

Problems with JavaMail

2006-03-11 Thread Mark Whitby
Dear all, I'm currently getting the following error when trying to test the JavaMail set up: javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25; nested exception is: java.net.ConnectException: Connection refused: connect I'm using Tomcat 5.5 and have installed

Re: shared/lib problem

2006-03-11 Thread Larry Meadors
Unless you *HAVE* to put jars in common/lib or shared/lib, don't. You'll save a few bytes of disk space, but waste more time on goofy classloding crap (like this) that will end up costing you more than added disk space would. Larry On 3/10/06, Iratxe Etxeberria Sainz-Ezquerra <[EMAIL PROTECTED]

Re: How to enter in Tomcat Administration?

2006-03-11 Thread Markus Schönhaber
Nenad Bosanac wrote: > Thank you for your very fast response but ihave same > problem again. > I try to change tomcat-users.xml and he looks like > this > > /* > > > > > > >roles="standard,manager" /> Make that . But that shouldn't be the culpr

java.lang.StackOverflowError

2006-03-11 Thread Krishna Mangamuri
Hai i am using Tomcat 5.0.14, some times i am getting this exception Mar 11, 2006 3:12:20 PM org.apache.jasper.runtime.JspFactoryImplinternalGetPageContext SEVERE: Exception initializing page context java.lang.StackOverflowError at javax.servlet.http.HttpServletRequestWrapper.getSession(

Re: How to enter in Tomcat Administration?

2006-03-11 Thread Nenad Bosanac
Thank you for your very fast response but ihave same problem again. I try to change tomcat-users.xml and he looks like this /* /** Of course i change this xml file and start tomcat again and try

Re: How to enter in Tomcat Administration?

2006-03-11 Thread Nenad Bosanac
Thank you for your very fast response but ihave same problem again. I try to change tomcat-users.xml and he looks like this /* /** Of course i change this xml file and start tomcat again and try

Re: How to enter in Tomcat Administration?

2006-03-11 Thread Nenad Bosanac
Thank you for your very fast response but ihave same problem again. I try to change tomcat-users.xml and he looks like this /* /** Of course i change this xml file and start tomcat again and try

Re: How to enter in Tomcat Administration?

2006-03-11 Thread Markus Schönhaber
Nenad Bosanac wrote: > Hello! > I`d like to ask you how i can enter in Tomcat Web > Server Administrtaion Tool . > I don`t now the username and password ? > Is there any default adminsitrator username and > password? > By the way i have Tomcat 5.5.9 installed and working > fine. Read this: http://

How to enter in Tomcat Administration?

2006-03-11 Thread Nenad Bosanac
Hello! I`d like to ask you how i can enter in Tomcat Web Server Administrtaion Tool . I don`t now the username and password ? Is there any default adminsitrator username and password? By the way i have Tomcat 5.5.9 installed and working fine. Please help! _

Re: Defining two host

2006-03-11 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread. Thi

Re: Requiring TLS with Tomcat 5.5.12

2006-03-11 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread. Thi

Re: Tomcat jdbc settings

2006-03-11 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread. Thi

Re: Creating context and datasources using Tomcat Manager and Administrator

2006-03-11 Thread Mark Thomas
When starting a new thread (ie sending a message to the list about a new topic) please do not reply to an existing message and change the subject line. To many of the list archiving services and mail clients used by list subscribers this makes your new message appear as part of the old thread. Thi

Re: SSL trusted certificate

2006-03-11 Thread Velpi
I' m use CAS for SSO solution. I' ve create a certifiacte for my tomcat and deployed my two applications (CAS server AND client) on the same Tomcat with certificate. You might want to take a look at this: http://shib.kuleuven.be/docs/idp/install-idp-1.3-windows2003.shtml#trust we use the JVM's