RE: Where do context end?

2004-11-01 Thread Benson Margulies
: Monday, November 01, 2004 7:15 AM To: TomcatUsers Subject: SV: Where do context end? I have a resourcelink. .. I can successfully perform my lookup from a struts-action but not from a class that my struts-action uses. Do you say that I have to define a resource-link to classes that doesn't have

Where do context end?

2004-10-31 Thread Roland Carlsson
Hi! I encounterd what I thought to be a little curiosity this weekend. I tried to call a GlobalNamingResource from a class that I'm using as homegrown PersistenceManager, ie it doesn't have anything to do with the webapplication except that it is packaged inside the webapp that uses it. I do the

RE: Where do UnavailableExceptions get reported?

2004-10-26 Thread Chris Bergstresser
() for servlet uethrower threw exception javax.servlet.UnavailableException: MY UE MSG at myWebApp.test.UEThrower.doGet(UEThrower.java:24) ... 2004-10-25 17:30:31 StandardContext[/ao]Marking servlet uethrower as unavailable Uh, where is this log file? I have a Tomcat 5.0 directory, and under

RE: Where do UnavailableExceptions get reported?

2004-10-26 Thread Steve Kirk
: Wednesday 27 October 2004 01:56 To: 'Tomcat Users List' Subject: RE: Where do UnavailableExceptions get reported? Steve Kirk wrote: At a guess, you are seeing the UnavailableException manifested as a 404 error in your browser, like this: HTTP Status 404 - Servlet hemlock

RE: Where do UnavailableExceptions get reported?

2004-10-25 Thread Shapira, Yoav
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 22, 2004 6:44 PM To: [EMAIL PROTECTED] Subject: Where do UnavailableExceptions get reported? Hi all -- I just installed Tomcat, and created a servlet, and installed it. It worked. I then added an init() method, which also worked

RE: Where do UnavailableExceptions get reported?

2004-10-25 Thread Steve Kirk
team as suggested by Yoav. Let me know if your problem is similar, and I'll add it to my report. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Monday 25 October 2004 14:18 To: Tomcat Users List Subject: RE: Where do UnavailableExceptions get reported? Hi

RE: Where do UnavailableExceptions get reported?

2004-10-25 Thread Chris Bergstresser
Steve Kirk wrote: ...I think you'll find that the Tomcat error page (or your own custom error page, if configured) will automatically strip the outer ServletException layer off and report the underlying UnavailableException. That's a possible workaround. But the JavaDocs are pretty

RE: Where do UnavailableExceptions get reported?

2004-10-25 Thread Steve Kirk
web.xml specifies an error-page for UnavailableException, there _shouldn't_ be any need to wrap an UE inside a SE anyway. But, back to your original question: Where does it go? If it disappears, what good is having UnavailableExceptions being thrown? I've had problem with error and exception

Where can I find mod_jk2 for apache 1.3?

2004-10-25 Thread Sergey Kamshilin
Hi all, Trying to find the subj. The link on jakarta web site has a tar file with mod_jk2 for apache 2. The readme file states that there should be a version for apache 1.3 but it's not there. Does anybody have idea where can I download it from? Thank you! /Sergeyk

RE: Where do UnavailableExceptions get reported?

2004-10-24 Thread Chris Bergstresser
QM wrote: On Fri, Oct 22, 2004 at 06:44:07PM -0400, [EMAIL PROTECTED] wrote: ...the message I specified in the exception I threw does not show up -- not in the logs, not when I reload the servlet in the manager, not on the page when I try to run the servlet. I searched all the available

Where do UnavailableExceptions get reported?

2004-10-22 Thread chris
in the Apache install directory, and it's not in any of them. Where does it go? If it disappears, what good is having UnavailableExceptions being thrown? -- Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Where do UnavailableExceptions get reported?

2004-10-22 Thread QM
On Fri, Oct 22, 2004 at 06:44:07PM -0400, [EMAIL PROTECTED] wrote: : Finally, I changed my init : method to throw an UnavailableException if a configuration variable wasn't : specified. :Now, obviously, I get an The requested resource (Servlet hemlock is not : available) is not available

RE: where is Catalina.out

2004-10-14 Thread Dale, Matt
Are you running tomcat as a service? -Original Message- From: Fred Yu [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 03:00 To: [EMAIL PROTECTED] Subject: where is Catalina.out Does anyone know why I can not find Catalina.out file under logs directory? I followed steps to install

RE: where is Catalina.out

2004-10-14 Thread Fred Yu
No, I run tomcat by executing startup.bat. -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 9:52 PM To: Tomcat Users List Subject: RE: where is Catalina.out Are you running tomcat as a service? -Original Message- From: Fred Yu

RE: where is Catalina.out

2004-10-14 Thread Dale, Matt
I've got no ideas then, i've never had this problem. -Original Message- From: Fred Yu [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 10:03 To: Tomcat Users List Subject: RE: where is Catalina.out No, I run tomcat by executing startup.bat. -Original Message- From: Dale, Matt

Where can I get mod_jk-2.0.42.so?

2004-10-12 Thread Brenner, Andrea
Hi, some time ago there was a download link for mod_jk-2.0.42.so at jakarta.apache.org, but it seems they have a new website structure now and I am not able to find this file there anymore. Is this file no more needed? I'm trying to set up an intranet solution and following the instructions

Re: Where can I get mod_jk-2.0.42.so?

2004-10-12 Thread QM
On Tue, Oct 12, 2004 at 02:29:40PM +0200, Brenner, Andrea wrote: : I'm trying to set up an intranet solution and following the instructions : included apache 2 now asks for mod_jk-2.0.42.so. I installed the apache : tomcat jk2 connector rpm, but this module file is not on the pc. You can list

Where is Catalina.out?

2004-10-11 Thread Fred Yu
Hi I just downloaded and unpacked tomcat 5.0.28 to window 2000 machine. I deployed my web war file and am able to run it through window explorer. But I can not find Catalina.out file under logs directory. The tomcat is in default configuration. Can anyone tell me why? Cheers Fred

RE: Where is Catalina.out?

2004-10-11 Thread Sng Wee Jim
, 2004 10:49 AM To: [EMAIL PROTECTED] Subject: Where is Catalina.out? Hi I just downloaded and unpacked tomcat 5.0.28 to window 2000 machine. I deployed my web war file and am able to run it through window explorer. But I can not find Catalina.out file under logs directory. The tomcat

RE: Where is Catalina.out?

2004-10-11 Thread Fred Yu
PROTECTED] Subject: RE: Where is Catalina.out? On windows the logs will go to TOMCAT_HOME/log directory. It will appear in file localhost_log.-MM-dd.txt Correct me if I am wrong, Catalina.out is only created when tomcat is running on unix. - Jim -Original Message- From: Fred Yu [mailto

Re: Where is Catalina.out?

2004-10-11 Thread Hassan Schroeder
Sng Wee Jim wrote: Correct me if I am wrong, Catalina.out is only created when tomcat is running on unix. OK, you're corrected :-) I see catalina.out created on W2K as well as Mac OS X, Linux... -- Hassan Schroeder - [EMAIL PROTECTED] Webtuitive Design === (+1)

where can i get jkjni.dll for windows.

2004-10-04 Thread Sato
hi, where can i get jkjni.dll for win32 to run apache with tomcat as inmemory process(mod_jk2)? regards, 0xcafebabe - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Other Question - RE: Help - Newbie questions - where are the uplo aded files stored ?

2004-09-11 Thread MATHOT Jacques
-Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: vendredi 10 septembre 2004 14:54 To: Tomcat Users List; Arun Prasad R Subject: RE: Help - Newbie questions - where are the uploaded files stored ? Hi, Both this and the original poster's intent are pretty bad as far

Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread MATHOT Jacques
Hi All, I am implementing an upload function for my web applications using Tomcat 4.0.14 server. I was expecting the files to be stored on the root directory of my application and not in one of the own Tomcat directories. How can I specify that the directory to be used is my application root

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Arun Prasad R
hi you can set a session property like System.setProperty(user.dir, /your/application/home); this will change the applications current working dir. i have not checked the side effects. whether tomcat will be affected by this action or not arun On Fri, 10 Sep 2004 12:00:45 +0200, MATHOT Jacques

RE: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Shapira, Yoav
that the Servlet Specification guarantees only one place where you can write files: the directory accessible via (File) getServletContext().getAttribute(javax.servlet.context.tempdir). If you want another directory, set it as an init-parameter to your upload servlet or your servlet context, or maybe even a JNDI

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread erh
On Fri, Sep 10, 2004 at 12:00:45PM +0200, MATHOT Jacques wrote: I am implementing an upload function for my web applications using Tomcat 4.0.14 server. I was expecting the files to be stored on the root directory of my application and not in one of the own Tomcat directories. How can I

RE: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Shapira, Yoav
Hi, This message and any files transmitted with it are legally privileged and intended for the sole use of the individual(s) or entity to whom they are addressed. If you are not the intended recipient, please notify the sender by reply and delete the message and any attachments from your

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread erh
On Fri, Sep 10, 2004 at 10:57:18AM -0400, Shapira, Yoav wrote: Isn't that crap self-evident? ;) Most companies attach such footers and related disclaimers or legal notices to all outgoing mail, and most users can't control it. well then you shouldn't be using a work email address to

Re: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread John Villar
Actually, the list and all its recipients are the actual individual(s) (Lawyer lingo, yuck!!) the mail is intended to Remember, most of us have a daily work and use tomcat as a tool on our works... [EMAIL PROTECTED] escribió: On Fri, Sep 10, 2004 at 10:57:18AM -0400, Shapira, Yoav wrote:

RE: Help - Newbie questions - where are the uploaded files stored ?

2004-09-10 Thread Shapira, Yoav
, 2004 11:36 AM To: Shapira, Yoav Cc: Tomcat Users List Subject: Re: Help - Newbie questions - where are the uploaded files stored ? On Fri, Sep 10, 2004 at 10:57:18AM -0400, Shapira, Yoav wrote: Isn't that crap self-evident? ;) Most companies attach such footers and related disclaimers or legal

Re: Where can I get JK2 binary for Redhat Enterprise Linux?

2004-09-05 Thread nyhgan
Thank you so much! I will give it a try! Cott Lang [EMAIL PROTECTED] wrote:Why not just use Redhat's? http://ftp.redhat.com/pub/redhat/linux/enterprise/3/en/RHAPS/i386/RPMS/mod_jk2-2.0.4-4jpp_4rh.i386.rpm On Sat, 2004-09-04 at 11:04, nyhgan wrote: Hi, Where can I get JK2 binary

Where can I get JK2 binary for Redhat Enterprise Linux?

2004-09-04 Thread nyhgan
Hi, Where can I get JK2 binary for Redhat Enterprise Linux? If anyone happens to have one, pleas email that to me. Thanks! nyhgan - Do you Yahoo!? Yahoo! Mail Address AutoComplete - You start. We finish.

Re: Where can I get JK2 binary for Redhat Enterprise Linux?

2004-09-04 Thread Cott Lang
Why not just use Redhat's? http://ftp.redhat.com/pub/redhat/linux/enterprise/3/en/RHAPS/i386/RPMS/mod_jk2-2.0.4-4jpp_4rh.i386.rpm On Sat, 2004-09-04 at 11:04, nyhgan wrote: Hi, Where can I get JK2 binary for Redhat Enterprise Linux? If anyone happens to have one, pleas email that to me

Re: repost: Where to get 5.5.1 from? ( Was TC 5.5 - 4 issues (jasper, ROOT, jndi, logging))

2004-09-03 Thread Vic
Silly me, I can't find where to get the 5.5.1 or the 5.5 nighly's from? They are not here, this looks like the 5.0 brach. http://cvs.apache.org/builds Where can I get the new 5.5s from? Do I have to go to cvs and build? tia, .V Vic wrote: Yes, but where? What URL? (the commons download link I

RE: repost: Where to get 5.5.1 from? ( Was TC 5.5 - 4 issues (jasper, ROOT, jndi, logging))

2004-09-03 Thread Shapira, Yoav
Hi, 5.5 releases are on the normal download pages, right above 5.0 releases. Yoav Shapira Millennium Research Informatics -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Vic Sent: Friday, September 03, 2004 6:53 AM To: [EMAIL PROTECTED] Subject: Re: repost: Where

Re: repost: Where to get 5.5.1 from? ( Was TC 5.5 - 4 issues (jasper, ROOT, jndi, logging))

2004-09-03 Thread Vic
That is 5.5.0. But 5.5.1 has bug fixes, where is that? And where can I get the 5.5.x nighlies? tia, .V Shapira, Yoav wrote: Hi, 5.5 releases are on the normal download pages, right above 5.0 releases. Yoav Shapira Millennium Research Informatics -Original Message- From: news [mailto

RE: repost: Where to get 5.5.1 from? ( Was TC 5.5 - 4 issues (jasper, ROOT, jndi, logging))

2004-09-03 Thread Shapira, Yoav
linked from the normal Jakarta download pages, it's not hard to find ;) Yoav Shapira Millennium Research Informatics -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Vic Sent: Friday, September 03, 2004 12:08 PM To: [EMAIL PROTECTED] Subject: Re: repost: Where to get

Re: repost: Where to get 5.5.1 from? ( Was TC 5.5 - 4 issues (jasper, ROOT, jndi, logging))

2004-09-03 Thread Vic
Shapira, Yoav wrote: Hi, How many times do I have to post this? ;) 5.5.1 is NOT AVAILABLE YET. It's looking like I'll cut it Tuesday. A. OK! Nightlies are available at the usual place, http://cvs.apache.org/builds/jakarta-tomcat-5/nightly/, but they're use at your own risk of course. Note

RE: repost: Where to get 5.5.1 from? ( Was TC 5.5 - 4 issues (jasper, ROOT, jndi, logging))

2004-09-03 Thread Shapira, Yoav
Hi, So the niglies are not 5.0 branch, they are 5.5. Yup, nightlies are always built from CVS HEAD, which is the latest 5.5 stuff. If someone wanted to do a latest 5.0 build they'd use the TOMCAT_5_0 CVS branch, not HEAD. Yoav This e-mail, including any attachments, is a confidential

RE: Where do I place a servlet class

2004-08-27 Thread gerardo
Hello, I noticed that you mentioned the server specification. I have seen it mentioned before, many times. But where is it? I have searched for it at java.sun.com and all I get is a Javadoc *reference* of some classes. Is this the so-called 'specification'? Shouldn't it be a *text

Re: Where do I place a servlet class

2004-08-27 Thread Wendy Smoak
From: [EMAIL PROTECTED] I noticed that you mentioned the server specification. I have seen it mentioned before, many times. But where is it? I have searched for it at java.sun.com and all I get is a Javadoc *reference* of some classes. Is this the so-called 'specification'? Shouldn't

Where are Tomcat logs when run as service?

2004-08-23 Thread ohaya
Hi, Up until tonight, I've been running standalone Tomcat as an executable. But, I installed Tomcat on another machine, this time, installing it as a service. I can't find anywhere where Tomcat on this new machine logs the messages like you seen in the DOS window when you run Tomcat

RE: Where are Tomcat logs when run as service?

2004-08-23 Thread Joseph Samuel
List Subject: Where are Tomcat logs when run as service? Hi, Up until tonight, I've been running standalone Tomcat as an executable. But, I installed Tomcat on another machine, this time, installing it as a service. I can't find anywhere where Tomcat on this new machine logs the messages like

Re: Where are Tomcat logs when run as service?

2004-08-23 Thread Eric YH WONG
Try to see /logs/stdout.log - Original Message - From: ohaya [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, August 23, 2004 2:36 PM Subject: Where are Tomcat logs when run as service? Hi, Up until tonight, I've been running standalone Tomcat

RE: Where are Tomcat logs when run as service?

2004-08-23 Thread Shakeel
. -Original Message- From: ohaya [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 11:36 AM To: Tomcat Users List Subject: Where are Tomcat logs when run as service? Hi, Up until tonight, I've been running standalone Tomcat as an executable. But, I installed Tomcat on another

Re: Where are Tomcat logs when run as service?

2004-08-23 Thread ohaya
Shakeel wrote: Hi, thats good that you started this as a service, we just done same with our application, and may be our discussion help each other. Here is exact information about logs of Tomcat when running as a service. 1- All System.out.print go to $:\Tomcat4.1\logs\stdout.log 2-

Where to put Listener Realm instead of server.xml?

2004-08-23 Thread Wendy Smoak
We're going to try out a third-party report generation tool, and the installation instructions involve replacing server.xml. They assume they will be the only webapp running, which is not the case here. Can I put their changes somewhere else? They need: Listener className=...

RE: Where to put Listener Realm instead of server.xml?

2004-08-23 Thread Shapira, Yoav
PROTECTED] Sent: Monday, August 23, 2004 12:23 PM To: Tomcat Users List Subject: Where to put Listener Realm instead of server.xml? We're going to try out a third-party report generation tool, and the installation instructions involve replacing server.xml. They assume they will be the only webapp

Re: Where to put Listener Realm instead of server.xml?

2004-08-23 Thread Jon Wingfield
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED] Sent: Monday, August 23, 2004 12:23 PM To: Tomcat Users List Subject: Where to put Listener Realm instead of server.xml? We're going to try out a third-party report generation tool, and the installation instructions involve replacing

Re: Where to put Listener Realm instead of server.xml?

2004-08-23 Thread Dennis Dai
On 8/23/2004 9:22 AM, Wendy Smoak wrote: We're going to try out a third-party report generation tool, and the installation instructions involve replacing server.xml. They assume they will be the only webapp running, which is not the case here. Can I put their changes somewhere else? They need:

RE: Where to put Listener Realm instead of server.xml?

2004-08-23 Thread Shapira, Yoav
Hi, I believe Listener ... / should go into web.xml (beware the order), Listener can also be a Tomcat listener which goes in server.xml, as documented in http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html. Yoav This e-mail, including any attachments, is a confidential

Re: Where to put Listener Realm instead of server.xml?

2004-08-23 Thread Dennis Dai
On 8/23/2004 12:16 PM, Shapira, Yoav wrote: I believe Listener ... / should go into web.xml (beware the order), Listener can also be a Tomcat listener which goes in server.xml, as documented in http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html. I actually looked through the

Where do I place a servlet class

2004-08-20 Thread Diego, Emil
I have upgraded my system from apache 3 and tomcat 3 and am now running tomcat 4.1.27-13 and apache 2.0.49-4. My webapp can't find a servlet after the upgrade. It's called servUploadMedia. I had it in my classes directory and it was configured in my web.xml file: web-app

Re: Where do I place a servlet class

2004-08-20 Thread John Villar
You need to include yet another directive in your web.xml file called servlet-mapping, search the web for it Diego, Emil escribi: I have upgraded my system from apache 3 and tomcat 3 and am now running tomcat 4.1.27-13 and apache 2.0.49-4. My webapp can't find a servlet after the upgrade.

RE: Where do I place a servlet class

2004-08-20 Thread Diego, Emil
of Business 305.284.5449 -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 11:14 AM To: Tomcat Users List Subject: Re: Where do I place a servlet class You need to include yet another directive in your web.xml file called servlet-mapping, search

Re: Where do I place a servlet class

2004-08-20 Thread John Villar
did you restart tomcat or your context? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Where do I place a servlet class

2004-08-20 Thread Diego, Emil
Yes. I restarted. Emil Diego Website Administrator University of Miami School of Business 305.284.5449 -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 11:55 AM To: Tomcat Users List Subject: Re: Where do I place a servlet class did you

RE: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread Ernesto Echeverría
to see if that's happening to you. José Ernesto Echeverría -Original Message- From: John Villar [mailto:[EMAIL PROTECTED] Sent: Viernes, 20 de Agosto de 2004 09:14 a.m. To: Tomcat Users List Subject: [tomcat] Re: Where do I place a servlet class You need to include yet another

Re: Where do I place a servlet class

2004-08-20 Thread John Villar
well your configuration seems fine i remember Cicer0 posted recently a problem like yours search the archive for ExportSerials - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread Diego, Emil
Diego Website Administrator University of Miami School of Business 305.284.5449 -Original Message- From: Ernesto Echeverría [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 12:01 PM To: 'Tomcat Users List' Subject: RE: [tomcat] Re: Where do I place a servlet class One of the major

Re: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread QM
On Fri, Aug 20, 2004 at 12:04:10PM -0400, Diego, Emil wrote: : I saw that. I've read a couple of negative things about enabling the invoker. : It seems it's less secure and stuff. I figured it would be better to use : explicit mapping, but cant get that to work. I'll keep trying but if I cant :

Re: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread John Villar
QM escribió: On Fri, Aug 20, 2004 at 12:04:10PM -0400, Diego, Emil wrote: : I saw that. I've read a couple of negative things about enabling the invoker. : It seems it's less secure and stuff. I figured it would be better to use : explicit mapping, but cant get that to work. I'll keep trying

Re: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread QM
On Fri, Aug 20, 2004 at 12:20:19PM -0400, John Villar wrote: : Also, if everything gets wacky and you're desperate, delete everything : under your work directory, on the tomcat root and see what happens : it helps sometimes No need for to wait for wacky -- I added a clean action to my

RE: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread Ernesto Echeverría
, 20 de Agosto de 2004 10:04 a.m. To: Tomcat Users List Subject: RE: [tomcat] Re: Where do I place a servlet class I saw that. I've read a couple of negative things about enabling the invoker. It seems it's less secure and stuff. I figured it would be better to use explicit mapping, but cant get

RE: Where do I place a servlet class

2004-08-20 Thread Shapira, Yoav
Hi, I added the servlet mapping entry but it's still not working. I have the class file in /dev_new/WEB-INF/classes/umJavaLib/. Does the class file need to go into a special directory of anything? servlet servlet-nameservUploadMedia/servlet-name

RE: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread Diego, Emil
] Sent: Friday, August 20, 2004 12:20 PM To: Tomcat Users List Subject: Re: [tomcat] Re: Where do I place a servlet class QM escribi?: On Fri, Aug 20, 2004 at 12:04:10PM -0400, Diego, Emil wrote: : I saw that. I've read a couple of negative things about enabling the invoker. : It seems it's less

RE: [tomcat] Re: Where do I place a servlet class

2004-08-20 Thread Diego, Emil
: [tomcat] Re: Where do I place a servlet class Ok. I don't like the invoker either. I thought you were trying only to have things working as before, that's why I pointed out that difference. Starting from scratch, let's try to break the problem into smaller pieces. Have you checked

Building mod_jk2 and pointers to where to modify it...

2004-08-18 Thread ohaya
Hi, I am not getting anywhere with a problem that I'm having with trying to access/retrieve SSL client certificate information with Apache+Tomcat+mod_jk2, so I'm thinking that my only avenue for resolving this problem may be to build mod_jk2 binary myself, possibly modifying the code to add some

JK2 ISAPI in IIS6 - Where to put it?

2004-08-11 Thread Bjoern . Andersen
Hi TC-Users, I'm using JK2-ISAPI 2.0.4 in a IIS6, communicating via AJP13 with the Tomcat's. The /jkstatus - Page shows a lot nice info. My question: With many web's running on one machine, where do I put the filter / Jakarta-dir? Each web needs it's own /Jakarta -Virtual dir, I suppose. And I

Where is the jk2 documentation gone ?

2004-08-06 Thread Francois JEANMOUGIN
with a silly question. When to use Jk2 and when to use Jk1.2? Is it related to the JSP spec version? Where can I find a simple doc for it without downloading the whole source code? Thanks for any tip. François. - To unsubscribe

RE: Where is the jk2 documentation gone ?

2004-08-06 Thread Shapira, Yoav
://jakarta.apache.org/tomcat/connectors-doc/jk2/index.html. Yoav Shapira Millennium Research Informatics -Original Message- From: Francois JEANMOUGIN [mailto:[EMAIL PROTECTED] Sent: Friday, August 06, 2004 5:59 AM To: Tomcat Users List Subject: Where is the jk2 documentation gone ? Hi everyone, Sorry

RE: where to put config.xml

2004-07-26 Thread Shapira, Yoav
Hi, Hi Saeed I think this better that you don't put CATALINA_HOME in your environment variables, because TOMCAT recognizes that automatically (because this same as Tomcat installation dir), I'm actually going to mildly disagree on this. Tomcat makes a reasonable guess at CATALINA_HOME (just

Re: where to put config.xml

2004-07-25 Thread Masood Reyhanei Hamedani
highly bhe appreicated. Saeed Programmer - Original Message - From: John Hill To: 'Tomcat Users List' Sent: Tuesday, July 20, 2004 4:38 PM Subject: where to put config.xml Hi can anyone tell me where I should put the config.xml file for a web application. IF I put it under META-INF

where to put config.xml

2004-07-20 Thread John Hill
Hi can anyone tell me where I should put the config.xml file for a web application. IF I put it under META-INF , tomcat doesnt seem to find it. Does it need to be in a WAR file for this to occur ? - To unsubscribe, e

Re: where to put config.xml

2004-07-20 Thread Sayeed
] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 4:38 PM Subject: where to put config.xml Hi can anyone tell me where I should put the config.xml file for a web application. IF I put it under META-INF , tomcat doesnt seem to find it. Does it need to be in a WAR file

Re: where to put config.xml

2004-07-20 Thread Nicolas PEREZ
Return Receipt Your Re: where to put config.xml document

Re: where to put config.xml

2004-07-20 Thread Schalk Neethling
reply shall highly bhe appreicated. Saeed Programmer - Original Message - From: John Hill [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 4:38 PM Subject: where to put config.xml Hi can anyone tell me where I should put the config.xml file for a web

Re: where to put config.xml

2004-07-20 Thread Sayeed
there is nothing in Error/general Logs ? what i can do and how i can find where is fault? Saeed - Original Message - From: Schalk Neethling [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 5:01 PM Subject: Re: where to put config.xml You can find

Re: where to put config.xml

2004-07-20 Thread Nicolas PEREZ
Return Receipt Your Re: where to put config.xml document

RE: where to put config.xml

2004-07-20 Thread Shapira, Yoav
] directory (tomcat 5). Yoav Shapira Millennium Research Informatics -Original Message- From: John Hill [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 7:39 AM To: 'Tomcat Users List' Subject: where to put config.xml Hi can anyone tell me where I should put the config.xml file

Where is the Real JAVAHOME?

2004-07-16 Thread Aris Javier
Hello! I'm confused... I installed j2sdk1.4.1 in my D drive.. D:\j2sdk1.4.1 But when i take a look at my C drive under program files.. there is C:\program files\java\j2re1.4.1 Both includes \lib and \bin folders... Which of those two directories is the JAVAHOME? Thanks!

Vedr.: Where is the Real JAVAHOME?

2004-07-16 Thread Thomas Nybro Bolding
PROTECTED] cc: Vedr.: Where is the Real JAVAHOME? Hello! I'm confused... I installed j2sdk1.4.1 in my D drive.. D:\j2sdk1.4.1 But when i take a look at my C drive under program files.. there is C:\program files\java\j2re1.4.1 Both includes \lib and \bin folders... Which

Re: Where is the Real JAVAHOME?

2004-07-16 Thread Thilo Krawietz
Hello Aris, j2sdk is the full featured Java Development Kit including javac compiler, java interpreter, jdb Debugger , rmic and so on. j2re is the so called Java run time environment. This is like a somewhat slim JDK, which also provides you the Java interpreter, but NOT the compiler. With

Re: Where is the Real JAVAHOME?

2004-07-16 Thread Thilo Krawietz
sorry, i made an error: of course you may compile source only with the j2sdk NOT with the jre! s*** happens :-) Hello! I'm confused... I installed j2sdk1.4.1 in my D drive.. D:\j2sdk1.4.1 But when i take a look at my C drive under program files.. there is C:\program files\java\j2re1.4.1 Both

RE: Where is the Real JAVAHOME?

2004-07-16 Thread Sternbergh, Cornell
Message- From: Thilo Krawietz [mailto:[EMAIL PROTECTED] Sent: Friday, July 16, 2004 04:05 To: Tomcat Users List Subject: Re: Where is the Real JAVAHOME? sorry, i made an error: of course you may compile source only with the j2sdk NOT with the jre! s*** happens :-) Hello! I'm confused... I

RE: NPE in ActionForm where it is not be possible

2004-07-14 Thread Shapira, Yoav
-Original Message- From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 6:26 PM To: Tomcat Users List Subject: RE: NPE in ActionForm where it is not be possible QM mailto:[EMAIL PROTECTED] wrote: On Sat, Jul 10, 2004 at 12:31:21PM -0700, Richard Mixon (qwest

RE: NPE in ActionForm where it is not be possible

2004-07-14 Thread Richard Mixon (qwest)
Informatics -Original Message- From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 6:26 PM To: Tomcat Users List Subject: RE: NPE in ActionForm where it is not be possible QM mailto:[EMAIL PROTECTED] wrote: On Sat, Jul 10, 2004 at 12:31:21PM -0700, Richard

RE: NPE in ActionForm where it is not be possible

2004-07-14 Thread Shapira, Yoav
where it is not be possible Yoav, Wow, had not considered that. I'm going to sort of say this back to be sure I understand though :) So if we stop Tomcat then my session, with any stored attributes that contain an ActionForm, will be serialized to persistent storage (disk). Upon restart the sesson

RE: NPE in ActionForm where it is not be possible

2004-07-14 Thread Richard Mixon (qwest)
and depending on other constraints you may want this). Yoav Shapira Millennium Research Informatics -Original Message- From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 1:43 PM To: Tomcat Users List Subject: RE: NPE in ActionForm where

RE: NPE in ActionForm where it is not be possible

2004-07-13 Thread Richard Mixon (qwest)
QM mailto:[EMAIL PROTECTED] wrote: On Sat, Jul 10, 2004 at 12:31:21PM -0700, Richard Mixon (qwest) wrote: The log variable is initialized when the Action form is instantiated, like so: public class ChartWizardForm extends ActionForm implements java.io.Serializable { private transient

RE: NPE in ActionForm where it is not be possible

2004-07-13 Thread Richard Mixon (qwest)
Craig Berry mailto:[EMAIL PROTECTED] wrote: From:QM [mailto:[EMAIL PROTECTED] I notice, you define/initialize the instance variable log at its declaration point. Humor me: what happens if you initialize log in the ctor? Or for that matter, why not make the log member static?

Re: NPE in ActionForm where it is not be possible

2004-07-11 Thread QM
On Sat, Jul 10, 2004 at 12:31:21PM -0700, Richard Mixon (qwest) wrote: : The log variable is initialized when the Action form is instantiated, : like so: : public class ChartWizardForm extends ActionForm implements : java.io.Serializable { : private transient Log log = :

RE: NPE in ActionForm where it is not be possible

2004-07-11 Thread Craig Berry
From: QM [mailto:[EMAIL PROTECTED] I notice, you define/initialize the instance variable log at its declaration point. Humor me: what happens if you initialize log in the ctor? Or for that matter, why not make the log member static? There's no harm in one log instance being shared by

NPE in ActionForm where it is not be possible

2004-07-10 Thread Richard Mixon (qwest)
I am getting a NullPointerException in an action form that should theoretically not be possible :( Any ideas/help/suggestions are appreciated. Obviously it is possible :). I happens when I'm testing. I find a problem, leave my browser up, then stop/start Tomcat. I select a home page link from the

RE: tomcat 5, web.xml, where should it be located?

2004-07-06 Thread David . Pawson
you'll have to edit the existing web.xml file (or ceate a new one) in ROOT/WEB-INF directory. Thanks for that. Finding documentation on the file contents is not exactly easy. Nice to know where it should be though :-) regards DaveP ** snip here ** -- DISCLAIMER: NOTICE

Re: tomcat 5, web.xml, where should it be located?

2004-07-06 Thread QM
On Tue, Jul 06, 2004 at 08:10:55AM +0100, [EMAIL PROTECTED] wrote: : Finding documentation on the file contents : is not exactly easy. Try the servlet spec -- you can download it from http://java.sun.com -QM -- software -- http://www.brandxdev.net tech news -- http://www.RoarNetworX.com

tomcat 5, web.xml, where should it be located?

2004-07-05 Thread David . Pawson
web.xml, valid to http://java.sun.com/dtd/web-app_2_3.dtd; Should it be located in ${catalina.home}\conf\Catalina\localhost or ${catalina.home}/webapps/ROOT for a servlet deployed at /ROOT/WEB-INF/classes with a single class? TIA Regards DaveP. snip here * -- DISCLAIMER:

Re: tomcat 5, web.xml, where should it be located?

2004-07-05 Thread Niaz Habib
you'll have to edit the existing web.xml file (or ceate a new one) in ROOT/WEB-INF directory. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Where do the Context's go in TC5...

2004-06-27 Thread Jan Behrens
\Catalina\localhost\myapp.xml and works fine BUT is (after a restart) not to be seen anywhere in the admin-tool I guess my general question is, where do I specify my JDBC pool and everything else for my context? server.xml or myapp.xml? TIA Jan

<    1   2   3   4   5   6   7   8   9   10   >