Internationalization issue

2004-05-14 Thread tomcat
Hi, How can I get a simple Internationalization tag work. I use the following JSP: [EMAIL PROTECTED] contentType=text/html% [EMAIL PROTECTED] pageEncoding=UTF-8% %-- I18N Formatting --% %@ taglib uri=http://java.sun.com/jstl/fmt; prefix=fmt % html headtitleLocalized JSP Page/title/head body p

Re: Internationalization issue

2004-05-14 Thread Eric Noel
On 5/14/2004 2:10 PM, tomcat wrote: Hi, How can I get a simple Internationalization tag work. I use the following JSP: [EMAIL PROTECTED] contentType=text/html% [EMAIL PROTECTED] pageEncoding=UTF-8% %-- I18N Formatting --% %@ taglib uri=http://java.sun.com/jstl/fmt; prefix=fmt % html

RE : JK2 still broken even in new version 2.0.4 with upload Stream ended unexpectedly error

2004-05-14 Thread Hertenstein Alain
Same for me. FileUpload never worked with JK2 connector on my configuration (W2K + IIS6 + Tomcat 4.1.29 + JK2), except with files lower than ca. 54 KB. No slow connection at all here (local network). Downgrading to JK1.2.5 : no problem ! Sad :-( -Message d'origine- De : Shane Linley

No session in tomcat 5.0.24

2004-05-14 Thread Rob Tillie
Hello all, Last night we updated our tomcat server from 5.0.16 to 5.0.24. Suddenly, the web applications don't keep the same session between requests, hereby rendering parts of our applications useless. I have searched the archives but couldn't find any usefull info. Any idea what the problem

RE: JK2 still broken even in new version 2.0.4 with upload Stream ended unexpectedly error

2004-05-14 Thread Mladen Turk
There is a fixed version that can be found at: http://jakarta.apache.org/~mturk/isapi_redirector2.zip¨ or you can build from CVS, until the 2.0.5 is released. MT. -Original Message- From: Hertenstein Alain [mailto:[EMAIL PROTECTED] Sent: 14. svibanj 2004 9:58 To: Tomcat Users List

Re: tomcat clustering

2004-05-14 Thread keita elhadji
Hi, Thank you for your answer it's working now thank you.. --- Filip Hanik - Dev [EMAIL PROTECTED] a écrit : I don't think you have even enabled clustering, did you put distributable/ in the web.xml file? also, all session attributes must be serializable Filip - Original Message

RE: No session in tomcat 5.0.24

2004-05-14 Thread Dale, Matt
I would hazard a guess that you have made configurational changes to either the server.xml or the web.xml in your older installation. I would look at all the parameters set in these files carefully and see if you can spot a difference. Ta Matt -Original Message- From: Rob Tillie

RE: No session in tomcat 5.0.24

2004-05-14 Thread Rob Tillie
I just did some more investigation. Sessions are working for every app except the most important one :). The web.xml of both apps are empty except for the body of web.xml. Pretty weird, -- Rob. -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004

RE: No session in tomcat 5.0.24

2004-05-14 Thread Dale, Matt
What about the main web.xml in the conf directory? and do you have context.xml in the META-INF directory of the app. What about server.xml is that all the same? -Original Message- From: Rob Tillie [mailto:[EMAIL PROTECTED] Sent: 14 May 2004 09:34 To: Tomcat Users List Subject: RE: No

RE: No session in tomcat 5.0.24

2004-05-14 Thread Rob Tillie
I only uncommented the invoker servlet in the main web.xml, haven't touched the server.xml. But as it works for another app on the same server, I'm guessing this couldn't be the problem? As for context.xml, I have never heard of it, and it isn't present in both webapps. Greetz, -- Rob.

RE: No session in tomcat 5.0.24

2004-05-14 Thread Dale, Matt
Thats me out of ideas then. Good luck. In tomcat version 4 you could have a context container in your server.xml. In tomcat 5 it is recommended that you have these containers in context.xml in the META-INF directory of each webapp. -Original Message- From: Rob Tillie [mailto:[EMAIL

Re: No session in tomcat 5.0.24

2004-05-14 Thread Mario Ivankovits
Rob Tillie wrote: Last night we updated our tomcat server from 5.0.16 to 5.0.24. Suddenly, the web applications don't keep the same session between requests, hereby rendering parts of our applications useless. I have experienced a simmilar problem - it looks like the session was lost between

RE: No session in tomcat 5.0.24

2004-05-14 Thread Rob Tillie
Wow, this solved my problem... thanx a lot... so simple after 5 hours of work. Greetz, -- Rob. -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 11:05 AM To: Tomcat Users List Subject: Re: No session in tomcat 5.0.24 Rob Tillie wrote: Last

RE: Default Directory

2004-05-14 Thread Andi Reinbrech
Thanks for the answer, I found a cool implementation of Resource.java which does a few nifty things and error reporting etc. It's small but works well. Another question, my web app logs to the default directory because I don't know at run time where to put my log files. Problem is, when Tomcat

Is .24 stable?

2004-05-14 Thread Andi Reinbrech
I have upgraded from .18 to .24 and now my web apps don't work anymore. They just silently terminate in the middle of the process without any exceptions. They come to a point when I instanciate a static member of another class, and the stdout.log appears to be hanging, but in fact it isn't,

German Umlauts in Tomcat5

2004-05-14 Thread Christian Traber
Hi, following example works with tomcat 4.1.30 but makes problems with tomcat 5.0.19 on SuSE9.1: Client side: // vir.shortName = Gfüllner String username = URLEncoder.encode(vir.shortName,UTF-8); // == username = Gf%C3%BCllner HttpURLConnection huc = (HttpURLConnection)

BIG Problem

2004-05-14 Thread Ivan Petrov
Hi Tomcat users, DO YOU AGREE TO CHANGE THE DEATH PENALTY FOR THOSE WHO CONTAMINATED THE BLOOD OF LYBEENS CHILDREN WITH AIDS? BTW: It is NOT the right question: Bulgarian medics DIDN'T contaminate the blood. 3 diferent independent commisions, with strong professors in aids area, told that

RE : JK2 still broken even in new version 2.0.4 with upload Stream ended unexpectedly error

2004-05-14 Thread Hertenstein Alain
Hi MT, Thanks a lot !!! I'll try this version this afternoon and tell you about it. A question : how is it that your folder (and therefore the redirector fix file) cannot be found while browsing the jakarta web site ? I mean, that's a little too bad because I asked about this on the Commons

Re: BIG Problem

2004-05-14 Thread Adam Buglass
Much as I sympathise with your problem, would you mind not sending it to mailing lists such as this where it is totally irrelevant. I would suggest enlisting the help of sympathetic religious groups, politicians, world aid organisations and most importantly Amnesty International. In the

erro pages

2004-05-14 Thread Dionisio Ruiz de Zarate
hellow. one question. how can i configure tomcat for showing one error page whe the documents doesn't exists? the HTTP 404 - HTTP 403 - . error tipes how can i configure them int tomcat conf file? thanks - To unsubscribe,

Re: erro pages

2004-05-14 Thread Tim Funk
FAQ http://jakarta.apache.org/tomcat/faq/misc.html#error -Tim Dionisio Ruiz de Zarate wrote: hellow. one question. how can i configure tomcat for showing one error page whe the documents doesn't exists? the HTTP 404 - HTTP 403 - . error tipes how can i configure them int tomcat conf file?

RE: Is .24 stable?

2004-05-14 Thread Matthew Clark
Hi Andi, Just thought I'd let you know that we upgraded our development systems to .24 a couple of days ago and have only seen improvements. We just copied our common libs over, changed CATALINA_HOME and dumped the WAR files in the webapps folder.. We were up and runnning in seconds... Our apps

RE: No session in tomcat 5.0.24

2004-05-14 Thread Matthew Clark
Context.xml is great.. But once your WAR has unpacked once, tomcat doesn't overwrite the descriptor in the config/Catalina/hostname/ directory... Rob - I assume you're not using any special session implementation?? -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: 14

Re: how to configure the cookie-path-argument

2004-05-14 Thread Christoph Meier
Benjamin, thanks for your reply. since there is some time-pressure from the project where i was confronted with the problem, i decided not to re-implement internal coyote-classes now. ... may be i do that somewhen later; i would post i here. well, but there still remains the questions where a

RemoteAddrValve and mod_jk

2004-05-14 Thread Krause Karin
Hi everybody, I have a question regarding the use of the RemoteAddrValve. I have the following scenario: Apache Web Server on a separate host, Tomcat 4.1.27 on another host. I use mod_jk 1.2.5 to connect from Apache to Tomcat. I wish to make sure that only requests from a specific Apache Server

WG: Tomcat/Windows 2000

2004-05-14 Thread Dotterweich Juergen
Dir Sirs, I have installed jakarta-slide-2.0-tomcat-4.1.30 with Axis1_1 under the operating system Windows 2000 and it runs. But I get a WARNING if I start and stop the Tomcat. The WARNING is: LOG4j:No appender could be found for logger org.apache.common.digester.Digester.sax.

RE: Is .24 stable?

2004-05-14 Thread Shapira, Yoav
Hi, 5.0.24 is stable. We (tomcat committers, the ones who decide on a release's state) don't vote stable before some rigorous testing is done. That includes the complete Sun Servlet and JSP TCK's, Tomcat's own extensive tests, and for most of the committers home-brewed or individual tests as

RE: Tomcat reboot runtime

2004-05-14 Thread Shapira, Yoav
Hi, 1. The original question was if there is some highly tomcat-specific code that enables a reboot at runtime. Spending very little time going through the source code of catalina, it seems to me that even highly tomcat- specific code does not support a reboot a runtime. This is true, which is

RE: Tomcat/Windows 2000

2004-05-14 Thread Shapira, Yoav
Hi, Make sure you configure log4j before this digester code is called. Yoav Shapira Millennium Research Informatics -Original Message- From: Dotterweich Juergen [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 9:01 AM To: '[EMAIL PROTECTED]' Subject: WG: Tomcat/Windows 2000 Dir

RE: No session in tomcat 5.0.24

2004-05-14 Thread Shapira, Yoav
Hi, Hmm, not so simple actually. I'd like to find out the root cause for this behavior, but I don't have the bandwidth. Thanks for posting the info Mario (or should we call you Mr. VFS now? ;)). Yoav Shapira Millennium Research Informatics -Original Message- From: Rob Tillie

RE: RemoteAddrValve and mod_jk

2004-05-14 Thread Ralph Einfeldt
As I understand it, the RemoteAddrValve works on the address of the client (browser) not of the webserver. I'm not using mod_jk. Back in the old days of mod_jserv there was a property ApJServSecretKey to protect a jserv instance from unauthorized access. I'm not shure if this feature survived

Re: Is .24 stable?

2004-05-14 Thread Tim Funk
This might affect a few people. [YMMV] http://marc.theaimsgroup.com/?l=tomcat-devm=108453244010621w=2 -Tim Shapira, Yoav wrote: Hi, 5.0.24 is stable. We (tomcat committers, the ones who decide on a release's state) don't vote stable before some rigorous testing is done. That includes the

RE: Is .24 stable?

2004-05-14 Thread Shapira, Yoav
Hi, Yeah, I commented on that in the other no session on 5.0.24 or something like that thread ;) We'll try to do a better job advertising and pushing the hotfix this time ;) Yoav Shapira Millennium Research Informatics -Original Message- From: Tim Funk [mailto:[EMAIL PROTECTED] Sent:

Re: erro pages

2004-05-14 Thread agarlita,dan
Hello, how about 500 Error? Compiler error? how can I catch that? Thanks, Dan - Original Message - From: Tim Funk [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 14, 2004 4:50 AM Subject: Re: erro pages FAQ

How to configure log4j in Tomcat/Windows2000

2004-05-14 Thread Dotterweich Juergen
-Ursprüngliche Nachricht- Von: Shapira, Yoav [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 14. Mai 2004 15:19 An: Tomcat Users List Betreff: RE: Tomcat/Windows 2000 Hi, Make sure you configure log4j before this digester code is called. Yoav Shapira Millennium Research Informatics

Configure log4j in Tomcat/Windows 2000

2004-05-14 Thread Dotterweich Juergen
Hello, I need to now, how to configure the log4j from Tomcat in Windows 2000. I am new with Tomcat. Thanks in advance. -Ursprüngliche Nachricht- Von: Shapira, Yoav [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 14. Mai 2004 15:19 An: Tomcat Users List Betreff: RE: Tomcat/Windows 2000

Tomcat not running on Redhat 9 (SOMRAJ)

2004-05-14 Thread Somraj Bhattacharyya
Hi all I am quite new in Tomcat. I am facing a startup error while starting up my Tomcat server. My Tomacat server version is: tomcat-4.1.30 JDK installed is: Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_11-b02)Java HotSpot(TM) Client VM (build 1.3.1_11-b02, mixed mode)

Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Clute, Andrew
We currently have a Windows2000 Apache box that forwards all requests to a RedHat EL3 box running JBoss3.2.3(Tomcat). This works great most of the times -- however we do get sporadic 500 errors on the Apache box (like the Tomcat box doesn't fulfill the requests), and a refresh of the page fixes

RE: Tomcat not running on Redhat 9 (SOMRAJ)

2004-05-14 Thread Shapira, Yoav
Hi, You have more than one error: at least two distinct ones. What jars are in your WEB-INF/lib directory? If there's a j2ee.jar there (or anywhere else in your tomcat server installation), remove it. Do you have Axis or Slide installed, thereby causing the log4j warning messages? If so, you

RE: Is .24 stable?

2004-05-14 Thread Mike Curwen
That's funny. when I first saw this, I assumed 4.1.24. When this type of thing happens, do you guys then write a test (junit?) to check for the error, and add it to the arsenal, to ensure it doesn't creep back in? I'm grasping for the one word that describes a bug that's re-introduced...

RE: Is .24 stable?

2004-05-14 Thread Shapira, Yoav
Hi, The word is regression. This is a regression defect because this was working before and a change (optimization) introduced the defect. We sometimes add a test for it and sometimes not. This issue is a bit of a pain to test because it requires a client or at least a fake client (e.g.

RE: erro pages

2004-05-14 Thread Mike Curwen
500: same way. error-code500/error-code As for compiler errors: why would you want a customized error page for this? If you're actively developing a site, when one might expect a page to be compiled and recompiled, then it's useful to see the full stack trace, etc. But once you've eliminated

Re: erro pages

2004-05-14 Thread agarlita,dan
HI, I that's ok :) I know that. I work at a JspTagLib and I want to centralize all the errors, 500 errors, JS Errors, Database ... in one ErrorManager .. I read on FAQ list that this is posible, but I don't know how... Thanks, agarlita, dan - Original Message - From: Mike Curwen [EMAIL

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Chong Yu Meng
Hi Andrew ! Clute, Andrew wrote: If it is channelUnix, I just now need to figure out this crazy 'undefined symbols: apr_md5_final' error. I wrote a document for compiling mod_jk2 on Fedora Core 1, in which I specified the necessary packages, one of which is the APR libraries. You can find

Re: unable to compile class for JSP

2004-05-14 Thread Chris Purcell
QM, thanks for the response but I decided to start from scratch using some notes that I took down the last time I got this working. I've gotten a lot further this time but I'm having a small problem that I'm about to post to the list. Chris : Binary file

[OT]Portable Progress Bar

2004-05-14 Thread Yansheng Lin
Hi, I have to generate a report from a report engine. I would like to be able to display a progress bar telling user how much longer it will take to get the report. I am developing the report on Windows platform, but the production server(tomcat4.1.24) will be linux. The report engine I will

RE: [OT]Portable Progress Bar

2004-05-14 Thread Shapira, Yoav
Hi, There have been numerous attempts (and solutions of various kinds) at a portable progress bar that can be attached to a server-side process and display updated to the user. Google shows many options: http://www.google.com/search?sourceid=navclientq=progress+bar+java+serv let Most solutions

mod_jk

2004-05-14 Thread Chris Purcell
Tomcat 4.1.30 Apache 2.0.49 tomcat-connectors-jk-1.2.5 (mod_jk) Red Hat Enterprise Linux ES 3.0 I have Tomcat and Apache both up and running okay, but I'm having a problem with mod_jk. When I try to execute .jsp pages from Apache I get a 500 Internal Server Error. I think this is a

Another stupid newbie question what is the correct name of Tomcat?

2004-05-14 Thread Coolguys
Is it Apache Tomcat Just Tomcat? Is it different for the stand alone version of Tomcat Is it different if it runs under Apache? TIA [EMAIL PROTECTED] Coolguys! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Another stupid newbie question what is the correct name of Tomcat?

2004-05-14 Thread Shapira, Yoav
Hi, You can prepend Apache in front of all Apache products if you'd like. You can prepend Jakarta in front of all Jakarta products if you'd like. All Jakarta products are Apache products by definition. Tomcat is a Jakarta product. So Apache-Jakarta-Tomcat is one name. Apache Tomcat is

RE: [OT]Portable Progress Bar

2004-05-14 Thread Yansheng Lin
Which one is the best though? Thanks -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: May 14, 2004 09:02 To: Tomcat Users List Subject: RE: [OT]Portable Progress Bar Hi, There have been numerous attempts (and solutions of various kinds) at a portable progress

RE: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Clute, Andrew
I took a look at your document, and tried to follow it, but I couldn't all of the way. You talked about need the apr packages, but those are not an option for install with RHEL3. I downloaded the packages for Fedora, but it would not install because of the following error: [EMAIL PROTECTED]

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Chong Yu Meng
Hi Andrew ! Oops ! I should have told you also that the Fedora packages do not work on RHEL. Some people already tried it. Hmm... that's odd. Did you install the devel package for httpd also ? Regards, pascal chong Clute, Andrew wrote: I took a look at your document, and tried to follow it,

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Chong Yu Meng
apr_md5_final is part of the APR utils package. What is that equivalent in RHEL ? (see : http://lxr.webperf.org/ident.cgi?i=apr_md5_final) Do you have a apr-util directory on your system? Clute, Andrew wrote: I took a look at your document, and tried to follow it, but I couldn't all of the

RE: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Clute, Andrew
Yep, did that as well. Any idea what is causing the issue? -Original Message- From: Chong Yu Meng [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 11:32 AM To: Tomcat Users List Subject: Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol? Hi Andrew ! Oops ! I

FW: Apache/Tomcat returning error 503

2004-05-14 Thread Ken Ramirez
I never got a reply from anyone for the message below, so I'm trying it once again. Thanks Setup includes: Redhat Linux 9 Apache 2.0.49 Tomcat 5.0.19 mod_jk2 After performing the appropriate installs, I can get to the Apache default page, and I can

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Chong Yu Meng
Hi Andrew, See this : http://archives.real-time.com/pipermail/tomcat-devel/2003-June/052811.html Can you locate this file : libaprutil-0.so.0 ? It may be named differently. Regards, pascal chong Clute, Andrew wrote: Yep, did that as well. Any idea what is causing the issue? -Original

apache mod_jk - tomcat paths

2004-05-14 Thread Christoph Loibl
hi! i have the following directory setup for a user: ~user/public_html/ ~user/webapps/ ~user/webapps/ROOT ~user/webapps/app1 ~user/webapps/app2 apache-webserver config: Virtualhost bla DocumentRoot path_to_userhome/public_html JkMount /webapps/* myworker /Virtualhost the

RE : JK2 still broken even in new version 2.0.4 with upload Stream ended unexpectedly error

2004-05-14 Thread Hertenstein Alain
MT, Just tried your fixed version, works like a charm !!! Thanks a lot, Alain -Message d'origine- De : Hertenstein Alain Envoyé : vendredi, 14. mai 2004 12:19 À : 'Tomcat Users List' Objet : RE : JK2 still broken even in new version 2.0.4 with upload Stream ended unexpectedly error

Re: mod_jk

2004-05-14 Thread Chris Purcell
In the Apache error.log file, I get this when I restart Apache... [Fri May 14 12:13:40 2004] [notice] SIGHUP received. Attempting to restart No worker file and no worker options in httpd.conf \nuse JkWorkerFile to set workers\n [Fri May 14 12:13:41 2004] [notice] Apache/2.0.49 (Unix)

Relocation error

2004-05-14 Thread Wehner, Terry
Title: Relocation error Hello, I am trying to load the mod_jk.conf file that is generated by my Tomcat 4.1.29 installation on Solaris 8 When starting Apache 1.3.27 I get the following error. Cannot load /opt/applocal/imt/webi/modules/mod_jk.so into server: ld.so.1:

AW: Multihosting in tomcat

2004-05-14 Thread Michael Sudkamp
There is a new project at http://centaurus.sourceforge.net which adresses these problems. Unfortunately the docs are only in german right now. Michael -Ursprungliche Nachricht- Von: Michal Kwiatek [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 11. Mai 2004 09:42 An: [EMAIL PROTECTED]

Re: BIG Problem

2004-05-14 Thread Emerson Cargnin
Send this to an ASP maillist :) look at the error I just got when accessing the page: Microsoft OLE DB Provider for SQL Server error '80004005' Cannot open database requested in login 'k-server'. Login fails. /vote/scriptlet.asp, line71 :) Adam Buglass wrote: Much as I sympathise with your

RE: Tomcat reboot runtime

2004-05-14 Thread Richard Calosso
The script will need to be a 2 stage process otherwise the kill tomcat command will kill your shell as part of its shutdown sequence and the rest of your script will not execute (no restart). Stage 1. - start disconnected sub shell for process 2 Stage 2. - kill tomcat, sleep, start tomcat In

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Nikola Milutinovic
Chong Yu Meng wrote: Hi Andrew ! Clute, Andrew wrote: If it is channelUnix, I just now need to figure out this crazy 'undefined symbols: apr_md5_final' error. I wrote a document for compiling mod_jk2 on Fedora Core 1, in which I specified the necessary packages, one of which is the APR

Custom authentication plus Realm for just roles?

2004-05-14 Thread Leonard Sitongia
Hi, Could I get some pointers into incorporating my own authentication into Tomcat's container managed security while using a JDBC realm for just the role information? We have a local authentication mechanism that provides an API with a class, for example, that returns a boolean given a

RE: Tomcat reboot runtime

2004-05-14 Thread Shapira, Yoav
Hi, Any portable solutions (that would work on windows, not just unix, and on MacOS)? Yoav Shapira Millennium Research Informatics -Original Message- From: Richard Calosso [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 12:55 PM To: 'Tomcat Users List' Subject: RE: Tomcat reboot

RE: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Clute, Andrew
Yeah, I have the file: [EMAIL PROTECTED] /]# find -name libaprutil-0.so.0 ./usr/lib/libaprutil-0.so.0 Does that help? I tried following directions on that site to no avail. Just so I can understand better, is this unresolved symbol error because the libjkjni.so was built missing a static

Symlinks and jar files

2004-05-14 Thread Irwin Williams
Hi all, I am trying to implement a web app called Dspace. For which, I am using Tomcat (v5) as a standalone servlet container on RH Linux. Everything else in the configuration seems to work fine, but when I try to plug the app into Tomcat via symlinking, Tomcat doesn't seem to find the relevant

RE: Symlinks and jar files

2004-05-14 Thread Shapira, Yoav
Hi, You're misusing the context path attribute completely, so correct that. You don't need to define a symlink in the webapps directory since you have the dspace.xml file. You don't need the Resources className=... in tomcat 5. Yoav Shapira Millennium Research Informatics -Original

Disabling Drowser Cache of UID / PW

2004-05-14 Thread Timothy_Sabin
Hi, I have a nasty security issue. I am running Tomcat 4.0.3 to run a web application. The first page is signing in. IE caches the user ID and password unless explicitely told to do otherwise. I am under a mandate to disable this caching on a global basis, but I have no idea how. Any ideas

Re: Tomcat reboot runtime

2004-05-14 Thread QM
On Fri, May 14, 2004 at 01:06:17PM -0400, Shapira, Yoav wrote: : : Any portable solutions (that would work on windows, not just unix, and : on MacOS)? A *very* alpha-tasting version is available at: http://downloads.brandxdev.net/tomcat-479785/listenexec-0.1.0alpha.tar.gz (written in Java)

RE: Tomcat reboot runtime

2004-05-14 Thread Shapira, Yoav
Hi, How would the webapp invoke this listener? Yoav Shapira Millennium Research Informatics -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 2:55 PM To: Tomcat Users List Subject: Re: Tomcat reboot runtime On Fri, May 14, 2004 at 01:06:17PM -0400,

RE: Disabling Drowser Cache of UID / PW

2004-05-14 Thread Shapira, Yoav
Hi, How is your signing in implemented? Yoav Shapira Millennium Research Informatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 2:46 PM To: [EMAIL PROTECTED] Subject: Disabling Drowser Cache of UID / PW Hi, I have a nasty security

RE: Disabling Drowser Cache of UID / PW

2004-05-14 Thread Mike Curwen
do you mean that when you revisit the login page, IE will help you to fill out the form, by pre-populating it with what it remembers from last time? This is a feature within IE itself, and should be up to a network/sys admin type person to configure all your clients to disable this feature.

RE: Disabling Drowser Cache of UID / PW

2004-05-14 Thread Mike Curwen
hm... I figured as much. Thanks IE INPUT AUTOCOMPLETE=off ... That may not work, but here's a link to a site that has on http://www.faqts.com/knowledge_base/view.phtml/aid/1174 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, May

RE: Disabling Drowser Cache of UID / PW

2004-05-14 Thread Timothy_Sabin
The user enters his user ID and password into an HTML form, and those fields are verified against an Informix database. --Tim Sabin US Courts Shapira, Yoav [EMAIL PROTECTED] 05/14/2004 03:06 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc

RE: Disabling Drowser Cache of UID / PW

2004-05-14 Thread Shapira, Yoav
Hi, I meant more specifically how the form is displayed on the browser Yoav Shapira Millennium Research Informatics -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 3:04 PM To: Tomcat Users List Subject: RE: Disabling Drowser Cache of UID

RE: Disabling Drowser Cache of UID / PW

2004-05-14 Thread Timothy_Sabin
The form is displayed via a JSP through Tomcat. Shapira, Yoav [EMAIL PROTECTED] 05/14/2004 03:26 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To Tomcat Users List [EMAIL PROTECTED] cc Subject RE: Disabling Drowser Cache of UID / PW Hi, I meant more specifically how the

Re: [ANN] Apache Tomcat 5.0.24 Stable released

2004-05-14 Thread Zachary Hartley
Remy Maucherat wrote: The Tomcat Team announces the immediate availability of Apache Tomcat 5.0.24 Stable. Please refer to the changelog for the list of changes. Where is the changelog? I've searched the site _and_ the release (binary and source). How about making the changelog easy to find or

Re: [ANN] Apache Tomcat 5.0.24 Stable released

2004-05-14 Thread Nathan Maves
Click on 5.0 Documentation then look on the bottom left. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/changelog.html Nathan On May 14, 2004, at 1:44 PM, Zachary Hartley wrote: Remy Maucherat wrote: The Tomcat Team announces the immediate availability of Apache Tomcat 5.0.24 Stable. Please

RE: [ANN] Apache Tomcat 5.0.24 Stable released

2004-05-14 Thread Shapira, Yoav
Hi, The Tomcat Team announces the immediate availability of Apache Tomcat 5.0.24 Stable. Please refer to the changelog for the list of changes. Where is the changelog? I've searched the site _and_ the release (binary and source). How about making the changelog easy to find or providing a

Re: [ANN] Apache Tomcat 5.0.24 Stable released

2004-05-14 Thread Zachary Hartley
Shapira, Yoav wrote: We had such a good day on the list, all competent and professional posts, and then comes this one to ruin my optimism about people in this otherwise sunny afternoon. Hey, don't get pissy with me. How was I supposed to know where it was? Just because you have put it in the

Re: mod_jk load balanced worker lists in apache 1.3

2004-05-14 Thread Graham Bleach
Hi Bill, Thanks for the reply. A late follow up I know, but I have been thinking about this in more detail and looking at the code again. On Sat, May 08, 2004 at 01:03:25PM -0700, Bill Barker wrote: On a related matter, if the worker list is stored in process memory, I wonder if there is any

Re: Disabling Drowser Cache of UID / PW

2004-05-14 Thread Ben Souther
I am under a mandate to disable this caching on a global basis, but I have no idea how. Any ideas out there? It's interesting that someone would mandate functionality before finding out if it's possible. While they were at it they should mandate that Outlook be made secure. -- Ben Souther

Odd deployment problem

2004-05-14 Thread Poorav Sheth
I am using Tomcat 4.1.30 with a SQL Server 7.0 database. Since I needed a DataSource, I modified the Tomcat server.xml as follows: Context path=/StrutsTest docBase=StrutsTest.war debug=1 reloadable=true Logger className=org.apache.catalina.logger.FileLogger prefix=localhost_StrutsTest_log.

The requested resource () is not available

2004-05-14 Thread Haroon
Hi, I am testing a struts Servlet, it is working fine on my development machine Which is running Tomcat 4.3 (standalone) However, when I deployed the application to production server running Tomcat 4.1.29/Apache/1.3.27 using mod_jk I it is giving me The requested resource () is not

Re: Tomcat reboot runtime

2004-05-14 Thread QM
On Fri, May 14, 2004 at 03:05:41PM -0400, Shapira, Yoav wrote: : Reply-To: Tomcat Users List [EMAIL PROTECTED] : How would the webapp invoke this listener? The listener would be started outside of the container, in a separate process. A (protected) JSP/servlet run wihtin the container would

RE: German Umlauts in Tomcat5

2004-05-14 Thread Yansheng Lin
The default uri-encoding is not UTF-8 anymore, so you cannot use GET unless you explicitly specify the URIEncoding attribute to be UTF-8 in your connector. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html -Yan -Original Message- From: Christian Traber [mailto:[EMAIL

Re: Tomcat reboot runtime

2004-05-14 Thread QM
It just hit me -- what about a (protected) servlet that spawns a daemon thread, which in turn calls Runtime.exec( tomcat stop / start script)? Admittedly, I'm hazy on my Java threading right now, but if that would work then it's something that's completley within the container, and no more than

Re: mod_jk

2004-05-14 Thread Graham Bleach
On Fri, May 14, 2004 at 12:11:25PM -0400, Chris Purcell wrote: In the Apache error.log file, I get this when I restart Apache... [Fri May 14 12:13:40 2004] [notice] SIGHUP received. Attempting to restart No worker file and no worker options in httpd.conf \nuse JkWorkerFile to set workers\n

HTTP BASIC Authentication

2004-05-14 Thread SH Solutions
Hi Our CMS is using it's own security control system. We can login users using forms. Now I want to use BASIC Authentication. So (upon clicking a special link) a login form should appear (browser build-in) and I need to get the username and password inside my servlet. How can I do this? Any

Re: Relocation error

2004-05-14 Thread Graham Bleach
On Fri, May 14, 2004 at 12:21:27PM -0400, Wehner, Terry wrote: Hello, I am trying to load the mod_jk.conf file that is generated by my Tomcat 4.1.29 installation on Solaris 8 When starting Apache 1.3.27 I get the following error. Cannot load /opt/applocal/imt/webi/modules/mod_jk.so into

Re: [ANN] Apache Tomcat 5.0.24 Stable released

2004-05-14 Thread Sasha Borodin
LOL...Dude it wasn't what you asked...but how you asked it. Don't get pissy when asking for free help on a free product. Have a good weekend everyone! -Sasha From: Zachary Hartley [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] Date: Fri, 14 May 2004 16:07:58 -0400 To:

Re: HTTP BASIC Authentication

2004-05-14 Thread Fabrizio Fabbri
SH Solutions wrote: Hi Can use Acegi spring security. or much simple use the HTTP protocol with the servlet - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Odd deployment problem

2004-05-14 Thread Paul Mitchell
Check your Host unpackWars attribute- it could be set to false. Try setting it to true. --- Poorav Sheth [EMAIL PROTECTED] wrote: I am using Tomcat 4.1.30 with a SQL Server 7.0 database. Since I needed a DataSource, I modified the Tomcat server.xml as follows: Context path=/StrutsTest

RE: [ANN] Apache Tomcat 5.0.24 Stable released

2004-05-14 Thread David Rees
Shapira, Yoav wrote: The changelog is where it's always been since we've started publishing it, on the front page of the docs, in the left-hand navigation bar, near the bottom. Since your search skills are clearly lacking, here's a direct URL:

5.0.24 HotFix Answer

2004-05-14 Thread Schalk
Hi there What do I install the Hot Fix for Tomcat 5.0.24? Do I just overwrite the /server/classes/org/apache/coyote/tomcat5/CoyoteAdapter.class? Or is there something more that needs to be done? Kind Regards Schalk Neethling Web Developer.Designer.Programmer.President

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Chong Yu Meng
Are you using mod_jk2 binaries (RPM packages) or source ? Clute, Andrew wrote: Yeah, I have the file: [EMAIL PROTECTED] /]# find -name libaprutil-0.so.0 ./usr/lib/libaprutil-0.so.0 Does that help? I tried following directions on that site to no avail. Just so I can understand better, is this

Re: Tomcat and HTTPD on the same box: What's the best mod_jk2 protocol?

2004-05-14 Thread Chong Yu Meng
Hi Nikola , I know what you mean. It is very alarming when you need to install a veritable sh*tload of packages just to get one small connector built.;) This was one of my gripes about Red Hat initially, but now I've learned to tolerate and even love it. ;) Regards, pascal chong Nikola

  1   2   >