Antwort: tomcat for public IP

2005-12-16 Thread Jan Behrens
What do you mean by public IP? Are you refering to a dynamic IP? If so, what exactly is your problem - do you want to enable connections from the internet to a server accessible only through a dynamic IP, something else? Maybe you could provide some more details on what you are trying to do. Ch

Re: Many questions are left unanswered.

2005-12-16 Thread Jan Behrens
Hi, please remember that every help given here is completely voluntary and free. You can _not_ expect to receive an answer to every question and we all (I guess) have enough work to do as it is, without answering to postings we can not offer any help for. Postings like the one below - in my ex

Antwort: RE: Performance degradation under load

2005-12-16 Thread Jan Behrens
Hi Marc, it still sounds like it could be a connection pool issue to me. Which of the available connection pools are you using and how exactly have you set it up in your tomcat config? Maybe we can see something in there. Cheers, Jan Jan Behrens OFFIS FuE-Bereich Betriebliches

RE: Tomcat 5 error 404

2005-12-14 Thread Jan Behrens
you have been using the standard servlet mapping for your webapps before, check whether this is enabled by default (I think from 5.X onwards it aint) HTH, Jan Jan Behrens OFFIS FuE-Bereich Betriebliches Informationsmanagement Escherweg 2 - 26121 Oldenburg - Germany Fon: +49 4 41 97 22

Antwort: RE: Antwort: WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Jan Behrens
Impl.invoke(NativeMethodAccessorImpl.java:39 > ) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl > .java:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.apache.catalina.startup.Bootstrap.start(Bootstr

Antwort: WEB APPS OUTSIDE TOMCAT ENV 5.X

2005-12-14 Thread Jan Behrens
to point the docBase parameter to your (external) location and you are set. HTH, Jan Jan Behrens OFFIS FuE-Bereich Betriebliches Informationsmanagement Escherweg 2 - 26121 Oldenburg - Germany Fon: +49 4 41 97 22 - 187 - Fax: +49 4 41 97 22-102 E-mail: [EMAIL PROTECTED] - URL: http

Antwort: Re: Antwort: Re: Session cookies on Linux

2005-12-13 Thread Jan Behrens
t; <[EMAIL PROTECTED]> schrieb am 12.12.2005 20:22:47: > Guten Tag Jan- > did you find any restrictions in java.policy file? > Anyone else? > M > - Original Message - > From: "Jan Behrens" <[EMAIL PROTECTED]> > To: "Tomcat Users List" &g

Re: Session cookies on Linux

2005-12-13 Thread Jan Behrens
PROTECTED]> schrieb am 12.12.2005 20:22:47: > Guten Tag Jan- > did you find any restrictions in java.policy file? > Anyone else? > M > ----- Original Message - > From: "Jan Behrens" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Monday,

Antwort: Need help with deployment

2005-12-12 Thread Jan Behrens
I am not a Linux man myself but I would think that you do have a problem with the access rights - unless Tomcat is running as root, which I thing would be even worse. If not, the Tomcat user will need rw access to its webapp dir (and should own it) in order to unpack anything. HTH, Jan Mark Ph

RE: How to reload jsp using ant in Tomcat 5.5

2005-12-12 Thread Jan Behrens
Just a gues, but maybe you have antiResourceLocking turned on? see --> http://issues.apache.org/bugzilla/show_bug.cgi?id=37668 Jan "Guillermo Sobrino" <[EMAIL PROTECTED]> schrieb am 12.12.2005 18:09:28: > > Hello again, > > trying to find a solution to my problem I have discovered that in >

Antwort: Re: Session cookies on Linux

2005-12-12 Thread Jan Behrens
al/tomcat > Anyone else? > Viel Gluck, > Martin- > - Original Message - > From: "Jan Behrens" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Monday, December 12, 2005 10:51 AM > Subject: Re: Session cookies on Linux > > >

Re: Session cookies on Linux

2005-12-12 Thread Jan Behrens
l directory is ok? We are using a couple, for /temp and /work amongst others. Because the work dir is used by Tomcat just fine however, I beliebe this should be ok. Any help on this is very much appreciated. TIA, Jan Jan Behrens OFFIS FuE-Bereich Betriebliches Informationsmanagement Escher

RE: Tomcat JDBC connection with MySQL

2005-12-12 Thread Jan Behrens
> String userName = "root"; > String password = ""; > String URL = "jdbc:mysql://l/AdressBook"; Are you sure this is correct? You are connecting to a MySQL server at URL "1" and db "AdressBook" as root without a password... you should: - secure

Antwort: RE: Tomcat JDBC connection with Mysql

2005-12-12 Thread Jan Behrens
look here --> http://dev.mysql.com/doc/refman/4.1/en/connection-access.html rtfm ;) marju jalloh <[EMAIL PROTECTED]> schrieb am 12.12.2005 13:33:54: > But how to Grant permission to an ip host > > > Karthik <[EMAIL PROTECTED]> wrote: hI > > tHE PROBLEMS IS PRESENT WITHIN THE mysql SERVER,U

Re: Session cookies on Linux

2005-12-12 Thread Jan Behrens
When tomcat not see a JSESSIONID cookie at the request the can't > associate a session. > > b) StandardSession Manager store all Session at shutdown app at > work/Catalina///SESSIONS.ser > All dirs must me writeable for your tomcat user > . > Peter > > Jan

Antwort: Tomcat JDBC connection with Mysql

2005-12-12 Thread Jan Behrens
looks like your mysql user does not allow connections from the url of your tomcat. check whether access to mysql is granted to 'localhost' and (both entries!) '%'. the later should be used only for debugging however, better to include just the specific name of the tomcat hostname under named hos

Antwort: Strange behaviour with url rewrite when cookies are allowed

2005-12-11 Thread Jan Behrens
Please ignore, have opened a new thread with an updated problem description. Jan Jan Behrens <[EMAIL PROTECTED]> schrieb am 09.12.2005 11:19:02: > Hi List, > > I have a legacy webapp that I am slowly migrating to Struts. It makes > heavy use of storing / retrieving objects

Session cookies on Linux

2005-12-11 Thread Jan Behrens
leset permission's? Tomcat runs as user tomcat and I think I checked each dir Tomcat needs to write into but I am not sure where cookies are normally stored in. Is this the temp dir or somewhere else? I would be very grateful for any help or suggestions as to what to do to get this fixed. TIA,

Strange behaviour with url rewrite when cookies are allowed

2005-12-09 Thread Jan Behrens
! Cheers, Jan Jan Behrens OFFIS FuE-Bereich Betriebliches Informationsmanagement Escherweg 2 - 26121 Oldenburg - Germany Fon: +49 4 41 97 22 - 187 - Fax: +49 4 41 97 22-102 E-mail: [EMAIL PROTECTED] - URL: http://www.offis.de