RE: Who use Tomcat as a stand-alone server in production environment ?

2002-04-04 Thread Richard S. Huntrods
Anthony, == Anthony Eden [EMAIL PROTECTED] I was unable to get it working with my Thawte certificate (which works fine in Apache). After some research I determined that there is an issue with the JSSE from Sun which prevents certain certs from working. Has this changed recently?

Sessions across webapp

2002-04-12 Thread David S. Soleno
with WebLogic's implementation. BEA promptly fixed the problem. Now it seems Tomcat 4 has this problem. Can anyone confirm or deny our findings. -- David S. Soleno 701 Palomar Airport Rd. Suite 110 Carlsbad, CA 92009 Tel: 760 804 1333 x107 Fax: 760 804 1331 Eml: [EMAIL PROTECTED] Web: www.nexprise.com

SRV 7.3 Session Scope violation

2002-04-15 Thread David S. Soleno
with WebLogic's implementation. BEA promptly fixed the problem. Now it seems Tomcat 4 has this problem. Can anyone confirm or deny our findings. -- David S. Soleno 701 Palomar Airport Rd. Suite 110 Carlsbad, CA 92009 Tel: 760 804 1333 x107 Fax: 760 804 1331 Eml: [EMAIL PROTECTED] Web: www.nexprise.com

Converted: Re: SingleSignOn Or Security Constraint ?

2002-04-18 Thread Jorge Valenzuela S.
The documents converted by Doc2pdf version 0.6.1a Doc2pdf is OpenSource Software written by Matthew Peterson. For more information please see http://doc2pdf.sourceforge.net Could not find any convertable attachments. If you are sure that you did indeed attach a file to convert, please

patch

2002-05-13 Thread dhyan S Raj
sir, i am using tomacat stand alone server in win2000. i have installed it in two systems, but in one ther is an exception report looks like the following. catalina.start: LifecycleException: null.open: java.net.BindException: Address in use: JVM_Bind:8080 But the same jproblem was seen

Re: Tomcat Hangs-UP...

2002-05-28 Thread Wagner Danda S. Filho
Here, we have the same problem!!! What can it be? Our configuration: - SunOS 5.8; - Solaris 8; - Dual UltraSparc 400Mhz; - J2SE SUN 1.4; - Tomcat 4.0.3; - We are using -Xmx1024 -Xms512; - MaxProcessors=250, MinProcessors=10, acceptCount=250; - Oracle Thin JDBC; PS 1: we are not having

Number of Tomcat Instances/Applications

2002-06-07 Thread Knutsen Jeffrey S
I am doing some Tomcat cost/benefit projections for my company. I need to determine the maximum number of applications that will run on Tomcat and still provide stable performance. I am not interested in a theoretical number at this time, just seeking information about what real developers are

Number of Tomcat Instances/Applications (improved question)

2002-06-07 Thread Knutsen Jeffrey S
I am doing some Tomcat cost/benefit projections for my company. I need to determine the maximum number of applications that will run on Tomcat and still provide stable performance. I am not interested in a theoretical number at this time, just seeking information about what real developers are

RE: Redirect port 80 requests to 443

2002-06-07 Thread Richard S. Huntrods
John Roth said: This seems simple, but ... I am running Tomcat 4.0.3, standalone on w2k. I would like all requests to http://oursite/ to be automatically redirected to https://oursite/ but am not finding an elegant/simple solution. Below is a snippet from server.xml: Why not simply

Using security

2002-06-09 Thread B S V PRASAD
Hai i am using tomcat 4.0.3 with jdk1.4 . i am using security manager with authorization policy file set. but security manager could only read Principal based entries.when i am specifying both code and principal based entries in the policy it is not working.Please help me if you know the

Please help me improve my question skills (number of tomcatapps)

2002-06-10 Thread Knutsen Jeffrey S
I have submitted the following question and received no response. I know this isn't a technical problem, but I was hoping for responses from real developers. I thought it was a simple question, and have always received excellent and quick responses from the tomcat mail list in the past, so the

RE: Please help me improve my question skills (number of tomcata pps)

2002-06-10 Thread Knutsen Jeffrey S
! -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 10:33 AM To: Tomcat Users List Subject: Re: Please help me improve my question skills (number of tomcat apps) On Mon, 10 Jun 2002, Knutsen Jeffrey S wrote: Date: Mon, 10 Jun 2002 08:48:39 -0500

RE: Please help me improve my question skills (number of tomcata pps)

2002-06-11 Thread Knutsen Jeffrey S
to databases Your current question is like asking how fast and how far will a car go. I don`t care what kind of car, or engine. Adrian - Original Message - From: Knutsen Jeffrey S [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 10, 2002 9:48 AM Subject: Please help me improve my question

Tomcat 3.2.3 Memory Exception running on HP-UX 11

2001-11-29 Thread Michael S. Ricker
Hello, Attempted to make 5 simultaneous connections to Tomcat 3.2.3 on HP-UX 11 and received the following exception. Tomcat is being run with HP Java 1.3 without any specific command line parameters. The HP server had 200mb real/300mb virtual memory free when monitoring with the top command.

Quick Question...

2001-12-03 Thread Richard S. Huntrods
Greetings! I have a quick question. I was running just fine on Tomcat 3.2.3. I have built servlets, which sit in webapps/myapp/WEB-INF/classes/myapp/*.class In Tomcat 3.2.3, this structure was picked up when Tomcat started, and the servlets ran perfectly. Note - there was no need for web.xml

What happened to Session.setAttribute in Tomcat 4.0.1???

2001-12-07 Thread Richard S. Huntrods
I have servlet code that worked perfectly this morning on Tomcat 4.0.0. It uses the Session to store and retreive some data thusly: public void putSession(HttpServletRequest request) { if(request != null) { HttpSession session = request.getSession(true); if(session != null) {

Re: What happened to Session.setAttribute in Tomcat 4.0.1???

2001-12-07 Thread Richard S. Huntrods
1.2.2, while this W2K box is running JDK 1.3. It's as if key methods have been removed from the servlet.jar. -Richard On Fri, 7 Dec 2001, Richard S. Huntrods wrote: Date: Fri, 07 Dec 2001 15:48:00 -0700 From: Richard S. Huntrods [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED

Help: diff between tomcat 4.0 and tomcat 4.0.1

2001-12-07 Thread Richard S. Huntrods
I am having the exact same problem. Interestingly, 4.0.1 runs the SAME exact code (.class files) without error on a Solaris 2.8 (Sparc) box. BUT... I am also using W2K, but with JDK 1.3. Same exact problem, same exact error messages. So - to echo Nirmal... WHAT *IS* the difference with 4.0.1.

Has Tomcat lost the ability to display simple HTML pages?

2001-12-11 Thread Richard S. Huntrods
Greetings! I've just been informed of a strange problem. In my webapps directory, under the sub-directory ROOT, I have a file called index.html. In Tomcat 3, this file would display if you called http://xxx.xxx.xxx.xxx:8080/; Now that I'm running Tomcat 4.0.1, this page will no longer

Why 500 error in Tomcat 4.0.1 but NOT 4.0???

2001-12-12 Thread Richard S. Huntrods
I have a servlet that runs fine in Tomcat 4.0 on a Win2000 machine. If I run the same servlet, using the same server.xml, in the same directory structure in Tomcat 4.0.1, I get the following error. If I run this same servlet, with the same server.xml, in the same directory structure on Tomcat

Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Richard S. Huntrods
Greetings! Let's try this again. From the error message below, it would appear that there is something WRONG with org.apache.catalina.session.StandardSession. Note from the error that we get a java.lang.NoSuchMethodError - the method does not exist. After reading the Catalina Javadocs, it

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Richard S. Huntrods
, -Richard =the code== /** * Title: SessionTestServlet * * Description: Session Test Servlet - duplicate Catalina Session error * * Copyright: Copyright (c) 2001, Huntrods Consulting Inc. * * Company: Huntrods Consulting Inc. * Author: Richard S. Huntrods

Re: Try a different approach - What's wrong with catalina.session??

2001-12-13 Thread Richard S. Huntrods
Hmmm the difference between these two constructors is, that the one which takes a StandardSession upcasts it to HttpSession before assigning it to it's session attribute, this should not cause this problem, as StandardSession does implement all HttpSession methods (otherwise the compiler

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Richard S. Huntrods
Greetings! Craig said... This kind of problem indicates that your Tomcat installation is somehow corrupted. If it were really a bug, it would be happening to everyone, not just to you. I suggest that you do the following: * Make sure you do not have anything in $JAVA_HOME/jre/lib/ext

Re: Try a different approach - What's wrong with catalina.session???

2001-12-13 Thread Richard S. Huntrods
Thanks, Mika. I tried this servlet in Tomcat 4.0.1: http://localhost:8080/examples/servlet/SessionExample and it works in 4.0.1 UNTIL I press the URL encoded link. Then I get the exact same error message as I've been reporting. Also, typing in the Name of Session... and pressing Submit Query

Question on SSL...

2001-12-17 Thread Richard S. Huntrods
Greetings! I have SSL working with a self-signed certificate on Tomcat 4.0 - on a Win2K box. The only difficulty I had was that the jsse jar files had to be placed in jre/lib/ext, as the JSSE_HOME variable did not work for me. Now I am trying to move this work to Solaris. I have Tomcat 4.0.1

Assistance please - fixed W2k 4.0 vs 4.0.1 problem, created another!

2001-12-17 Thread Richard S. Huntrods
to find a better solution. Until TC 4.0.1's double load of servlet.jar, the JDK/jre/lib/ext was essentially perfect. Thanks in advance for any recommendations from all you Java / servlet developers! Cheers, -Richard -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto

Re: Question on SSL...

2001-12-17 Thread Richard S. Huntrods
Greetings! Weird. Here's some more info on my attempts to get SSL working on Solaris with Tomcat 4.0.1. In a previous email I mentioned that I generated the .keystore file on W2K and just copied it to Solaris. I just tried to generate a .keystore file on Solaris, and got this error message:

Re: Assistance please - fixed W2k 4.0 vs 4.0.1 problem, created another!

2001-12-17 Thread Richard S. Huntrods
Greetings! Well, I fixed the problem completely! I checked the jar files I was using in JDK/jre/lib/ext against the ones in Tomcat 4.0.1, and the file servlet.jar was larger and newer. Although I'm using JDK 1.3 on my machine, servlet.jar (and a number of other JAVAX jar files) come from the

Re: Assistance please - fixed W2k 4.0 vs 4.0.1 problem, created another!

2001-12-18 Thread Richard S. Huntrods
Richard, I don't mess with CLASSPATH or the copying the jar files to JDK/jre/lib/ext directory. I use JBuilder 5 Personal to compile my java classes. That way you just point the IDE to the libs that you want to include in the project. You can tell the IDE to use the jar's that Tomcat is

SSL and W2K vs. Solaris - SOLVED

2001-12-19 Thread Richard S. Huntrods
Greetings! I have solved the problem I was having with getting SSL to work on Solaris. As you may recall, I had it all working on W2K with Tomcat 4.0.1, but could not get it to run under Solaris 8 (SPARC). The problem was simple, as was the solution. Java 1.2 (default Java on Solaris 8) is

Can you view SSL without the https prefix?

2001-12-20 Thread Richard S. Huntrods
Greetings! Is it possible to view an SSL document without using the https prefix? Before I enabled SSL on my servlets, I was using port 8080. Now I have SSL working, and have disabled the normal non-SSL port 8080. Instead, I am using SSL on port 8080. This makes my application ONLY run with

Tompcat - Manager Functions without the Manager?

2001-12-20 Thread Richard S. Huntrods
Greetings! For security purposes, my tomcat server is behind a firewall, with the firewall forwarding port 8080 requests to the server (as port 8080). All works very well. FTP and Telnet are blocked by the firewall as well. Only port 80 (another machine running Apache to serve a web site) and

RE: Can you view SSL without the https prefix?

2001-12-20 Thread Richard S. Huntrods
I can change any references internal to my system (index.html, etc) to use https, but some clients have bookmarked the servlet page, rather than the access page. Is there a way to redirect http://xx.xx.xx.xx:8080/index.html; to *actually* call up the page

Re: Can you view SSL without the https prefix?

2001-12-20 Thread Richard S. Huntrods
You can't have http and https listen on the same port since https has an entire SSL handshake that must take place before the GET/POST transfer takes place. But you could have the 8080 redirect to something like 8081 with HTTPs running on that instead. Of course, the correct way is to use port

HTTP and HTTPS on two servers...

2001-12-20 Thread Richard S. Huntrods
Greetings! Well, the more you learn, the more you know how little you know! G Current status: I have two servers, one with Apache only and one with Tomcat only. This is for historic reasons of server load, but serves me very well. The Apache server listens only to port 80. All works well.

Re: HTTP and HTTPS on two servers...

2001-12-20 Thread Richard S. Huntrods
, but the Tomcat machine was using another as the defaultrouter. I edited defaultrouter to point to the router that was doing the forwarding, rebooted, and everything works! Cheers, -Richard Richard S. Huntrods wrote: Greetings! Well, the more you learn, the more you know how little you know! G

Re: Tompcat - Manager Functions without the Manager?

2001-12-21 Thread Richard S. Huntrods
Thanks, Craig - this is exactly what I was looking for. Cheers, -Richard On Thu, 20 Dec 2001, Richard S. Huntrods wrote: Date: Thu, 20 Dec 2001 09:23:11 -0700 From: Richard S. Huntrods [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] [EMAIL PROTECTED

What does it mean - Name on certificate does not match name of the site

2001-12-21 Thread Richard S. Huntrods
Greetings! Last post for a while - I promise! G What does it mean - Name on certificate does not match name of the site? I did the self-signed certificate thing for SSL. There are three messages that appear on the pop-up dialog when you access the secure site. The first says The certificate

Re: What does it mean - Name on certificate does not match name of the site

2001-12-21 Thread Richard S. Huntrods
Greetings! Thanks for the replies so far. Unfortunately, I haven't got it to work yet. I'm putting various combinations of server name / domain name in the Company Org Unit field, but to no effect. Is there a way to view the two fields while running in a browser, i.e. what the server is

Re: What does it mean - \Name on certificate does not match name of the site\

2001-12-22 Thread Richard S. Huntrods
Pae wrote: It usually means that the name, e.g., Common Name, in your certificate and the name of your server, e.g., http server, where the certificate originated from don't match. How did you created the certificate? Ex, openssl? Pae Pae, Thank you for your assistance so far. I'm using the

A problem with manager and Valves...

2001-12-22 Thread Richard S. Huntrods
Greetings! I have the manager servlets working quite fine - even have the HTTP version running. I added the user to tomcat-users.xml, edited server.xml to enable the manager (it was commented out), and even edited the manager/WEB-INF/web.xml to change it to HTMLManagerServlet. However, if I add

A problem with manager and Valves...

2001-12-24 Thread Richard S. Huntrods
I believe the RemoteAddrValve uses regular expression, so try a leading period as I'm not sure how reg exp treats a leading asterik. '.*' should allow all Charlie I also noticed that this should be 'allow', not 'accept' Charlie Charlie, Thank you so much. It turned out to be the allow

how to do client authentication

2002-01-14 Thread Mehul S Dave
is accessed the the server is authenticated by the client but not the vice versa(client is not authenticated by its certificate). Please tell me wat things to do.. Thanking you Mehul * Mehul S Dave Scientific Officer,(STCS Dept.). School

error using jsse: cannot recover key

2002-01-16 Thread Mehul S Dave
* Mehul S Dave Scientific Officer,(STCS Dept.). School of Technology and Computer Science Tata Institute of Fundamental Research Phone -091 22 2152971 Extn - 2550 Mumbai . webpage:- http://www.ecom.tifr.res.in/~mehul http://www.tifr.res.in/~mehul

getInitParameter from within a bean?

2002-01-17 Thread Fullerton Ross S
I've got a Bean that I want to be able to access some of the context-param entries in my web.xml on Tomcat 3.3. From the documentation, I access these values through String value = getServletContext().getInitParameter(name); I can't get this to work from within my bean, the compiler returns

SSL and signed certificates...

2002-01-17 Thread Richard S. Huntrods
Greetings! I am hoping someone can provide some assistance regarding SSL and signed certificates. The Tomcat SSL-how-to FAQ stops just short of where I need to be. I have self-signed certificates working just fine with Tomcat 4.0.1. I created a 'csr' request from the working certificate

com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
Please, anyone with information regarding the following error, either post a reply or email me asap. We are attempting to allow users to upload image files via form on our jsp site. We get the following error upon trying to parse the posted data: java.io.IOException: unexpected end of part We

RE: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
connector. hte guy was saying that the file did not end or start with (can't remember which) FF. Maybe download from the CVS and build yourself... I'm sure someone else will have better memory. goodluck, B -Original Message- From: J S (l) [mailto:[EMAIL PROTECTED]] Sent: Monday

RE: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
S (l) [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 12:39 PM To: Tomcat Users List Subject: com.oreilly.servlet.MultipartRequest IO Error Please, anyone with information regarding the following error, either post a reply or email me asap. We are attempting to allow users

RE: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
is one problem. -Original Message- From: J S (l) [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 12:39 PM To: Tomcat Users List Subject: com.oreilly.servlet.MultipartRequest IO Error Please, anyone with information regarding the following error, either post a reply

Re: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
if you want (connector for tomcat 4.0.1 with only this patch) David - Original Message - From: J S (l) [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, January 28, 2002 7:49 PM Subject: RE: com.oreilly.servlet.MultipartRequest IO Error Thanks for your quick

RE: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
: J S (l) [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 12:49 PM To: Tomcat Users List Subject: RE: com.oreilly.servlet.MultipartRequest IO Error Thanks for your quick response. I just have one more question...would I have to completely recompile tomcat to recompile the WARP

Re: com.oreilly.servlet.MultipartRequest IO Error

2002-01-28 Thread J S (l)
recompile the new warp connector and place it into the directory. -Original Message- From: J S (l) [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 12:49 PM To: Tomcat Users List Subject: RE: com.oreilly.servlet.MultipartRequest IO Error Thanks for your quick

SSL and certificates, AGAIN

2002-01-28 Thread Richard S. Huntrods
Greetings! Three quick question to all who have SSL working with signed certificates (not just self-signed): 1. What provider did you use? Verisign, Entrust, Thawte, etc? 2. Has anyone gotten signed certificates working with Thawte certification? 3. Would you be willing to discuss this by

PLEASE REMOVE THE VIRUS BEFORE MAILING THE LIST...

2002-01-29 Thread Richard S. Huntrods
Greetings! Well, my ISP nuked your last issue of the digest (tomcat-user Digest 29 Jan 2002 07:19:31 - Issue 352) because it was emailed with the Party virus intact. I know this list has been talking about SPAM removal, but now it is not only annoying, but has begun to SERIOUSLY IMPACT the

Tomcat 4.0.1 with Servlet 2.2

2002-01-30 Thread Knutsen Jeffrey S
Our organization is new to Tomcat. I am trying to decide between installing Tomcat 3.3.x and the newer Tomcat 4.0.1. I would like to use the latest version, however due to portability (and mostly political) considerations within our environment I am only able to support the Servlet 2.2 and JSP

RE: Tomcat 4.0.1 with Servlet 2.2

2002-01-30 Thread Knutsen Jeffrey S
:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 10:24 AM To: Tomcat Users List Subject: Re: Tomcat 4.0.1 with Servlet 2.2 On Wed, 30 Jan 2002, Knutsen Jeffrey S wrote: Date: Wed, 30 Jan 2002 09:36:42 -0600 From: Knutsen Jeffrey S [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL

tomcat-SSL

2001-08-21 Thread Mehul S Dave
from the Client side. I wanna know on the Server side how do i have the clients Certificate for Authentication. Or any other Steps for Client Authentication with respect to Certificates. Thanking you. Bye * Mehul S Dave Scientific Officer, (STCS Dept

RE: tomcat-SSL

2001-08-21 Thread Mehul S Dave
the solution. Thanks. * Mehul S Dave Scientific Officer, (STCS Dept.), Tata Institute of Fundamental Research Phone - 2152971 Extn - 2372 Mumbai . webpage:- http://www.ecom.tifr.res.in/~mehul *

JSSE SSL with tomcat

2001-08-30 Thread Mehul S Dave
but when i connect to my SSL site i says that u dont have any Personal Certs. Please tell some Solution to resolve it. Thanks in advance * Mehul S Dave Scientific Officer, (STCS Dept.), Tata Institute of Fundamental Research Phone - 2152971 Extn

SSL-tomcat probs

2001-08-30 Thread Mehul S Dave
but when i connect to my SSL site i says that u dont have any Personal Certs. Please tell some Solution to resolve it. Thanks in advance * Mehul S Dave Scientific Officer, (STCS Dept.), Tata Institute of Fundamental Research Phone - 2152971 Extn

Re: Newbie JSP Question:

2001-08-30 Thread Nirav S. Desai
is that when I try to submit a form and then use request.getParameter( parametername ) I keep getting nulls even though I specify the parameter name. -Thanks for all the Help Pete Markowsky -- Nirav S. Desai

IIS + Tomcat : IIS restarting and ultimately IIS stops

2001-09-11 Thread mahesh p s
Hi I am facing a problem thought that you might be able to help me out with this. I have installed IIS 5.0 on my box and I am using Tomcat Server along with this. And the redirector which you have written isapi_redirect.dll Now I am facing a weird problem which I am unable to pinpoint and is

Help wanted

2001-09-23 Thread Chandra Aryasomayajula S
Hi all, Tomcat version 3.2.2 installed on Unix machine is crashing without writing anything in the log files. Can anybody help me. Thanks Chandra

Help wanted: Tomcat 3.2.2 is crashing on a Unix machine without writing anything in the log files

2001-09-24 Thread Chandra Aryasomayajula S
Hello Everybody, Tomcat 3.2.2 is crashing on a Unix machine without writing anything in the log files. Please help me. Is this a problem with the version itself or my installation. Thanks, Chandra -Original Message- From: Brett M. Bergquist [mailto:[EMAIL PROTECTED]] Sent: Monday,

ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Abinesh S Puthenpurackal
Hi, I am trying to use a war which has some jar files in it for my web application in tomcat 3.2.3. The war file is structured as follows WarFile.war Web-inf/lib/jarfile1.jar Web-inf/lib/jarfile2.jar Web-inf/lib/jarfile3.jar When running the application I get

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-10-31 Thread Abinesh S Puthenpurackal
. Cheers, Larry -Original Message- From: Abinesh S Puthenpurackal [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 11:02 AM To: Tomcat Users List Subject: Re: ClassNotFoundException when using war file (Tomcat 3.2.3) The examples that gets shipped

Re: ClassNotFoundException when using war file (Tomcat 3.2.3)

2001-11-01 Thread Abinesh S Puthenpurackal
Maybe the developers never used anything but Windows boxes (case-insensitive file system)? [EMAIL PROTECTED] wrote: I'm new to tomcat but shouldn't it bet WEB-INF? isn't it case sensitive? Scott Archer [EMAIL PROTECTED] Abinesh S

Mac OS 10.1.1 and Tomcat 4.01

2001-11-23 Thread Michael S. McKellip
[/examples]: Context startup failed due to previous errors I am fairly new still to UNIX and have went as far as I can go with my knowledge. Can anyone shed some more light on where my problem may be? Thanks, Michael S. McKellip

ShowSource in examples throws exception

2001-04-11 Thread Emil S. Petkov
mple an URL of http://localhost:8080/examples/jsp/source.jsp?/jsp/num/numguess.jsp -- i.e. it does not meet the condition and throws exception. It is not clear to me what does an absolute path mean when calling a method from a jsp. (Bellow is what I get if somebody cares to read it) Thanx in

RE: Servlet registration

2001-04-11 Thread Heckel, Jeffery S.
servlet-classServlet1/servlet-class /servlet servlet-mapping servlet-nameServlet1/servlet-name url-pattern/Servlet1/url-pattern /servlet-mapping /web-app And I restarted the tomcat, but it doesn`t work ! What`s wrong? Please help for me: [EMAIL PROTECTED]

Using mod_jk.so under OpenBSD

2001-05-01 Thread Onaras AG, S. Klein
Hi, I am trying to use tomcat 3.2.1 with apache 1.3.12 under OpenBSD 2.8. Compiling mod_jk works fine, however when I try to start apache i get the following error: /usr/libexec/ld.so: Undefined symbol "_map_alloc" called from httpd:/var/www/libexec/mod_jk.so at 0x402170a4 can anybody

how to execute a .class file automatically when tomcat is started

2001-05-09 Thread Mehul S Dave
Hello , I had made our Mailing module . I want that mailing module to be executed automatically when the Tomcat server is started . Please help me on how to setup such think without any extra programm to be added Thanking u Mehul S Dave Scientific Officer, Tata Institute of Fundamental

I am getting Http status code 304

2001-05-09 Thread Mehul S Dave
keep on finding the page. In the apache server error files it shows error 304 wat is this how to overcome this problem Thank u Mehul S Dave Scientific Officer, Tata Institute of Fundamental Research Mumbai .

Problem in linking Tomcat 3.2.1 and Apache 1.3.19 in RedHat Linux 7.0

2001-05-11 Thread Vinay Ram P S
Hi Iinstalled Apache 1.3.19 and Tomcat 3.2.1 in Redhat Linux 7.0 Both are working individually. I followed the steps specified in the attachment. I started Tomcat and when starting apache I'm getting following error Syntax error on line 205 of /usr/local/apache/conf/httpd.conf: API

Re: tomcat performance

2001-05-11 Thread Vinay Ram P S
Hi Deniz Demir, I Just now sent a mail with subject Problem in linking Tomcat 3.2.1 and Apache 1.3.19 in RedHat Linux 7.0 Kindly address the problem I'm facing the problem with the same configuration as you have. - Redhat 7.0 - Kernel 2.2.16-22, PIII 650, 256M Ram - Tomcat 3.2.1

Re: Problem in linking Tomcat 3.2.1 and Apache 1.3.19 in RedHat Linux 7.0

2001-05-11 Thread Vinay Ram P S
ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Vinay Ram P S [mailto:[EMAIL PROTECTED]] Sent: Friday, May 11, 2001 11:26 AM To: Undisclosed-Recipient:;@fcw-inc.com; Subject: Problem in linking Tomcat 3.2.1 and Apache 1.3.19 in RedHat Linux 7.0 Hi I installed Apache

RE: Multiple Sites

2001-05-22 Thread Lansing, Carina S
This sounds similar to a problem that I had recently. I was prototyping with a Tomcat 4.0, beta 5 standalone server, and could not get any jsp-based webapps to work in any directory other than webapps/examples. If I moved my jsp files into an examples subdirectory, they worked fine, but if I

RE: problem with /jakarta/isapi_redirect.dll on win2k

2001-05-23 Thread Paulo J S Pereira
Also, make sure the Filter DLLs key under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\W3SVC\Parameters is EMPTY or DOES NOT reference the full path to isapi_redirect.dll. Only perform that step if using PWS. Paulo Pereira Java Developer Sentricity Inc., www.sentricity.com A Division of

RE: ISAPI dll Download URL

2001-05-23 Thread Paulo J S Pereira
http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/win32/i38 6/ Paulo Pereira Java Developer Sentricity Inc., www.sentricity.com A Division of Sentex Communications Corp., 240-E Holiday Inn Drive, Cambridge, ON N3C3X4 CANADA -Original Message- From: Arnold Shore

RE: JDBC Connections

2001-05-28 Thread Paulo J S Pereira
Mathew, It's been my experience to only use it when necessary and release it back to the pool when done. Otherwise, it is redundant to have a pool to being with. The pool's power comes in its management of available connections, if you minimize the available connections, the pool will try to

BASE64Decoder not found in JSP - why?

2001-05-30 Thread S . Schörner-Richter
Hello, I have to use the BASE64Decoder class which is available in sun.misc.* (import) because I am using Tomcat 3.2.2 and want to decode username and password from HTTP-Header. When writing a simple application the BASE64Decoder (like in BASE64Decoder decoder = new BASE64Decoder()) is

RE: Server Side Includes

2001-05-31 Thread Paulo J S Pereira
Hi Geetha; I use this JSP tag to accomplish the eqivalent: %@ include file=URL % Please note this happens at translation time and is only applicable within JSP pages. If you want to just use .shtml files, then be sure that your web server supports it ... apache and iis does. Hope this helps,

RE: Upgrading from Tomcat3.1.1 to Tomcat3.2.2

2001-06-20 Thread Paulo J S Pereira
Govind, Make sure the 'includes/' directory exists under the physical-path of where your jsp's are. But you really should be using the html tag script src=includes/LocalizationConstants.js language=JavaScript/script instead of loading the actual javascript inline to your doc. Regards, Paulo

AW: jk_nt_service and NT error 2140

2001-07-12 Thread Daniel S. Haischt
hello, why are you writing to me instead of the tomcat mailing list? but anyway ... did you try to control the event report of windows. if a windows nt service produces an error this error gets reported into to windows event queue. in german the event report is called 'Ereignisanzeige' and is

SSL probs in Apache.

2001-07-24 Thread Mehul S Dave
ApacheModSSl something like that . When i start the server the file is not Recognised . Please resolve my problem. If any other solution please let me know about it. Thanking You. Mehul S Dave * Mehul S Dave Scientific Officer, (STCS Dept.), Tata

Wat is JDBC realm basically

2001-07-24 Thread Mehul S Dave
Hi, I am sorry to ask this easiest query but i dont have any idea about it. Wat is JDBC realm . Wat is it all about wat can i do with it? * Mehul S Dave Scientific Officer, (STCS Dept.), Tata Institute of Fundamental Research Phone - 2152971

starting problem for Tomcat

2001-07-26 Thread Mehul S Dave
(Tomcat.java:157) at org.apache.tomcat.startup.Tomcat.main(Tomcat.java:163) * Mehul S Dave Scientific Officer, (STCS Dept.), Tata Institute of Fundamental Research Phone - 2152971 Extn - 2372 Mumbai . webpage:- http://www.csc.tifr.res.in

How to initialise the Servlets

2001-07-26 Thread Mehul S Dave
I am using Tomcat on NT. I wanna know how to initialise the servlet . In which conf file how. Thank U * Mehul S Dave Scientific Officer, (STCS Dept.), Tata Institute of Fundamental Research Phone - 2152971 Extn - 2372 Mumbai . webpage:- http

libocijdbc8.so: cannot open shared object file: No such file ordirectory (libocijdbc8.so)

2001-07-28 Thread Mehul S Dave
) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java :501) at java.lang.Thread.run(Thread.java) Please help. Thanks in Advance * Mehul S Dave Scientific Officer, (STCS Dept.), Tata Institute of Fundamental

I am geeting no ocijdbc8 in shared Library path error

2001-07-31 Thread Mehul S Dave
) at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java :501) at java.lang.Thread.run(Thread.java) * Mehul S Dave Scientific Officer, (STCS Dept.), Tata Institute of Fundamental Research Phone - 2152971 Extn - 2372

UnsatisfiedLinkError : ocijdbc8 in shared Library path.

2001-08-01 Thread Mehul S Dave
(ThreadPool.java:501) at java.lang.Thread.run(Thread.java) * Mehul S Dave Scientific Officer, (STCS Dept.), Tata Institute of Fundamental Research Phone - 2152971 Extn - 2372 Mumbai . webpage:- http://www.ecom.tifr.res.in/~mehul *

Who should use JDBC realm

2001-08-01 Thread Mehul S Dave
Hi I wanna know about JDBC realm. Who should use it Y. Please let me know Thanks. * Mehul S Dave Scientific Officer, (STCS Dept.), Tata Institute of Fundamental Research Phone - 2152971 Extn - 2372 Mumbai . webpage:- http

handling File upload in JSP??

2001-01-17 Thread Deepak C S
Hi , Can anybody pls tell.. How to handle File upload(binary) in JSP/beans?? what should be the Property Type in Bean to hold a Photograph...is it File? regards Deepak - To unsubscribe, e-mail:

Ironical Sun's Servlet API

2001-01-19 Thread Deepak C S
hi JSP/Java gurus, It seems ironical that sun's api doesn't have a method to retrieve Multipart-form data or am I wrong??? I want to retrieve from a HTML-form..multipart data...that is name,age,particulars etc..along with a Photo(thru file upload). For Photo,I need

File Deletion----not working

2001-01-19 Thread Deepak C S
hi, I am trying to delete a file under filesystem in a bean using: File f=new File(path-to-file); f.delete(); But the File isnt getting deleted...Can anybody help?? thanx Deeps - To

RE: help: mod_jserv compilation problems

2001-01-24 Thread Deepak C S
instead of compiling ...you can directly copy(download) the mod_jserv.so and place in APACHE-ROOT/libexec directory -- From: Olaf Grewe[SMTP:[EMAIL PROTECTED]] Reply To: [EMAIL PROTECTED] Sent: Wednesday, January 24, 2001 4:54 PM To: [EMAIL PROTECTED] Subject:

RE: Locale

2001-01-24 Thread Deepak C S
? Jayesh $ ./startup.sh Using classpath: /http/apps/tomcat3.2/classes:/http/apps/tomcat3.2/lib/ant.jar:/ http/apps/tomcat3.2/lib/servlet.jar:/http/apps/tomcat3.2/lib/test:/http/ap ps /jdk 1.3/lib/tools.jar:/http/apps/build/ant/lib/ant.jar:/http/apps/jakarta/dist /s ervl etapi/lib/servlet.jar

list of HttpSession objects

2001-01-31 Thread S. Murthy Gorty
Hi, We are moving to Tomcat3.2.1 and noticed a problem. We monitor user-activity per web-server by keeping a list of HTTPSession objects; we query this list to see the sessions active (and thereby some ser information) at a given point. With this version of tomcat, there seems to be this

<    1   2   3   4   5   6   7   8   >