Accessing tomcat folder

2008-02-29 Thread dbpatel
Hello I currently have Tomcat and Apache installed and can't access my Tomcat folders. I can access my tomcat folders if i directly put in the address in my browser, ie http://localhost/[myTomcatFolder] but i can't access them if i try http://www.myDomain.com/[myTomcatFolder]. I can however

Re: Leap-year problem with commons-net

2008-02-29 Thread David Kerber
Yes, I understood what you meant, but that is only 1 part of what I need to do: I need to retrieve the files from the ftp server before I can "touch" them, and that won't work either because of the leap year bug. So I retrieve them with a manual ftp client, and then use a gui file date/time c

Re: Leap-year problem with commons-net

2008-02-29 Thread Adam Gordon
I mean a cron job to touch the files and change the date David kerber wrote: The problem is that ftp.getfiles won't even retrieve the files from the server! It sees them as invalid because of the date issue. So I have to retrieve them manually. Yeah, I could script up that part as well,

Re: Virtual-Host issues on Apache-Tomcat

2008-02-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan, Jonathan Mast wrote: | It is a Tomcat 404 error. Okay, good. That means that Tomcat is handling the request (rather than Apache handling it) so we are probably not talking about fixing httpd configuration or your connector (mod_whatever).

Re: Leap-year problem with commons-net

2008-02-29 Thread Konstantin Kolinko
See https://issues.apache.org/jira/browse/NET-190 https://issues.apache.org/jira/browse/NET-188 - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EM

Re: Leap-year problem with commons-net

2008-02-29 Thread David kerber
The problem is that ftp.getfiles won't even retrieve the files from the server! It sees them as invalid because of the date issue. So I have to retrieve them manually. Yeah, I could script up that part as well, but I don't think it's worth it for now. Adam Gordon wrote: Dave- Just set a

Re: Leap-year problem with commons-net

2008-02-29 Thread Adam Gordon
Dave- Just set a cron job to do it every minute or (some other interval) and then you don't have to worry about it - just don't forget to remove the job tonight. --adam David kerber wrote: Yeah, that's what I've done so far today, but the files come in continuously throughout the day for a

tomcat proxy trouble

2008-02-29 Thread fan0o
Regard Here is the scenario Internet proxy server : 10.0.0.1 Tomcat server : 10.0.0.5 Internet explorer/ firefox proxy settings : 10.0.0.1 (as i mentioned 10.0.0.1 is my internet proxy server) now the trouble is that every time user need to connect to local hosted website (tomcat server running

Re: Leap-year problem with commons-net

2008-02-29 Thread David kerber
Yeah, that's what I've done so far today, but the files come in continuously throughout the day for a total of 1000 or so, and we need to process them as they come in, so I've been letting them build up and doing it every hour or so. It's a pain, and I hope they get this fixed sometime before

Re: Leap-year problem with commons-net

2008-02-29 Thread Adam Gordon
Short of downloading/patching the source code and redeploying, just a stab in the dark here, but maybe just execute "touch -d " in the offending directory/directories. There's no recursive flag though, bummer. At least it'll only be a problem for 12 more hours (MST). HTH, --adam David kerb

Re: Virtual-Host issues on Apache-Tomcat

2008-02-29 Thread Jonathan Mast
Thanks for the notes. It is a Tomcat 404 error. So I take it that I can specify a file name (index.jsp) in the configuration and it will default to that file? On Fri, Feb 29, 2008 at 10:57 AM, Christopher Schultz < [EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > >

Leap-year problem with commons-net

2008-02-29 Thread David kerber
I have found that the commons-net ftp.listfiles() fails to get files whose date on the server is on feb 29. Googling indicates that this a known problem (at least since this morning), but I haven't found a quick fix. Does anybody know of one? D

Re: Virtual-Host issues on Apache-Tomcat

2008-02-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan, Jonathan Mast wrote: | However it is usually linked, I'm obviously not an expert on this subject. | Perhaps you know a concise summary of how Tomcat and Apahce HTTPD work? Apache can be linked to Tomcat using either HTTP or AJP protocols.

Re: Virtual-Host issues on Apache-Tomcat

2008-02-29 Thread Jonathan Mast
However it is usually linked, I'm obviously not an expert on this subject. Perhaps you know a concise summary of how Tomcat and Apahce HTTPD work? thanks On Thu, Feb 28, 2008 at 1:51 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Jonathan Mast wrote: > > sorry > > > > Tomcat 5.5.1 > > Apache 1.3.3

Re: tomcat ldap authentication problem

2008-02-29 Thread Christian Andersson
we have tried it with the following.. IE6 and 7 on windows IE6 on linux (using ie4linux and wine) Firefox 2.0.12 on windows and on linux all behave the same.. all the tools we have to get information out from the ldap gives us the username out in utf-8 correctly so for me it looks like it is s

Re: tomcat ldap authentication problem

2008-02-29 Thread Christian Andersson
ofcourse, it would be better, but unfourtunally it is not up to me to enforce this policy, and we already have a lot of users with those character in both username and/or password.. we had the system up and running before but after switching the website over from ISO-8859-1 to UTF-8 it i sno l

Re: Does tomcat support multicores

2008-02-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Len, Len Popp wrote: | (Please excuse the boring licensing details, but I've seen a lot of | misinformation on this topic.) Thanks for setting the record straight. I didn't want to call Alan a liar, but I knew that his assertions were in conflict wi

Re: Does tomcat support multicores

2008-02-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alan, Alan Chaney wrote: | XP Home only supports one core - however, that would hardly be an OS for | a production web server (grin) Unless XP sees an Intel ht processor as something other than two cored, this is BS. I have XP home on one of my lapt

Re: tomcat ldap authentication problem

2008-02-29 Thread Andris Eiduks
I think that better is for userID and passwords don't use national characters. In Latvia we time after time have similar problems ... Andris Eiduks On Fri, Feb 29, 2008 at 9:53 AM, Antonio Petrelli < [EMAIL PROTECTED]> wrote: > 2008/2/20, Christian Andersson <[EMAIL PROTECTED]>: > > all our htm

Re: Questions to some mod_jk Options

2008-02-29 Thread Rainer Jung
Ahmed Musa wrote: .) retries (for LB workers) -> At the Apache we use he prefork MPM. So how big is the connection_pool ? Connection pool is per process. Unless you set a different pool size per in the configuration, the following is true: For Apache httpd we ask httpd "How many threads do y

Re: JkRequestLogFormat Options

2008-02-29 Thread Ahmed Musa
Hallo Rainer, thanks for your Input - of course i have to change my FIRST and LAST variant (the FIRST_NAME i will use to check if the worker has changed) - but you're right - i am more interested in the LAST values. Changed %T to %D -> works fine, thanks We upgraded to 1.2.26 last week - but t

Re: Tomcat load balanced with Apache HTTP Server and mod_jk

2008-02-29 Thread Rainer Jung
Hi Frannack, No, not at the moment. A partial workaround: add all balamncer members you are assuming to become valid in the future and put those, which don't yet exist into activation=Stopped Then you can put them into active without restart, once you build them up. BTW: apachectl graceful

Re: JkRequestLogFormat Options

2008-02-29 Thread Ahmed Musa
Hallo Fred, A - you're right - the missing Letter was the fault -> i checked this command so many times -but don't see this. Thanks a lot best ahmed Original-Nachricht > Datum: Thu, 28 Feb 2008 12:23:25 -0800 (PST) > Von: fredk2 <[EMAIL PROTECTED]> > An: users@tomcat.apache

I cant access my webapplication issue is now Solved!

2008-02-29 Thread Ryan Webb
Dear fellow users, I would like to thank all people who helped me solved my problem.. Problem is windows firewall I did not notice it was running. I will configure windows firewall. most reply was related to network, port and firewall.. God bless all of you. Warmest regards, Ryan Webb - Ph

Re: I can't access my webapplication from another computer

2008-02-29 Thread Antonio Petrelli
2008/2/29, Ryan Webb <[EMAIL PROTECTED]>: > > Yes I think the machine which tomcat has been installled has firewall > enabled Windows firewall.. > Do you think that is the problem? Probably. Configure Windows Firewall to open the port on which Tomcat runs. Antonio

RE: I can't access my webapplication from another computer

2008-02-29 Thread Ryan Webb
Dear Antonio, Yes I think the machine which tomcat has been installled has firewall enabled Windows firewall.. Do you think that is the problem? Thank you for replying on short notice. GodBless, Ryan Webb - Philippines> Date: Fri, 29 Feb 2008 08:47:14 +0100> From: [EMAIL PROTECTED]> To: us

Re: I can't access my webapplication from another computer

2008-02-29 Thread Partha Goswami
humm, Go the other computer, from where, u want to see, Go, its, command mode, & type, ping 192.168.1.2 & send, me the output. On Fri, Feb 29, 2008 at 1:34 PM, Ryan Webb <[EMAIL PROTECTED]> wrote: > > Dear Partha, > > My OS is windows XP professional SP2 and I configured Tomacat port to 80 > Th

RE: I can't access my webapplication from another computer

2008-02-29 Thread Ryan Webb
Dear Partha, My OS is windows XP professional SP2 and I configured Tomacat port to 80 Thanks for your quick reply.. GodBless, Ryan Webb -- Philippines> Date: Fri, 29 Feb 2008 13:16:56 +0530> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: I can't access my webapplication f