Re: Where to put Java files/classes

2002-10-26 Thread Garrett Smith
you put any classes and packages here: /webapps/your-app-name/WEB-INF/classes/ jar files (such as mm.mysql) go here: /webapps/your-app-name/WEB-INF/lib/ Core Servlets and JavaServer Pages by Marty Hall explains all the details related to the basic issues of configuration (and more advanced

Re: where to put servlet classes

2002-10-25 Thread sonam singh
--- Kennedy, Ed [EMAIL PROTECTED] wrote: I am a new Tomcat user and I am having trouble accessing my servlet classes. I am getting the following error: The requested resource (/servlets/authenticate.jsp) is not available Any help you can give would be appreciated. Thanks

Re: where to put servlet classes

2002-10-24 Thread German Augusto Niebles Alvarez
Try with: form method=POST action=/app/servlet/authenticateUser in your login jsp page. be careful with 'servlet' not servlets', because servlet is virtual directory. Regards. [EMAIL PROTECTED] 10/24 9:55 a.m. I am a new Tomcat user and I am having trouble accessing my servlet

where to put servlet classes

2002-10-24 Thread Kennedy, Ed
I am a new Tomcat user and I am having trouble accessing my servlet classes. I am getting the following error: The requested resource (/servlets/authenticate.jsp) is not available Any help you can give would be appreciated. Thanks Background info # I have the directory structure that

RE: Where can I download isapi_redirect.dll

2002-10-23 Thread Turner, John
This might help: http://www.getnet.net/~rbarr/TomcatOnIIS/default.htm John -Original Message- From: David Cochrane [mailto:dpc3;psu.edu] Sent: Tuesday, October 22, 2002 12:25 PM To: Tomcat Users List Subject: Where can I download isapi_redirect.dll Need support in identifying

Where can I download isapi_redirect.dll

2002-10-22 Thread David Cochrane
Need support in identifying where I could download a copy of isapi_redirect.dll I'm running tomcat 4.04 on w2k server, running IIS5. I need a good contact that could walk a newbie through this. --Dave -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe;jakarta.apache.org

Re: Where can I download isapi_redirect.dll

2002-10-22 Thread Lior Shliechkorn
You can get the filter here: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.3.1/bin/win32/i386/ Lior - Do you Yahoo!? Y! Web Hosting - Let the expert host your web site

where is mod_webapp.so binary?

2002-10-21 Thread Z.BEAT
I am running Apache 1.3 and Tomcat 4.1.2, on Solaris 7. Where can I download mod_webapp.so binary? I am currently running Tomcat only as a Standalone, and it would be nice if I could connect it to Apache. The expected location does not have the module: http://jakarta.apache.org/builds

Re: Where do I get mod_jk?

2002-10-18 Thread Mark Eggers
Michael, If you want binary builds, you'll have to upgrade to apache 2.0.42. They can be found at: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/linux/i386/ The rpms can be found at:

Re: Where do I get mod_jk?

2002-10-18 Thread Robert L Sowders
PROTECTED] 10/17/2002 08:10 PM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Where do I get mod_jk? I'm sure someone's already asked this but I'd greatly appreciate if someone could point me in the right direction. I;m

FileNotFound and Problem connecting - where to start to debug ?

2002-10-18 Thread Arthur Chan
Hi all. I have Apache talking with Tomcat. Using http://ServerName/com/ServletName I can get data from the db-server to display in the browser, but this is only in a company intranet environment. On the intranet, any changes to the db can be displayed on the browser with only a slight delay.

Re: Where do I get mod_jk?

2002-10-18 Thread Robert L Sowders
To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: Where do I get mod_jk? Michael, If you want binary builds, you'll have to upgrade to apache 2.0.42. They can be found at: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1.2.0/bin/linux/i386

Re: Where do I get mod_jk?

2002-10-18 Thread Michael Sun
-howto.html rls Mark Eggers [EMAIL PROTECTED] 10/17/2002 08:41 PM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: Where do I get mod_jk? Michael, If you want binary builds, you'll have to upgrade

Where do I get mod_jk?

2002-10-18 Thread Michael Sun
I'm sure someone's already asked this but I'd greatly appreciate if someone could point me in the right direction. I;m runnin redhat 8.0,apache 2.0.40 and tomcat 4.1.10. Where can I find the proper mod_jk for this? -- To unsubscribe, e-mail: mailto:tomcat-user-unsubscribe

RE: Where is the Exception object when error-page is used?

2002-10-18 Thread jeff . guttadauro
request.getAttribute(javax.servlet.error.exception) is where you can find the exception object thrown FYI - javax.servlet.error.request_uri tells you what the original request was HTH, -Jeff

Where is the Exception object when error-page is used?

2002-10-16 Thread Wendy Smoak
find where I read that. Thanks in advance, -- Wendy Smoak Applications Systems Analyst, Sr. Arizona State University PA Information Resources Management

Re: Where is the Exception object when error-page is used?

2002-10-16 Thread Jean-Francois Arcand
can't set the 'errorPage' attribute on the first page to anything in particular. I'm almost certain that Tomcat puts the exception object in page or request scope, but now I can't find where I read that. Thanks in advance, -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: Where is the Exception object when error-page is used?

2002-10-16 Thread Felipe Schnack
different sorts of Exceptions, so I can't set the 'errorPage' attribute on the first page to anything in particular. I'm almost certain that Tomcat puts the exception object in page or request scope, but now I can't find where I read that. Thanks in advance, -- Wendy Smoak Applications Systems

RE: Where is the Exception object when error-page is used?

2002-10-16 Thread Wendy Smoak
the errorPage attribute. I don't think I can use % page errorPage=... % because I don't know where it's going to go to on error-- that's why there are multiple error-page tags in web.xml. And yet, I thought I read somewhere that Tomcat would put the offending exception object in [session?] scope

Where is isapi_redirect.dll for Tomcat 4.1.12 - IIS 5

2002-10-10 Thread Michael Finney
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk/iishowto.html promised that isapi_redirect.dll would be located in Is the following still true? It was a 1/2 year ago. the ISAPI filter for Tomcat 4.0 is still under development see http://www.jguru.com/faq/view.jsp?EID=571958 Michael

Where the heck is jakarta-tomcat-jasper source?

2002-10-10 Thread James C. McMaster (Jim)
I am trying to build tomcat 4.1.12 on Solaris 8. I have downloaded everything called for in BUILDING.txt, and modified build.properties to point to the right places. ant detect shows: flags.display: [echo] --- Build environment for Tomcat Server Configuration Application ---

Re: Where the heck is jakarta-tomcat-jasper source?

2002-10-10 Thread Brzezinski, Paul J
James C. McMaster (Jim) wrote: I am trying to build tomcat 4.1.12 on Solaris 8. I have downloaded everything called for in BUILDING.txt, and modified build.properties to point to the right places. ant detect shows: flags.display: [echo] --- Build environment for Tomcat Server

RE: Where is javax.sql

2002-10-05 Thread Kunal Shah
That's in Oracle's JDBC classes file (named classes12.jar for my installation), not in Tomcat. Make sure you install this file for your Oracle connections to work (put it in your $TOMCAT_HOME/lib directory). It can be downloaded from Oracle. Kenny It is java.sql which gives you

Where is javax.sql

2002-10-04 Thread Chuck Carson
Where is the package at under tomcat 4.1.2? I moved my tomcat apps from Linux to Solaris but none of my oracle connections will work. Thanks, Chuck -- This message contains confidential information and is intended only for the individual named. If you are not the named addressee you

Re: Where is javax.sql

2002-10-04 Thread Kenny G. Dubuisson, Jr.
Carson [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, October 04, 2002 9:12 AM Subject: Where is javax.sql Where is the package at under tomcat 4.1.2? I moved my tomcat apps from Linux to Solaris but none of my oracle connections will work. Thanks, Chuck

RE: Where is javax.sql

2002-10-04 Thread Chuck Carson
Thanks for the help, I was under the impression it was in servlet.jar, *bonk* Thanks, CC -Original Message- From: Kenny G. Dubuisson, Jr. [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 7:20 AM To: Tomcat Users List Subject: Re: Where is javax.sql That's

Re: Where is javax.sql

2002-10-04 Thread Rick Fincher
, 2002 10:19 AM Subject: Re: Where is javax.sql That's in Oracle's JDBC classes file (named classes12.jar for my installation), not in Tomcat. Make sure you install this file for your Oracle connections to work (put it in your $TOMCAT_HOME/lib directory). It can be downloaded from Oracle

RE: where to put mod_jk.conf

2002-09-24 Thread Turner, John
To: Tomcat Users List Subject: RE: where to put mod_jk.conf On Mon, 23 Sep 2002, Turner, John wrote: Yes, you need to copy the mod_jk.conf to the Apache box each time Tomcat is started. [ ... ] I don't think this is quite true -- I'd say it only needs to be copied if the Tomcat configuration

RE: where to put mod_jk.conf

2002-09-24 Thread Milt Epstein
On Tue, 24 Sep 2002, Turner, John wrote: Agreed. My assumption was a sys-admin assumption...that is, Tomcat is only started if there is a change. I can't think of a reason to stop/start it otherwise. Where do you find such nice, well-behaved systems? :-) -Original Message

RE: where to put mod_jk.conf

2002-09-24 Thread Turner, John
patch to all of them soon, which means a restart. John -Original Message- From: Milt Epstein [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 24, 2002 10:30 AM To: Tomcat Users List Subject: RE: where to put mod_jk.conf On Tue, 24 Sep 2002, Turner, John wrote: Agreed. My

Where to set the allowLinking flag in 4.1.12?

2002-09-24 Thread Roland Glenn McIntosh
I'm please that 4.1.12 has the ability to follow symlinks, I just don't know where to set this flag. I grepped for allowLinking in my conf directory and found no commented examples of where this might go. Please advise. -rgm -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

where to put mod_jk.conf

2002-09-23 Thread achana
Hi all. Tomcat is generating /usr/local/jakarta-tomcat-4.0.4/conf/auto/mod_jk.conf everytime I start Tomcat on BoxAAA. Apache is intentionally disabled on this box . In BoxBBB , Apache2 is enable and its httpd.conf modified to Include /usr/local/tomcat4/conf/auto/mod_jk.conf , do I need to copy

RE: where to put mod_jk.conf

2002-09-23 Thread Turner, John
locations periodically John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22, 2002 7:56 PM To: [EMAIL PROTECTED] Subject: where to put mod_jk.conf Hi all. Tomcat is generating /usr/local/jakarta-tomcat-4.0.4/conf/auto/mod_jk.conf

RE: where to put mod_jk.conf

2002-09-23 Thread Milt Epstein
is working in -- production, where things change rarely, or development, where things may change much more often. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 22, 2002 7:56 PM To: [EMAIL PROTECTED] Subject: where to put mod_jk.conf

Re: where to put mod_jk.conf

2002-09-23 Thread achana
kind of environment the person is working in -- production, where things change rarely, or development, where things may change much more often. Yes, true. The newer box is Apache2+Tomcat404 and had a different directory name. The older one (now the app-server) has Apache1.3.16+Tomcat(some

RE: mod_jk.so where from ??

2002-09-09 Thread Turner, John
My website by the end of the week. Other than that, no. Everyone has been building them from source. John -Original Message- From: Adar Wesley [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 2:21 AM To: 'Tomcat Users List' Subject: mod_jk.so where from ?? Hi

RE: mod_jk.so where from ??

2002-09-09 Thread Adar Wesley
10x John ! and where would that web site be ? Tal -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 2:45 PM To: 'Tomcat Users List' Subject: RE: mod_jk.so where from ?? My website by the end of the week. Other than that, no. Everyone

RE: mod_jk.so where from ??

2002-09-09 Thread Turner, John
: mod_jk.so where from ?? 10x John ! and where would that web site be ? Tal -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 2:45 PM To: 'Tomcat Users List' Subject: RE: mod_jk.so where from ?? My website by the end

Re: mod_jk.so where from ??

2002-09-09 Thread Ben Souther
I found it here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.10/bin/ - Original Message - From: Adar Wesley [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, September 09, 2002 10:05 AM Subject: RE: mod_jk.so where from ?? 10x John

RE: mod_jk.so where from ??

2002-09-09 Thread Turner, John
Which connector binaries did you find there? John -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED]] Sent: Monday, September 09, 2002 9:18 AM To: Tomcat Users List Subject: Re: mod_jk.so where from ?? I found it here: http://jakarta.apache.org/builds/jakarta

Re: mod_jk.so where from ??

2002-09-09 Thread Ben Souther
Oops, didn't read the entire thread before replying. Shame on me... - Original Message - From: Ben Souther [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, September 09, 2002 9:20 AM Subject: Re: mod_jk.so where from ?? Sorry, I mean here: http

FW: Where to place JAR file???

2002-09-08 Thread Michael Petres
~ -Original Message- From: Ben Walding [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 07, 2002 8:29 AM To: Tomcat Users List Subject: Re: Where to place JAR file??? Anything under WEB-INF is invisible to a web user, it's just the way things are. Hence, I believe that you are going

mod_jk.so where from ??

2002-09-08 Thread Adar Wesley
Hi Group ! I'm creating an installer that deploys tomcat on various systems. Does anyone have any idea where may I find a collection of compiled mod_jk.so for various systems ?? Thanks ! Tal -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL

Where to place JAR file???

2002-09-07 Thread Michael Petres
Hello, I have a problem that is probably silly if you know tomcat well… I have configured tomcat to load a context (eBMF). In order to avoid loading the servlet twice I have set the ‘appBase’ in the server.xml file to an empty string and I have placed the applet related stuff in a directory at

Re: Where to place JAR file???

2002-09-07 Thread Ben Walding
Anything under WEB-INF is invisible to a web user, it's just the way things are. Hence, I believe that you are going to need to put the library.jar in two places, once in the WEB-INF/lib and once in the same dir as applet.jar (but not under WEB-INF) Michael Petres wrote: Hello, I have a

RE: Where should i put dynamically generated graphics

2002-08-30 Thread Felipe Schnack
:[EMAIL PROTECTED]] Sent: 29 August, 2002 4:01 PM To: [EMAIL PROTECTED] Subject: Where should i put dynamically generated graphics Hello I have a web application that generates a gif file that is then subsequently displayed. It expects to find the gif file in the context of the web

Re: Where should i put dynamically generated graphics

2002-08-30 Thread Michael E. Locasto
/html ); } of course, feel free to spruce that html up ;) hope that helps, Michael - Original Message - From: Felipe Schnack [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, August 30, 2002 8:06 AM Subject: RE: Where should i put dynamically generated graphics

Re: Where should i put dynamically generated graphics

2002-08-30 Thread Felipe Schnack
Yes, I would like the solution where we can write to the servlet outputstream, but I have no idea how to do it. On Fri, 2002-08-30 at 10:21, Michael E. Locasto wrote: I can think of a couple of ways offhand: -process the request -generate your image -store your image

Re: Where should i put dynamically generated graphics

2002-08-30 Thread Joel Sather
a GIF encoded stream. And of course Google is your friend: http://www.google.com/search?hl=enie=UTF-8oe=UTF-8q=java+servlet+write+gif -Joel Joel Sather email: [EMAIL PROTECTED] phone: 651-649-5789 [EMAIL PROTECTED] 08/30/02 09:53AM Yes, I would like the solution where we can write

need a clue brick: where is mod_jk

2002-08-30 Thread Vincent Stoessel
I am trying to find a copy of mod_jk. Anyone know the location, src, binary or cvs location of mod_jk? I've followed a wild goosechase in the http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/ directory structure. Thanks in advance. -- Vincent Stoessel Linux Systems Developer

RE: need a clue brick: where is mod_jk

2002-08-30 Thread Turner, John
/ John Turner [EMAIL PROTECTED] -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 11:46 AM To: Tomcat Users List Subject: need a clue brick: where is mod_jk I am trying to find a copy of mod_jk. Anyone know the location, src

RE: need a clue brick: where is mod_jk

2002-08-30 Thread Wise, Bowden (Research)
Ditto where are binaries for mod_jk for Windows?? -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 11:46 AM To: Tomcat Users List Subject: need a clue brick: where is mod_jk I am trying to find a copy of mod_jk. Anyone know

Where to obtain mod_jk

2002-08-30 Thread Michael Timpe
Hi, I need a mod_jk binary for a SuSE Linux 7.3. All the folders in the download area of the jakarta project are empty (release, nightly, ...) Where can I download a stable version of mod_jk for use with Apache2. -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands

RE: need a clue brick: where is mod_jk

2002-08-30 Thread Turner, John
Thanks to a kind soul I've never met: http://www.acg-gmbh.de/mod_jk/ John Turner [EMAIL PROTECTED] -Original Message- From: Wise, Bowden (Research) [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 11:50 AM To: 'Tomcat Users List' Subject: RE: need a clue brick: where

RE: Where to obtain mod_jk

2002-08-30 Thread Turner, John
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 11:53 AM To: [EMAIL PROTECTED] Subject: Where to obtain mod_jk Hi, I need a mod_jk binary for a SuSE Linux 7.3. All the folders in the download area of the jakarta project are empty (release, nightly

Where should i put dynamically generated graphics

2002-08-29 Thread Andy Wagg
Hello I have a web application that generates a gif file that is then subsequently displayed. It expects to find the gif file in the context of the web application. The web app is deployed as a war so obviously the generated files cant be put there. Any suggestions as to where these files

RE: Where should i put dynamically generated graphics

2002-08-29 Thread Sexton, George
Software, Inc. Home of Connect Daily Web Calendar Software http://www.mhsoftware.com/connectdaily.htm Voice: 303 438 9585 -Original Message- From: Andy Wagg [mailto:[EMAIL PROTECTED]] Sent: 29 August, 2002 4:01 PM To: [EMAIL PROTECTED] Subject: Where should i put dynamically generated graphics

where is mod_jk.so?

2002-08-27 Thread Don
Hello, I am trying to integrate Apache 1.3.26 with Tomcat 4.0.3 binary on Solaris 5.8. Any pointers to good references on this would be appreciated. I have found some info, regarding httpd.conf edits etc. My biggest problem now is coming up with mod_jk.so, source, binary... Where do I find

RE: where is mod_jk.so?

2002-08-27 Thread Guoben Li
, August 27, 2002 9:02 AM To: 'Tomcat Users List' Subject: where is mod_jk.so? Hello, I am trying to integrate Apache 1.3.26 with Tomcat 4.0.3 binary on Solaris 5.8. Any pointers to good references on this would be appreciated. I have found some info, regarding httpd.conf edits etc. My biggest

Where to locate class files

2002-08-21 Thread Barry Martin
I am developing an order form to run on Tomcat. The book I have says to store the class files in tomcat-install\webapps\root\web-inf\classes directory. The html file is located in the root directory and runs fine but when calling the jsp the error is:Class org.apache.jsp.Spud not found. Is this

Re: Where to locate class files

2002-08-21 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Aug 21, 2002 at 04:40:30PM -0600, Barry Martin wrote: I am developing an order form to run on Tomcat. The book I have says to store the class files in tomcat-install\webapps\root\web-inf\classes directory. The html file is located in the

Re: Where to locate class files

2002-08-21 Thread Will Hartung
From: Barry Martin [EMAIL PROTECTED] Sent: Wednesday, August 21, 2002 3:40 PM I am developing an order form to run on Tomcat. The book I have says to store the class files in tomcat-install\webapps\root\web-inf\classes directory. The html file is located in the root directory and runs fine

RE: Where to locate class files

2002-08-21 Thread Barry Martin
to \classes and then compiled from the command prompt which saved the .class file in the same directory. It compiled fine. Barry -Original Message- From: Peter T. Abplanalp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 4:44 PM To: 'Tomcat Users List' Subject: Re: Where to locate class

Re: Where to locate class files

2002-08-21 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, Aug 21, 2002 at 05:00:08PM -0600, Barry Martin wrote: Thanks Peter, welcome. The WEB-INF directory is in uppercase. I have tried restarting tomcat. This is in a testing environment with tomcat running standalone on a win2k box. The

RE: Where to locate class files

2002-08-21 Thread Barry Martin
Sure Peter, Here you go. Here is the html,jsp and java code. Thanks, Barry -Original Message- From: Peter T. Abplanalp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 5:04 PM To: 'Tomcat Users List' Subject: Re: Where to locate class files -BEGIN PGP SIGNED MESSAGE

RE: Where to locate class files

2002-08-21 Thread Ron Day
and put a directory structure com/pk1/pk2/ under classes. Put your class files in pk2. Ron -Original Message- From: Barry Martin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 5:41 PM To: 'Tomcat Users List' Subject: Where to locate class files I am developing an order form

RE: Where to locate class files

2002-08-21 Thread Andrew Conrad
Martin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 7:20 PM To: 'Tomcat Users List' Subject: RE: Where to locate class files Sure Peter, Here you go. Here is the html,jsp and java code. Thanks, Barry -Original Message- From: Peter T. Abplanalp [mailto:[EMAIL

RE: Where to locate class files

2002-08-21 Thread Ron Day
almoststart your package in classes directory -Original Message- From: Andrew Conrad [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 7:43 PM To: 'Tomcat Users List'; [EMAIL PROTECTED] Subject: RE: Where to locate class files Here is your problem Make your

RE: Where to locate class files

2002-08-21 Thread Andrew Conrad
Whoops.. Type. -Original Message- From: Ron Day [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 8:51 PM To: Tomcat Users List Subject: RE: Where to locate class files almoststart your package in classes directory -Original Message

RE: Where to locate class files

2002-08-21 Thread Barry Martin
Could I also modify the web.xml file to point to my class files? Barry -Original Message- From: Ron Day [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 6:51 PM To: Tomcat Users List Subject: RE: Where to locate class files almoststart your package in classes directory

RE: Where to locate class files

2002-08-21 Thread Ron Day
No, only servlets are registered in web.xml. You really do need to use packages believe me... -Original Message- From: Barry Martin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 21, 2002 9:02 PM To: 'Tomcat Users List' Subject: RE: Where to locate class files Could I also modify

RE: Where are the connector binaries???

2002-08-19 Thread Turner, John
Are you editing httpd.conf manually, or are you using the auto-gen function of tomcat to create mod_jk.conf? John Turner -Original Message- From: Scott Adamson [mailto:[EMAIL PROTECTED]] Sent: Sunday, August 18, 2002 5:51 AM To: Tomcat Users List Subject: Re: Where are the connector

Re: Where are the connector binaries???

2002-08-18 Thread Scott Adamson
worker.ajp13.port=8009 worker.ajp13.host=localhost worker.ajp13.type=ajp13 - Original Message - From: Turner, John [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Saturday, August 17, 2002 2:29 AM Subject: RE: Where are the connector binaries??? What's been happening

RE: where can i download request taglib

2002-08-16 Thread Turner, John
-taglibs/nightly/projects/request/ (nightly) John Turner [EMAIL PROTECTED] -Original Message- From: Mark Goking [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 1:12 AM To: Tomcat Users List Subject: where can i download request taglib anyone know the link to download

Where are the connector binaries???

2002-08-16 Thread Peter Alvin
I'm looking in: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/ v1.2.0/bin/linux/i386/ and I can't find _any_ binaries for release, nightly, or rpms. All the directories seem to be EMPTY. Does anyone know where to find the current connector binaries? Pete

RE: Where are the connector binaries???

2002-08-16 Thread Turner, John
[mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 12:16 PM To: Tomcat Users List Subject: Where are the connector binaries??? I'm looking in: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/ v1.2.0/bin/linux/i386/ and I can't find _any_ binaries for release, nightly

Re: Where are the connector binaries???

2002-08-16 Thread Scott Adamson
. - Original Message - From: Peter Alvin [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Saturday, August 17, 2002 2:15 AM Subject: Where are the connector binaries??? I'm looking in: http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/ v1.2.0/bin/linux/i386

RE: Where are the connector binaries???

2002-08-16 Thread Turner, John
What's been happening when you try to get apache+tomcat+mod_jk to work? John Turner [EMAIL PROTECTED] -Original Message- From: Scott Adamson [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 11:31 AM To: Tomcat Users List Subject: Re: Where are the connector binaries??? I

RE: Where are the connector binaries???

2002-08-16 Thread Brian Orledge
They are compatible with tomcat 4 but not with Apache 2 . Apache cannot load the module. The error is : undefined symbol : ap_table_get -Original Message- From: Turner, John [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 12:26 PM To: 'Tomcat Users List' Subject: RE: Where

RE: Where are the connector binaries???

2002-08-16 Thread Turner, John
who said anything about apache 2? ;) John -Original Message- From: Brian Orledge [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 12:42 PM To: 'Tomcat Users List' Subject: RE: Where are the connector binaries??? They are compatible with tomcat 4 but not with Apache 2

where can i download request taglib

2002-08-15 Thread Mark Goking
anyone know the link to download the request taglib ? this is the main page that i went to but i couldnt find a download link within this page http://jakarta.apache.org/taglibs/doc/request-doc/request-1.0/index.html#javadocs mark --- Outgoing mail is certified Virus Free. Checked by AVG

RE: where can i download request taglib

2002-08-15 Thread Galbayar
simple taglib example extract this webapps directory -Original Message- From: Mark Goking [mailto:[EMAIL PROTECTED]] Sent: Friday, August 16, 2002 2:12 PM To: Tomcat Users List Subject: where can i download request taglib anyone know the link to download the request taglib

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Mark Schmeets
, 2002 11:11 PM To: Tomcat Users List Subject: Re: j_username in session cookie - where did it go? On Tue, 13 Aug 2002, Ed Thompson wrote: Date: Tue, 13 Aug 2002 22:56:32 -0400 From: Ed Thompson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

AW: j_username in session cookie - where did it go?

2002-08-14 Thread Ralph Einfeldt
to show or not show any information. For what do you need a password on this level or j_username ? -Ursprüngliche Nachricht- Von: Mark Schmeets [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 14. August 2002 16:54 An: Tomcat Users List Betreff: RE: j_username in session cookie - where

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Mark Schmeets wrote: Date: Wed, 14 Aug 2002 10:54:04 -0400 From: Mark Schmeets [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: j_username in session cookie - where did it go? whoa, that seems like

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Mark Schmeets
12:18 PM To: Tomcat Users List Subject: AW: j_username in session cookie - where did it go? Was has the security on the data level to do with Craigs answer? The container makes the authentication, that is it checks the username and password against a Realm. After that the application knows who

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Mark Schmeets wrote: Date: Wed, 14 Aug 2002 13:47:48 -0400 From: Mark Schmeets [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: j_username in session cookie - where did it go? Well, I know

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Mark Schmeets
here is to keep the security at the database, so people in the organization can't mess around with it. -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 2:28 PM To: Tomcat Users List Subject: RE: j_username in session cookie - where

RE: j_username in session cookie - where did it go?

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Mark Schmeets wrote: Date: Wed, 14 Aug 2002 15:12:08 -0400 From: Mark Schmeets [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: j_username in session cookie - where did it go? Thanks Craig. Don't

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Ed Thompson
: Tuesday, August 13, 2002 10:41 PM Subject: Re: j_username in session cookie - where did it go? On Tue, 13 Aug 2002, Ed Thompson wrote: Date: Tue, 13 Aug 2002 21:57:53 -0400 From: Ed Thompson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Milt Epstein
, August 13, 2002 10:41 PM Subject: Re: j_username in session cookie - where did it go? On Tue, 13 Aug 2002, Ed Thompson wrote: Date: Tue, 13 Aug 2002 21:57:53 -0400 From: Ed Thompson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Craig R. McClanahan
On Wed, 14 Aug 2002, Ed Thompson wrote: Date: Wed, 14 Aug 2002 19:27:03 -0400 From: Ed Thompson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: j_username in session cookie - where did it go? OK, exploring

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Ed Thompson
: Re: j_username in session cookie - where did it go? On Wed, 14 Aug 2002, Ed Thompson wrote: OK, exploring the alternatives - I authenticate, then I call the snoop.jsp in the tomcat examples directory, and it indicates remote User is null. Am I missing something else? Are you

Re: j_username in session cookie - where did it go?

2002-08-14 Thread Milt Epstein
Subject: Re: j_username in session cookie - where did it go? On Wed, 14 Aug 2002, Ed Thompson wrote: OK, exploring the alternatives - I authenticate, then I call the snoop.jsp in the tomcat examples directory, and it indicates remote User is null. Am I missing something

j_username in session cookie - where did it go?

2002-08-13 Thread Ed Thompson
I have just upgraded (uninstalled and reintsalled) from Tomcat 3.2 to Tomcat 4.0.4. I am using form based authentication, and found under 3.2 I could pull j_username out of the session cookie after authenticaion was done. Now under Tomcat 4 it doesn't seem to be there. I know I tried it under

Re: j_username in session cookie - where did it go?

2002-08-13 Thread Ben Walding
It was possibly an undocumented (and not part of the spec) feature. You should just use = request.getRemoteUser() Where request is passed in through doGet(request, response) or however that works in JSP. Ed Thompson wrote: I have just upgraded (uninstalled and reintsalled) from Tomcat 3.2

Re: j_username in session cookie - where did it go?

2002-08-13 Thread Craig R. McClanahan
On Tue, 13 Aug 2002, Ed Thompson wrote: Date: Tue, 13 Aug 2002 21:57:53 -0400 From: Ed Thompson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: j_username in session cookie - where did it go? I have just upgraded

Re: j_username in session cookie - where did it go?

2002-08-13 Thread Ed Thompson
in session cookie - where did it go? On Tue, 13 Aug 2002, Ed Thompson wrote: Date: Tue, 13 Aug 2002 21:57:53 -0400 From: Ed Thompson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: j_username in session cookie - where did it go

Re: j_username in session cookie - where did it go?

2002-08-13 Thread Craig R. McClanahan
On Tue, 13 Aug 2002, Ed Thompson wrote: Date: Tue, 13 Aug 2002 22:56:32 -0400 From: Ed Thompson [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: j_username in session cookie - where did it go? I was also scrapping

Fw: Urgent: Where can I get a full document on install, config and set Tomcat on redhat Linux?

2002-08-01 Thread Prudence Leung
- Original Message - From: Prudence Leung [EMAIL PROTECTED] To: Charles Trader [EMAIL PROTECTED] Sent: Thursday, August 01, 2002 5:11 PM Subject: Re: Urgent: Where can I get a full document on install, config and set Tomcat on redhat Linux? Thx Thx Thx charles... I've changed

<    4   5   6   7   8   9   10   11   12   13   >