RE: SSLPeerUnverifiedException?

2002-12-01 Thread mech
Check: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14164 Upgrade to 4.1.14+ -Original Message- From: Randy Secrist [mailto:[EMAIL PROTECTED]] Sent: Sonntag, 1. Dezember 2002 08:06 To: Tomcat Users List Subject: SSLPeerUnverifiedException? I am getting a whole lot of

Re: tomcat 4.1.12 much slower than Tomcat 4.0.3

2002-12-01 Thread simon
Ron, Just some ramblings/thing I have been thinking about. I had performance problems with jakarta-james on win2000 which did not happen on linux, james dev guy fixed it. So I was wondering what OS and java are you using. Are you

Servlet unavailable discussion

2002-12-01 Thread Paul Yunusov
Hello, I was wondering what, in general, can cause a servlet to be unavailable as reported by a StandardWrapperValve of Tomcat 4.1.12. Thanks, Paul -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Session cookie not recognized in www. subdomain alias

2002-12-01 Thread Garrett Smith
Hello Tomcat Users, I am having a problem with access to the www. alias of my site having a different session cookie. What is the proper way to make tomcat use .dhtmlkitchen.com for my session cookie? To see what I mean, go to http://dhtmlkitchen.com/ and then to

Win98/ME - Tomcat not closing on Shutdown

2002-12-01 Thread Chris Weaver
This may or may not be the right group so if I'm off I apologize in advance. I've taken the Tomcat server and modified it so that it is embedded per the Apache Jakarta-Tomcat book by James Goodwill, chapter 6. I've then added my own web apps and all of this works great. The problem is that when

Re: Session cookie not recognized in www. subdomain alias

2002-12-01 Thread Milt Epstein
On Sun, 1 Dec 2002, Garrett Smith wrote: Hello Tomcat Users, I am having a problem with access to the www. alias of my site having a different session cookie. What is the proper way to make tomcat use .dhtmlkitchen.com for my session cookie? To see what I mean, go to

JSP page not found, invoker mess

2002-12-01 Thread Vy Ho
After having my problem, and reading the discussion about invoker, security, etc, I decide to voice up. My servlets work fine in both tomcat 4.03 and 4.1.12. However, none of my jsp pages work (not found). I guess, it has something to do with the servlet. The problem is that if I use the

Re: SSLPeerUnverifiedException?

2002-12-01 Thread Randy Secrist
Well, now I know it isn't me. Thanks! Randy - Original Message - From: mech [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Sunday, December 01, 2002 5:03 AM Subject: RE: SSLPeerUnverifiedException? Check: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14164

RE: Servlet unavailable discussion

2002-12-01 Thread Reynir Hübner
I've have got this error, when a class that the servlet uses has changed. If a class that the servlet relies on has been changed and compiled afterwards the servlet was compiled it may report as unavailable. Because this is an error you should get at compile time, but not runtime. There may

RE: Redirecting requests back to the webserver from tomcat

2002-12-01 Thread Reynir Hübner
Hi, I don't think it is with out changing the connectors somehow. I cannot see the gain in doing it either, as if you are handling the request at somepoint for all content (both static and non static) in tomcat, you are delaying each request a small bit, and there for you could just as well

Re: SSLPeerUnverifiedException?

2002-12-01 Thread anywhere-info
download tomcat-util from gump.covalent.com/jars/latest/tomcat-connector Randy Secrist wrote: I am getting a whole lot of these warnings in my stderr.log each time a client connects via SSL. I have been using SSL since tomcat 3.x - and have never had any problems. Since I recently switched to

Re: Servlet unavailable discussion

2002-12-01 Thread anywhere-info
could you be you dint un-comment the invoker servlet in web.xml of ur tomcat Paul Yunusov wrote: Hello, I was wondering what, in general, can cause a servlet to be unavailable as reported by a StandardWrapperValve of Tomcat 4.1.12. Thanks, Paul -- To unsubscribe, e-mail: mailto:[EMAIL

RE: need request lifecycle diagram

2002-12-01 Thread Reynir Hübner
Hi aaron, To answer your questions directly, I don't know if a diagram as you want exists, but yes it's a good idea. In my understanding the row is like this : 1. HTTP service receives the request. 2. If an authentication valve is set to handle the authentication it will happen next, as it

RE: Tomcat problems

2002-12-01 Thread Reynir Hübner
Hi, The first thing I think of is I've never heard of a file called jakarta.dll, in my experience it's called isapi_redirect.dll. What kind of errors are you getting ? Do you get a green arrow (for the filter) ? If I understand you correctly you are trying to redirect from the IIS machine to

Re: Servlet unavailable discussion

2002-12-01 Thread Paul Yunusov
On Sunday 01 December 2002 01:55 pm, anywhere-info wrote: could you be you dint un-comment the invoker servlet in web.xml of ur tomcat Paul Yunusov wrote: Hello, I was wondering what, in general, can cause a servlet to be unavailable as reported by a StandardWrapperValve of Tomcat

Re: Servlet unavailable discussion

2002-12-01 Thread Tim Funk
Its a security hole. Look at the archives for a more in depth explanation. Personally, I hate the invoker servlet because - it exposes the class name being used. Much harder to refactor your system. - Doesn't require explicit definition of servlets. This makes maintenance very hard because there

Re: Servlet unavailable discussion

2002-12-01 Thread Paul Yunusov
Thanks, Tim. Makes a lot of sense now. Paul On Sunday 01 December 2002 03:01 pm, Tim Funk wrote: Its a security hole. Look at the archives for a more in depth explanation. Personally, I hate the invoker servlet because - it exposes the class name being used. Much harder to refactor your

Re: Servlet unavailable discussion

2002-12-01 Thread Paul Yunusov
On Sunday 01 December 2002 10:02 am, Paul Yunusov wrote: Hello, I was wondering what, in general, can cause a servlet to be unavailable as reported by a StandardWrapperValve of Tomcat 4.1.12. Thanks, Paul The invoker servlet discussion was useful but it didn't really address the question

Re: SSLPeerUnverifiedException?

2002-12-01 Thread Uri Shohet
From http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13358 This is a warning which can be ignored (and has been removed). 4.1.13 will have the fix. HTH On Sunday 01 December 2002 09:06, Randy Secrist wrote: I am getting a whole lot of these warnings in my stderr.log each time a client

Re: JSP page not found, invoker mess

2002-12-01 Thread micael
This thinking is wrong, Ho. You don't understand the situation. The invoker servlet only involves the servlets and not the JSP pages, even though they become servlets. The truth is that this is all a freebee and we owe the people that did this work a lot of thanks. If you don't like it,

JNDI Datasource question

2002-12-01 Thread Ron Smits
Evening A question to grow my knowledge:) On tomcat 4.1.12-LE-jdk14 deployment with java jsdk 1.4.1_01-b01 I have installed the two missing jar files from commons (dbcp and pool) and made the example from the documentation (/DBTest) work. Great work, well written and very clear. So my question.

HELP!! Tomcat crashes on me!

2002-12-01 Thread Steve R Burrus
Hello all. I need some help w. Tomcat 4.1.12 simply CRASHING ON ME when I try/attempt to activate the damned thing!!! Now, what in the hell could be possibly causing this anyway??!!! I WAS using the version 4.1.16 of Tomcat for a little while before it too started to crash on me. I might

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread micael
The envirnomental variables probably are irrelevant, so long as you did not change the name of your directories, especially the one Tomcat is in. What you probably have is some problem with how you set up the web.xml, or a war or application in the TOMCAT_HOME/webapps directory. Since you

Re: JNDI Datasource question

2002-12-01 Thread Jacob Kjome
Hi Ron, That is referring to a context configuration file. You *always* need to set up your DataSources through the proprietary server configuration. The stuff in the web.xml only defines the interface. For instance, if you set up DBCP specific stuff in the web.xml file, your app would be

Why does encodeURL not include Session ID when switching betweenHTTP and HTTPS

2002-12-01 Thread Raiden
Hello, I have searched the archives, and while I have seen several people ask this question, there doesn't seem to be an agreed upon answer/solution. I am using Tomcat 4.1.12. When cookies are on, I can switch bettween http and https just fine, while maintaining my session. (I am using the

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Jacob Kjome
Steve, again, you need to provide more info with your questions if you expect help from people. Tomcat is crashing on me with no more info is totally useless. What are the symptoms? What stacktraces do you see? Any info in the log files? Jake At 01:42 PM 12/1/2002 -0800, you wrote:

Re: Why does encodeURL not include Session ID when switching betweenHTTP and HTTPS

2002-12-01 Thread Raiden
A quick addendum... is there a setting somewhere that I need to explicitly state that my server is www.myserver.com, and therefore regardless of protocol (HTTP or HTTPS), all links at this server should be encoded with the session id? Thanks again, Raiden On Sun, 1 Dec 2002, Raiden wrote:

Re: Why does encodeURL not include Session ID when switching betweenHTTP and HTTPS

2002-12-01 Thread Tim Funk
I think the question to ask is (which I can't answer): Will encodeURL() encode URLS if the request protocol [or for that matter, server] is different? You are switching from http to https. Since this is a different namespace, all bets may be off whether encodeURL will work like the way you

Re: Why does encodeURL not include Session ID when switching betweenHTTP and HTTPS

2002-12-01 Thread Milt Epstein
On Sun, 1 Dec 2002, Raiden wrote: Hello, I have searched the archives, and while I have seen several people ask this question, there doesn't seem to be an agreed upon answer/solution. I am using Tomcat 4.1.12. When cookies are on, I can switch bettween http and https just fine, while

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread smurray
one thing I have learned about running Tomcat on Windows: It works great if I just unzip the bin download file and set the catalina_home environment variable manually. It has problems if I download the installation executable and install it via the installer. just something I have noticed...

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Kwok Peng Tuck
Seems to be ok for me , both zip exe. What's the crash like, I mean what errors were displayed? [EMAIL PROTECTED] wrote: one thing I have learned about running Tomcat on Windows: It works great if I just unzip the bin download file and set the catalina_home environment variable manually.

Launching Tomcat in a demo app

2002-12-01 Thread shef
We have a server-side app that we'd like to ship with an easy-to-use demo. We'll run an installer that copies Tomcat and a webapp to a local directory, and then we'd like to launch Tomcat, launch a browser, and navigate to the webapp's home page. (We're only concerned about Windows deployment at

http/1.1 pipelined request processing order

2002-12-01 Thread Michael Yates
Hi all, From some testing I have done it appears Tomcat ensures that pipelined requests (HTTP/1.1) are handled in order by only handing off request #2 after request #1 has completely finished processing. This adds quite a delay in processing a sequence of lengthy requests. Say 2 requests arrive

Logging to catalina logger

2002-12-01 Thread Peter Lee
How do I produce log output to the catalina loggerwhen my program wants to print out some exceptions or messages? Any documents on this? Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Logging to catalina logger

2002-12-01 Thread Triptpal Singh Lamba
I dont know abt the cataline logger,I am using a small method I wrote and it is working fine right now. import java.io.FileWriter; import java.io.IOException; import java.util.Calendar; import java.util.TimeZone; public class Logger { static FileWriter out = null; static String filePath =

Re: Logging to catalina logger

2002-12-01 Thread Jon Eaves
Hi Peter, I'm rapidly coming to the conclusion that Tomcat is the Perl of the web application development environments. For those who aren't familiar with Larry Wall's quote on doing things in Perl, it's There's always more than one way to do it. Starting at the top: 1. Use the log() method 2.

relocating conf/server.xml

2002-12-01 Thread Hanasaki JiJi
I would like to have the following structure. This way tomcat installations can be replaced and the environment variable will make the installation use the config from standalone directory. Deleting the tomcat install wont delete the configs :) /usr/local/tomcat4.1.12 /usr/data/tomcat/conf

Re: Filter in Tomcat 3.3.1

2002-12-01 Thread Craig R. McClanahan
Please do not cross-post questions on both the DEV and USER lists. In particular, this is a USER list sort of question. On Thu, 28 Nov 2002, Laxmikanth M.S. wrote: Date: Thu, 28 Nov 2002 17:49:09 +0530 From: Laxmikanth M.S. [EMAIL PROTECTED] Reply-To: Tomcat Developers List [EMAIL PROTECTED]

Re: relocating conf/server.xml

2002-12-01 Thread Tomislav Miladinovic
Hi Hanaski, I am behind of this point you are talking about, I just installed Tomcat 4.1.12 when I start Tomcat comes out error: The page cannot be displayed HTTP 500 - Internal server error Internet Explorer Do you have some experience with this, can you help. Thanks, Tomislav -

Re: need request lifecycle diagram

2002-12-01 Thread Craig R. McClanahan
On Sat, 30 Nov 2002, AAron nAAs wrote: Date: Sat, 30 Nov 2002 11:14:22 -0500 From: AAron nAAs [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: need request lifecycle diagram Does anyone know of a good request lifecycle diagram showing all the

Re: Servlet unavailable discussion

2002-12-01 Thread Craig R. McClanahan
On Sun, 1 Dec 2002, Paul Yunusov wrote: Date: Sun, 1 Dec 2002 15:40:41 -0500 From: Paul Yunusov [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Servlet unavailable discussion On Sunday 01

Re: Session cookie not recognized in www. subdomain alias

2002-12-01 Thread Craig R. McClanahan
On Sun, 1 Dec 2002, Garrett Smith wrote: Date: Sun, 1 Dec 2002 07:41:10 -0800 (PST) From: Garrett Smith [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Session cookie not recognized in www. subdomain alias Hello Tomcat Users, I am having

Re: Logging to catalina logger

2002-12-01 Thread Craig R. McClanahan
On Sun, 1 Dec 2002, Peter Lee wrote: Date: Sun, 01 Dec 2002 17:05:59 -0800 From: Peter Lee [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Logging to catalina logger How do I produce log output to the catalina

Re: Servlet unavailable discussion

2002-12-01 Thread Paul Yunusov
On Sunday 01 December 2002 09:57 pm, Craig R. McClanahan wrote: On Sun, 1 Dec 2002, Paul Yunusov wrote: Date: Sun, 1 Dec 2002 15:40:41 -0500 From: Paul Yunusov [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]

tomcat 4.1.12 log of pages hit

2002-12-01 Thread Hanasaki JiJi
I dont seem to find the web hit logs? The ones that can be run through webtrends. Where are they? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: tomcat 4.1.12 log of pages hit

2002-12-01 Thread Peng Tuck Kwok
Most log files are in the logs directory, one for each context. I'm not sure if it is compulsory to define a logfile for a context, but if you don't then that's probably why you don't have a log file. Hanasaki JiJi wrote: I dont seem to find the web hit logs? The ones that can be run through

Re: tomcat 4.1.12 log of pages hit

2002-12-01 Thread Jon Eaves
Unless you have implemented an AccessLogValve in the Engine, Host or Context they will be nowhere. By default they end up in the logs directory. Oh, and all that information is in the Tomcat documentation. Have a look here: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/index.html

Bezerk - tomcat calls JSP twice ?

2002-12-01 Thread Stephen Riek
I'm either still suffering from the effects of Saturday night or really didn't understand something about Tomcat, because the following has me completely surprised and unable to explain. I have a very very simple JSP /Products/index.jsp as follows - % int i = 1; System.out.println(JSP PAGE

Re: Bezerk - tomcat calls JSP twice ?

2002-12-01 Thread Paul Yunusov
On Sunday 01 December 2002 10:23 pm, Stephen Riek wrote: I'm either still suffering from the effects of Saturday night or really didn't understand something about Tomcat, because the following has me completely surprised and unable to explain. I have a very very simple JSP /Products/index.jsp

Re: Bezerk - tomcat calls JSP twice ?

2002-12-01 Thread Stephen Riek
Thanks for the reply Paul. Might be the hangover - I get correct output when I follow your steps and refresh with the parameter still in the URL and without too. I use Tomcat 4.1.12. My output with the parameter in the URL: JSP PAGE DEBUGGING 1 JSP

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Steve R. Burrus
Kwok, the so-called crash is like it just flat disappearing on me!!! I mean, it's like puff, like up in smoke so to speak!! And, in response to a smurray, I already am and have been using the zip file version of Tomcat!! Is there some merit to what I suggested, namely that I delete and then turn

Can I use Type4 Driver in Tomcat 4.1.12

2002-12-01 Thread P Sasidhar
Hi, Can I use Type4 Driver For SQLServer Database in tomcat 4.1.12..If so how is it possible.. sasi

Re: Bezerk - tomcat calls JSP twice ?

2002-12-01 Thread Jacob Kjome
At 03:53 AM 12/2/2002 +, you wrote: If a Filter makes a call to a page using for example RequestDispatcher.forward(/Products/index.jsp), will that request dispatcher bypass any filters, or will it still be subject to all filter rules ? The filters will be bypassed. Quoting Craig R.

Re: Session with subdomain alias [solved] --discussion continues

2002-12-01 Thread Garrett Smith
I considered using mod rewrite. There is a problem there. If Apache generates a redirect from dhtmlkitchen.com to www.dhtmlkitchen.com (no idea why this happens), the rewrite will send back the session cookie. Consider the browser will resolve href=/path/to/resource.jsp to

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Jacob Kjome
Steve, I assume you are just double clicking on one of the Tomcat .bat files to run Tomcat. Instead, open up a command prompt, cd to the directory where the .bat files are and type the name of the .bat file you want to run. Now you will see the error output. Jake At 11:01 PM 12/1/2002

RE: Why does encodeURL not include Session ID when switching between HTTP and HTTPS

2002-12-01 Thread Ricky Leung
just take the protocol and domain part out of the encodeURL function and only have the rest of the section be in encodeURL(). so in stead of request.encodeURL(https://www.myserver.com/test.html;) use http://www.myserver.com; + requestencodeURL(/test.html); -Original Message- From:

Re: Can I use Type4 Driver in Tomcat 4.1.12

2002-12-01 Thread Jacob Kjome
A Type4 driver is all you should use. If you use the driver directly (if you don't use the Jakarta commons DBCP JNDI connection pooling) you can put the driver jar file in WEB-INF/lib or shared/lib or common/lib. If you use commons DBCP, then you *must* put the driver jar file in common/lib

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Peng Tuck Kwok
As far as I can tell, the zipped version is identical to the exe distro for each identical version, save the fact that the exe lets you start tomcat as a service, create shell extensions and create the admin user for the tomcat administration. Jacob's suggestion is useful, try and run the

Error exit signal Segmentation fault (11) in Apache 1.3.26 + Tomcat 4.1.12

2002-12-01 Thread Andric Chang
Hi All, I'm on Red-Hat/Linux 7.2 platform. I have installed Apache 1.3.26 - no problem. It works fine. I have installed tomcat 4.1.12 from binaries - no problem. This two works fine for standalone. However, when tried to intergrate these two by using mod_jk/1.1.0 or mod_jk/1.2.0, I got the

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Steve R Burrus
Listen up, men, I just now got thru with trying/attempting to activate Tomcat on the command line, but WITHOUT SUCCESS!! In fact here, for your reading pleasure, is the DOS screen dump: Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and

Apache-Tomcat Context problem

2002-12-01 Thread Laxmikanth M.S.
Hi all, I have configured apache1.3.27 with Tomcat4.1.12 using mod_jk - AJP13. I have two sites to be hosted and using two different port Numbers eg. 7010 and 7020 using Apache. for both the sites the home page is a JSP and so it is under webapps in to diff directory...I have added two context for

Double Version

2002-12-01 Thread Laxmikanth M.S.
Hi , I have installed two versions of Tomcat and apache running together on the same Machine Apache1.3.27 - Tomcat3.3.1 Apache1.3.27 - Tomcat4.1.12 is it possible to run the servers in the same macine. I am not able to start apache servers. Is there any way to resolve this. thanks Regards

Invalid command 'LoadModule'

2002-12-01 Thread Darrel Riekhof
I've been going through James Goodwill's article on the O'Reilly site, Configuring Tomcat and Apache With JK 1.2: http://www.onjava.com/pub/a/onjava/2002/11/20/tomcat.html I'm very sure I did everything correctly, but now after I start Tomcat, and then try to start Apache, I get the

Re: Invalid command 'LoadModule'

2002-12-01 Thread mmichot
Check that you have compiled Apache with the module so_mod You can check it by apachectl -l Normaly mod_so.c must be in the list This module is necessary to be able to load module dynamically Hope this help. On Monday 02 December 2002 08:51 am, Darrel Riekhof wrote: I've been going through

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Bill Barker
Despite claims to the contrary, what you want to run on the command line is: catalina run This will dump the error messages to your current consol window, instead of opening another window (that will go away). Steve R Burrus [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL

Re: Invalid command 'LoadModule'

2002-12-01 Thread Bill Barker
At a first guess, you copy of Apache hasn't been compiled to include mod_so (very unusual for a Linux system, but it's the only way I know of to get this message). If this is the case, you can either re-compile Apache to include mod_so, or re-compile Apache to include mod_jk as a static module.

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Steve R Burrus
Bill, I am about to go to bed, but I couldn't help but displaying the screen dump to u from executing the catalina run command: C:\jakarta-tomcat-4.1.12\bincatalina run Using CATALINA_BASE: .. Using CATALINA_HOME: .. Using CATALINA_TMPDIR: ..\temp Using JAVA_HOME: C:\j2sdk1.4.1_01\

Re: HELP!! Tomcat crashes on me!

2002-12-01 Thread Peng Tuck Kwok
Try a different JDK ? Sorry earlier on about asking you to use start.bat should have been catalina.bat I'm using j2sdk1.4.0_02 btw. Steve R Burrus wrote: Bill, I am about to go to bed, but I couldn't help but displaying the screen dump to u from executing the catalina run command:

Re: Need for apache with Tomcat4.1.12

2002-12-01 Thread Bill Barker
I've currently got one machine where I can switch between 3.3.1 4.1.x simply by shutting down one and starting the other. It required no changes to the Apache side. If all of your Apache directives look like: JkMount /mycontext/* ajp13 then you can do much the same thing. If you are allowing

Re: Why does encodeURL not include Session ID when switching between HTTP and HTTPS

2002-12-01 Thread Bill Barker
Ricky Leung [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... just take the protocol and domain part out of the encodeURL function and only have the rest of the section be in encodeURL(). so in stead of request.encodeURL(https://www.myserver.com/test.html;) use

How do I access files above and below \web-inf folder?

2002-12-01 Thread Peter Lee
How do I access files above and below \web-inf folder from a JSP/html file that is above the \web-inf folder ? I am now using getRealpath() in my jsp code, but it did not work. Any ideas? I am stuck now.. Thanks -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

CreateContext Error using Tomcat Admin

2002-12-01 Thread Laxmikanth M.S.
Hi, I have added a new host and trying to add context but I get the below mentioned error. The following below attributes are used docbase - webapps/site/mysite path - /sinsite - Error - HTTP Status 500 - Error invoking operation

Need for apache with Tomcat4.1.12

2002-12-01 Thread Laxmikanth M.S.
Hi , we were using apache1.3.27 with tomcat3.3.1 Now we are planning to move to tomcat4.1.12 ...do we need to still have apache configures with tomcat. If yes why? also we would like to know in whatways tomcat4.1.12 differs from tomcat3.3.1. anticipating early reply thanks in advance Regards