Re: Need Clarification on Tomcat SSL Configuration....

2004-12-01 Thread QM
On Wed, Dec 01, 2004 at 11:14:31AM +0530, [EMAIL PROTECTED] wrote: : I have configured the Tomcat SSL Port for HTTPS. : Whenever I access the Web Page the Page Refreshes twice. : Need Help on this. Details, details, details: 1/ what are the Connector/ entries from your Tomcat setup? (for those

Need Clarification on Tomcat SSL Configuration....

2004-11-30 Thread raghavendra.raghu
Hi, I have configured the Tomcat SSL Port for HTTPS. Whenever I access the Web Page the Page Refreshes twice. Need Help on this. Thanks Regards, Raghavendra C N Wipro Technologies, Phone: 91 80 8520408 Extn: 1067 [EMAIL PROTECTED]

Re: Vhosting with Tomcat 5 + HTTPd 1.3 [clarification]

2004-07-29 Thread Jason Lane
On 29 Jul 2004, at 11:22, Jason Lane wrote: Good day list ;) OK I'm configuring a production server at the moment, I'm just trying to clarify and rationalise what steps I should be taking. 1. What connector should I be using to connect Tomcat 5.0.27 and Apache 1.3x? 2. I have set my HTTPd

JNDI DataSource clarification questions.

2004-03-08 Thread Parsons Technical Services
Now I am to the point of needing some clarification on JNDI. Current config. TC 4.1.29 Standalone RH 9 Planned config TC 5 (latest stable) TAO Linux (Approx RH Enterprise) I am running an application and using JNDI against MySQL. All is working fine but! 1. I deploy via a war file. I must

Clarification in Apache-Tomcat access log

2004-02-26 Thread Anbu
Hello All, We have a setup like Apache 1.3.28 - mod_jk 1.2.0 - Tomcat 4.0.6 - Applications. We have used ErrorDocument in Apache httpd.conf file to redirect for 500 errors. In a situation we have 302 status logged in Apache log. This is obviously because there has been a 500 error and we

Re: jsp deployment-- Clarification of Invoker

2004-02-16 Thread BAO RuiXian
Unable to check all the mails. But, glad to hear you and Doug together solved your problem. Cheers Bao Jerry Ford wrote: Well, that was certainly fun :) I have made it work, and I think I sort of know how. Not *why* the fix works, just *how* to get my app functional once again. And you

Re: jsp deployment-- Clarification of Invoker

2004-02-15 Thread Jerry Ford
Well, that was certainly fun :) I have made it work, and I think I sort of know how. Not *why* the fix works, just *how* to get my app functional once again. And you are correct, Doug, in aiming me at the invoker servlet as the culprit. The solution that worked for me is to remove the

Re: jsp deployment-- Clarification of Invoker

2004-02-15 Thread Parsons Technical Services
Jerry, This is one of the main reasons I'm on this list. It peaks my curiosity to learn about the how's and whys. Currently I only have one machine running for development but that can change at any time and its little things like this that help prepare me. Also another caveat of the invoker, if

Re: jsp deployment-- Clarification of Invoker

2004-02-14 Thread Parsons Technical Services
My understanding of invoker and my attempt to explain invoker and mapping. Please correct any error I have made. Jerry Ford wrote: I don't fully understand the invoker servlet myself, but here's what I think I know: The invoker mapping only applies to servlets, not html or jsps, and the

rfc2822 clarification on date headers

2004-01-20 Thread Donie Kelly
Hi allJavamail generates a date in the format: Date: Tue, 20 Jan 2004 11:57:37 + (GMT)The spec below implies that the timezone is either a numeric offset or the timezone is specified like Date: Fri, 23 Jan 2004 11:57:24 GMTCan somebody clarify why javamail uses both forms?Extract from

[OT] rfc2822 clarification on date headers

2004-01-20 Thread Donie Kelly
Sorry guys, this was supposed to go to the JavaMail mailing list. Sorry. -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED] Sent: 20 January 2004 12:15 To: Tomcat Users List (E-mail) Subject: rfc2822 clarification on date headers Hi all Javamail generates a date

[OT] Getting form values - clarification required.

2003-11-07 Thread Antony Paul
Hi, When submitting a form with some text fields whose value is blank, in servlet using request.getParameter(test) gives a blank string with length of zero. I think in earlier versions (4.0.2) it was giving null. Is this the proper behavior or I am wrong ?. I am using Tomcat 4.1.27 with

Re: [OT] Getting form values - clarification required.

2003-11-07 Thread Harry Mantheakis
Hello When submitting a form with some text fields whose value is blank, in servlet using request.getParameter(test) gives a blank string with length of zero. I think in earlier versions (4.0.2) it was giving null. Is this the proper behavior or I am wrong ?. My experience with TC 4.1.8 and

log rotation clarification

2003-07-07 Thread Euan Guttridge
Tomcat automatically rotates localhost_log_x and localhost_access_log_x, but not catalina.out. From searching the archives you need to use a cron to rotate catalina. 1 - Is this correct 2 - Where is the rotation for localhost_x configured? 3 - Will this change in TC5? Thanks, Euan

Re: log rotation clarification

2003-07-07 Thread Tim Funk
This is correct. The config for localhost_x is in its logging element. For example: Logger className=org.apache.catalina.logger.FileLogger directory=logs prefix=localhost_log. suffix=.txt timestamp=true/ For all configurable properties, see the javadocs for

RE: log rotation clarification

2003-07-07 Thread Dave Naden
07, 2003 6:56 AM To: Tomcat Users List Subject: Re: log rotation clarification This is correct. The config for localhost_x is in its logging element. For example: Logger className=org.apache.catalina.logger.FileLogger directory=logs prefix=localhost_log. suffix=.txt

Re: log rotation clarification

2003-07-07 Thread Tim Funk
Subject: Re: log rotation clarification This is correct. The config for localhost_x is in its logging element. For example: Logger className=org.apache.catalina.logger.FileLogger directory=logs prefix=localhost_log. suffix=.txt timestamp=true/ For all

RE: JDBC Pooling Clarification

2003-06-30 Thread Gregory, Carlton
implementations of the Oracle ConnectionCache (pooling physical connections). -Original Message- From: mike jackson [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 5:05 PM To: 'Tomcat Users List' Subject: RE: JDBC Pooling Clarification Personally I've had problems with Oracle's

JDBC Pooling Clarification

2003-06-27 Thread Gregory, Carlton
After googling to countless pages on connection pooling I figured I should ask the list for some clarification. According to this doc: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-how to.html DBCP is what Tomcat uses to perform connection pooling

RE: JDBC Pooling Clarification

2003-06-27 Thread Shapira, Yoav
Howdy, Question 1. This package is used REGARDLESS of what database you are using? You can configure what package is used by altering the factory setting in the ResourceParams section for your data source. Question 2. If DBCP does not have to be used then I could use Oracles

RE: JDBC Pooling Clarification

2003-06-27 Thread Gregory, Carlton
PROTECTED] Sent: Friday, June 27, 2003 4:44 PM To: Tomcat Users List Subject: RE: JDBC Pooling Clarification Howdy, Question 1. This package is used REGARDLESS of what database you are using? You can configure what package is used by altering the factory setting in the ResourceParams section

RE: JDBC Pooling Clarification

2003-06-27 Thread mike jackson
PROTECTED] -Original Message- From: Gregory, Carlton [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 12:54 PM To: 'Tomcat Users List' Subject: RE: JDBC Pooling Clarification thanks Yoav, Oracle has some good example on there technet.oracle.com site but the use OC4J

Tomcat hangs under SSL connection, Clarification of Problem I have been experiencing, really need help

2003-01-15 Thread Steve Vanspall
Hi there I am having a reall problem with Tomcat. These are my specs Tomcat 4.1.18LE for JDK 1.4 (Also have a problem with 4.1.18 standard) Struts 1.1-b2 and naturally JDK 1.4.1 My application seems to work, without a hitch, until I implement the SSLext for Struts 1.1-b2 Then things go bad.

Clarification about reloadable=true in tomcat 4.1.16

2002-12-09 Thread Brandon Cruz
I think the answer is yes, but do contexts configured in tomcat 4.1.16 default to reloadable=true? If that is the case, will this work for me...? I have a couple hundred vhosts all with a few contexts each. Right now, I don't have any default context configured, but I do have a default host.

RE: Clarification: Same host multiple ports don't work?

2002-02-25 Thread Anton Brazhnyk
Hi, -Original Message- From: Anders Rundgren [mailto:[EMAIL PROTECTED]] Sent: Friday, February 22, 2002 8:28 PM To: Tomcat Users List Subject: Clarification: Same host multiple ports don't work? http://myhost:8000/app http://myhost:9000/app Should be possible to configure

Clarification: Same host multiple ports don't work?

2002-02-22 Thread Anders Rundgren
http://myhost:8000/app http://myhost:9000/app Should be possible to configure independtly, I.e. app could be different for the two ports. But the Tomcat mapping schemes does not seem to include port and host. /anders - Original Message - From: Anders Rundgren [EMAIL PROTECTED] To:

Quick classpath clarification

2002-01-14 Thread Mario Felarca
I just wanted to clarify my understanding with the list. Say I have Tomcat 3.2.4 running as a service, and on its classpath, there is a jar called test.jar. My understanding is that if a webapp has its own version of test.jar in its web-inf/lib directory, that will NOT take priority over the

Clarification on Filter API and Requestdispatcher

2002-01-09 Thread Daniel Hoppe
Hi all, I'm trying to get a clarification on an ambiguity in the Servlet specification 2.3. Consider a setup like this: JSP

Re: Clarification on Filter API and Requestdispatcher

2002-01-09 Thread Craig R. McClanahan
On Wed, 9 Jan 2002, Daniel Hoppe wrote: Date: Wed, 9 Jan 2002 13:00:09 +0100 From: Daniel Hoppe [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] Subject: Clarification on Filter API and Requestdispatcher Hi all, I'm trying

RE: Clarification on Filter API and Requestdispatcher

2002-01-09 Thread Daniel Hoppe
Thanks a lot Craig, that was the interpretation I had expected and hoped for! Daniel sitewaerts GmbH Hebelstraße 15 D-76133 Karlsruhe Tel: +49 (721) 920 918 0 Fax: +49 (721) 920 918 29 http://www.sitewaerts.de -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands:

Re: Clarification needed, please

2001-12-28 Thread Nikola Milutinovic
Why? My situation is that I have an n-tree data structure and I wish to display the entire subtree for a given node. The task is an e-mail address book in my company. I have organizational units in an n-tree and e-mail users as leafes of organizational units. I don't think this is

RE: Clarification needed, please

2001-12-28 Thread Randy Layman
-Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Friday, December 28, 2001 4:59 AM To: Tomcat Users List Subject: Re: Clarification needed, please This would mean that as long as the JSP is loaded it will keep a connection open. Is this a good

Re: Clarification needed, please

2001-12-27 Thread Craig R. McClanahan
On Thu, 27 Dec 2001, Nikola Milutinovic wrote: Date: Thu, 27 Dec 2001 09:09:23 +0100 From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Clarification needed, please The key is that each

Clarification needed, please

2001-12-26 Thread Nikola Milutinovic
Hi all. After some testing I have reached a certain conclusion and I would like to confirm it. This all emerged after my long trail on recursive servlets SHORT FORM If Tomcat gets two requests, handled by the same servlet, will the same instance of that servlet handle

RE: Clarification needed, please

2001-12-26 Thread Randy Layman
-Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 26, 2001 8:45 AM To: Tomcat Users List Subject: Clarification needed, please Hi all. After some testing I have reached a certain conclusion and I would like to confirm

RE: Clarification needed, please

2001-12-26 Thread Mark . Donoghue
-Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] snip -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED]] snip If Tomcat gets two requests, handled by the same servlet, will the same instance of that servlet handle it? Yes. Tomcat will

RE: Clarification needed, please

2001-12-26 Thread Randy Layman
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 26, 2001 12:09 PM To: [EMAIL PROTECTED] Subject: RE: Clarification needed, please snip If Tomcat gets two requests, handled by the same servlet, will the same instance

Re: Clarification needed, please

2001-12-26 Thread Craig R. McClanahan
On Wed, 26 Dec 2001, Nikola Milutinovic wrote: Date: Wed, 26 Dec 2001 14:45:06 +0100 From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Clarification needed, please Hi all. After some testing I have

RE: Clarification needed, please

2001-12-26 Thread Craig R. McClanahan
On Wed, 26 Dec 2001 [EMAIL PROTECTED] wrote: Date: Wed, 26 Dec 2001 12:09:12 -0500 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: Clarification needed, please -Original Message- From: Randy Layman [mailto:[EMAIL

RE: Clarification needed, please

2001-12-26 Thread Mark . Donoghue
: Wednesday, December 26, 2001 2:10 PM To: Tomcat Users List Subject: RE: Clarification needed, please On Wed, 26 Dec 2001 [EMAIL PROTECTED] wrote: Date: Wed, 26 Dec 2001 12:09:12 -0500 From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE

RE: Clarification needed, please

2001-12-26 Thread thanaa
: WebAppDeploy examples warpConnection /examples/ Can I know what I should put instead of examples? Thank you. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 26, 2001 3:10 PM To: [EMAIL PROTECTED] Subject: RE: Clarification needed, please

Re: Clarification needed, please

2001-12-26 Thread Nikola Milutinovic
Is it OK to place non-static attributes of the class into global declaration section or should I confine them to being local variables of the service() method? N!. If you don't want to receive threading problems that become very difficult to diagnose, don't put anything

Re: Clarification needed, please

2001-12-26 Thread Craig R. McClanahan
On Thu, 27 Dec 2001, Nikola Milutinovic wrote: Date: Thu, 27 Dec 2001 07:55:50 +0100 From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Clarification needed, please Is it OK to place non-static

Re: Clarification needed, please

2001-12-26 Thread Nikola Milutinovic
From what I understand of the Servlet Spec. a servlet must be contained within one instance of a JVM (because of concurrency issues) but, that is not related to the servlet scope which pertains to the semantics of your web application. That's kinda how I've been

Re: Clarification needed, please

2001-12-26 Thread Nikola Milutinovic
Thank you Craig. That was the most explicit and exhaustive answer ever. I wish I knew that a month ago. Nix.

Re: Clarification needed, please

2001-12-26 Thread Nikola Milutinovic
Ahh. OK. I'm mixing things together when I shouldn't. Isn't it unfortunate you learn most after putting your foot in your mouth? I suppose more unfortunate is not learning anything afterward. Well, I've just spent a whole month "putting my foot into the JSP"... :-) Nix.

Re: Quick clarification

2001-11-13 Thread Craig R. McClanahan
On Tue, 13 Nov 2001, Paul Pattison wrote: Date: Tue, 13 Nov 2001 02:34:41 -0500 From: Paul Pattison [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Quick clarification I'm a little confused and was hoping someone could clear something up

Re: Quick clarification

2001-11-13 Thread David Smith
- Original Message - From: Paul Pattison [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 13, 2001 12:34 AM Subject: Quick clarification I'm a little confused and was hoping someone could clear something up for me. I've recently downloaded Tomcat 4.0.1. I've been

RE: Quick clarification

2001-11-13 Thread Paul Pattison
of this or better yet, got it working? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Craig R. McClanahan Sent: Tuesday, November 13, 2001 9:44 AM To: Tomcat Users List Subject: Re: Quick clarification On Tue, 13 Nov 2001, Paul Pattison wrote: Date: Tue, 13 Nov 2001

RE: Quick clarification

2001-11-13 Thread Martin van den Bemt
documentation regarding this in the installation and is well discussed here on the mailinglists. Mvgr, Martin -Original Message- From: Paul Pattison [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 13, 2001 8:35 AM To: [EMAIL PROTECTED] Subject: Quick clarification I'm a little

Quick clarification

2001-11-12 Thread Paul Pattison
I'm a little confused and was hoping someone could clear something up for me. I've recently downloaded Tomcat 4.0.1. I've been using it non-stop for the last couple weeks and I love it. My confusion lies in the fact that I thought that Tomcat was built on top of the Apache web server and that

Final resolution on JCE exceptions and Tomcat (3.2.1)?- NEED CLARIFICATION

2001-08-21 Thread SUBRAHMANYAM,VEENA (HP-MountainView,ex1)
Hi I am having the same problem with JCE and tomcat 3.2.2. This is on NT, SP5, Tomcat 3.2.2, and cocoon2. The following pasted email I saw in the archives, alludes to 4 jar files that when moved, fixes the problem. I have moved the jce1.2.1.jar, and the jce provider.jar out of the web-inf

Clarification on uriworkermap.properties-auto

2001-04-27 Thread Hawkins, Keith (Keith)
Title: Clarification on uriworkermap.properties-auto Does Tomcat read both uriworkermap.properties and uriworkermap.properties-auto? Or do I have to copy uriworkermap.properties-auto to uriworkermap.properties in order for Tomcat to use its entries? Thanks in advance for any help

Clarification, Private config files and not Tomcat config

2001-04-20 Thread John Gentilin
Just to clarify, I am talking about Property files that I want to load into my servlet. John Gentilin wrote: Is there any standard on how to implement configuration files. I have an issue with site specific information. If I package the file with my WAR file and load it from the classpath,

Acrobat question clarification

2001-04-17 Thread Steve G
Let me clarrify the problem. I am using Tomcat on a Unix system. I am using it stand-alone without Apache. I have 2 problems. I have an html file with links to serveral PDFs in it. When I click the link Tomcat loads the PDF into the browser as ascii text rather than launching Acrobat. If I

RE: Acrobat question clarification

2001-04-17 Thread Randy Layman
Add the mime-type mappings to the web.xml file in your webapp's directory, not the one in conf. Randy -Original Message- From: Steve G [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 12:10 PM To: [EMAIL PROTECTED] Subject: Acrobat question clarification Let

RE: Acrobat question clarification

2001-04-17 Thread Craig O'Brien
-Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 17, 2001 8:57 AM To: [EMAIL PROTECTED] Subject: RE: Acrobat question clarification Add the mime-type mappings to the web.xml file in your webapp's directory, not the one in conf. Randy

Re: Acrobat question clarification

2001-04-17 Thread RameshBabu R Muthuvel
Hi This happens to me too, though i use a NT machine. I normally do the foll: 1) clear the browsers cache, close the browser and restart it, it works fine. 2) (the first time i got this error), my acrobat could not launch. so i downloaded and reinstalled, since i was not sure about plugging

Namespace clarification

2001-04-02 Thread Prasanna.N
Hi, I am using TOMCAT 3.2. I am trying to transform an xml doc with XSL to generate a HTML. When i write a simple Java Class and use xerces, xalan it works just fine. When written in JSP using JAVA, When i call the page i am getting the following error "Namespace not supported by SAX Parser".

Re: Namespace clarification

2001-04-02 Thread Christian Seifert
tomcat puts together the classpath dynamically and you have no way of influencing the order it does so. so the sax parser might me loaded before xerces. one way to get around this is to edit the tomcat.bat and change the dynamically setting of the classpath to statically setting the classpath and

Re: Namespace clarification

2001-04-02 Thread Mr.Y.SHIVAKANT
-Original Message- From: Christian Seifert [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: Monday, April 02, 2001 1:45 PM Subject: Re: Namespace clarification tomcat puts together the classpath dynamically and you have no way of influencing the order it does so. so

Clarification

2001-01-12 Thread Samson, Lyndon [IT]
Hi All I'm asking this even though I'm pretty sure of the answer and I'm sure its come up before. Short version is, what is the class path search order of WEB-INF/lib ? If it containts a.jar and b.jar and they both contain class C, which class C is instantiated by a servlet? I think its

RE: Clarification

2001-01-12 Thread Wang, Jianming
]' Subject: Clarification Hi All I'm asking this even though I'm pretty sure of the answer and I'm sure its come up before. Short version is, what is the class path search order of WEB-INF/lib ? If it containts a.jar and b.jar and they both contain class C, which class C is instantiated by a servlet

RE: Clarification

2001-01-12 Thread Samson, Lyndon [IT]
-Original Message- From: Wang, Jianming [mailto:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 3:20 PM To: '[EMAIL PROTECTED]' Subject: RE: Clarification In order to use class C, you have to import the package which the class C belongs to. So the order of the import determines which class C

RE: Clarification

2001-01-12 Thread Michael Wentzel
Sorry I should have been clearer. My example meant the default package, and the question was in relation to what would happen if classes/packages were the same. ie WEB-INF/lib/a.jar contains; org.apache.C WEB-INF/lib/b.jar contains; org.apache.C Which C is loaded? The

IIS Tomcat Configuration Clarification

2000-12-25 Thread tan hai shi
Hi, I'm half way configure Tomcat integration with IIS following Gal Shachor step-by-step instruction. I'm not able to understand where can i add filter in IIS for isapi_redirect.dll. I need further clarification on the above mentioned. I'm currently using IIS4 with NT SP4. Thanks in advanced

Re: IIS Tomcat Configuration Clarification

2000-12-25 Thread David M. Holmes
for isapi_redirect.dll. I need further clarification on the above mentioned. I'm currently using IIS4 with NT SP4. Thanks in advanced. Tan . s in advanced. Tan . __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http

RE: [tomcat-user] Re: Request for clarification - I.E. Tomcat mod_jkinstalled in Apache

2000-11-03 Thread John Bateman
mentation? Thank you very much for your response. -Original Message- From: kenneth topp [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 02, 2000 6:01 PM To: John Bateman Cc: Tomcat-User (E-mail) Subject: [tomcat-user] Re: Request for clarification - I.E. Tomcat mod_jkinstal

AW: Request for clarification - I.E. Tomcat mod_jk installed in Apache

2000-11-03 Thread Ralph Einfeldt
: Donnerstag, 2. November 2000 20:34 An: Tomcat-User (E-mail) Betreff: Request for clarification - I.E. Tomcat mod_jk installed in Apache snip/ Why would I need to put the module 'inside' apache, if I'm required to run Tomcat as a process AND access my servlets on another port? Can I not just run

Request for clarification - I.E. Tomcat mod_jk installed in Apache

2000-11-02 Thread John Bateman
Hi I've installed the mod_jk module into Apache, everything 'seems' to work fine. I've also configured a new App called "Servlets" just to test stuff. When I issue http://serverIP/Servlets/servlet/SampleCode The server says "404 cannot find file" and the logs claim "Cannot find file

jar placement (clarification needed)

2000-11-01 Thread Mike Haberman
There was a thread a while back about where to place application specific jar files. I read the thread but the solution has not worked. I have a jar file (myApp.jar) I have tomcat 3.2 running I place myApp.jar in $TOMCAT_HOME/lib it works! (but I don't want it to live there) I place

Re: jar placement (clarification needed)

2000-11-01 Thread Jim Rudnicki
When you tried this, had you created a context named myApp in the server.xml file? It is that context that associates jar files in webapps/myApp/WEB-INF/lib with the deployment descriptor in webapps/myApp/WEB-INF/web.xml While that might resolve the problem, it strikes me as wrong. I was

clarification of my understanding of tomcat

2000-10-27 Thread Mike Haberman
Can someone tell me if it's possible to mix web applications that have been build with different jdks than what jvm tomcat runs under? Can tomcat run under jvm 1.1.x and serve up jdk1.2 apps? Can tomcat run under jvm 1.2 and serve up jdk1.1.x apps? What is the recommended jvm to use with

RE: clarification of my understanding of tomcat

2000-10-27 Thread James House
with tomcat. James -Original Message- From: Mike Haberman [mailto:[EMAIL PROTECTED]] Sent: Friday, October 27, 2000 3:08 PM To: [EMAIL PROTECTED] Subject: clarification of my understanding of tomcat Can someone tell me if it's possible to mix web applications that have been build

Re: clarification of my understanding of tomcat

2000-10-27 Thread Mike Haberman
- From: Mike Haberman [mailto:[EMAIL PROTECTED]] Sent: Friday, October 27, 2000 3:08 PM To: [EMAIL PROTECTED] Subject: clarification of my understanding of tomcat Can someone tell me if it's possible to mix web applications that have been build with different jdks than what jvm tomcat