Re: Mozilla and Tomcat

2001-08-24 Thread Lloyd Llewellyn
Speaking of Mozilla - I've noticed that using Mozilla on Windows to test my web apps seems rather slow. It takes a couple seconds to render the pages. Since I use Mozilla almost exclusively, I thought this was just database processing on the server. When one day I happened to use IE, though,

Re: Mozilla and Tomcat

2001-08-24 Thread Lloyd Llewellyn
So readers, can I assume noone has anything useful to add to why Tomcat produces: htmlbody/body/html It might have nothing to do with it, but just yesterday I had Netscape6 produce that very page, when it shouldn't have. I was obtaining a personal certificate from Thawte and N6 gave

Re: How to unsubscribe ??

2001-08-24 Thread Roberto B.
To remove your address from the list, send a message to: [EMAIL PROTECTED] Roberto. - Original Message - From: Sunil Chandurkar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 24, 2001 7:56 AM Subject: How to unsubscribe ?? Hi I want quit this list.. anyone of u

RE: Start up Sax exception init param

2001-08-24 Thread Vanlerberghe, Luc
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] On Thu, 23 Aug 2001, cib wrote: Date: Thu, 23 Aug 2001 08:54:24 +0200 From: cib [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED], cib [EMAIL PROTECTED] To: Tomcat User Mail List [EMAIL PROTECTED] Subject: Start up Sax exception

Re: How do I make Tomcat include needed jars for my servlet?

2001-08-24 Thread Ju Yan Jery Qin
First thank Vladimir Grishchenko and Rob S. for your help But in my case, since our product has its own framework and we just do some customization. So the directory structure is fixed, it looks like this d:\vendor\webapp1\codebase\ under this directory there are classes used by

precompiling JSP

2001-08-24 Thread Atanas Michev
Hi, I would appreciate if someone can tell me how to: - precompile a JSP file step by step - precompile more than one JSP file in one Servlet in order to make faster their approaching when calling them for the first time. Many thanks in advance Atanas

Re: Load balancing tomcat and webapp directory location

2001-08-24 Thread David Cassidy
I'm sure a million people are going to say RTFM But I'm nice :) Have a look at mod_jk . It is a very nice module and allows apache to send requests through to tomcat. You can have more than one apache and more than tomcat - depending on how many machines you have :) Your webapps setup is a

Re: precompiling JSP

2001-08-24 Thread Zsolt Horvath
public void precompileFile(File file) { try { URL precompileURL = new URL(rootURL, file.getName()+?jsp_precompile=true); HttpURLConnection conn = (HttpURLConnection) precompileURL.openConnection(); int responseCode = conn.getResponseCode(); }catch

A query on Single Sign On

2001-08-24 Thread Shilpa Potnis
Hi I would like to know about the Single Sign On Facility. If I have an application running on oracle apps server and one on Tomcat can I use the single sign On Facility availiable with Apache. Of yes how. Shilpa

Trying to start Tomcat without jaxp.jar and parser.jar

2001-08-24 Thread Enric Staromiejski
We need to start Tomcat without having jaxp.jar and parser.jar within de tomcat/lib directory. When doing this we get exceptions (Segment fault). Our need comes from the fact that we're trying to start Cocoon 2.0b2 under Tomcat. We're getting and exception related to the use of jaxp and parser by

Error 500!!!!

2001-08-24 Thread Rupak Joshi
I am very new to Jakarta Tomcat and Using this product with apache. It was working fine but after shuting down the computer when I restart the Jakarta Tomcat it work .I can see Jakarta Home Page at localost:8080/ But when I try to open jsp pages it says. =20 Error 500=20 Locations:

Re: precompiling JSP

2001-08-24 Thread Atanas Michev
... thanks a lot for ansuering me, but I can't understand where am I supposed to put that code ;o) From: Zsolt Horvath [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: precompiling JSP Date: Fri, 24 Aug 2001 12:21:15 +0200 public void precompileFile(File

IIS5.0 and remote workers / shared webserver

2001-08-24 Thread Steven Ottenhoff
Hi, I really need some help here, i've three questions Question 1: Why can't i get isapi_redirector.dll loaded into IIS which is a shared webserver ? I did it on a single webserver without any problems, but with the shared server i get an error about not being able to load dll, data is the

RE: precompiling JSP

2001-08-24 Thread Randy Layman
You could use JspC when you deploy. This way your users would never have to wait for a compile. The command that I use is: %TOMCAT_HOME%/bin/jspc -d Path to output your Java Source -webxml Path to output the web.xml file -webapp Path to the root of the web.xml files

RE: Trying to start Tomcat without jaxp.jar and parser.jar

2001-08-24 Thread Randy Layman
You might try using Tomcat 3.3 - it segments the class loaders off so that what Tomcat needs you don't see, allowing multiple implementations of API, like XML parsers. Randy -Original Message- From: Enric Staromiejski [mailto:[EMAIL PROTECTED]] Sent: Friday, August

Please help: Problems building tomcat b7, environment variables not recognized

2001-08-24 Thread Levent Gündogdu
Hi everyone, I installed and compiled all prerequisites for tc b7 but when starting the build process, I get the following error: [...] build-static: [copy] Could not find file /var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/${jndi.home}/lib/jndi.jar to

RE: precompiling JSP

2001-08-24 Thread Atanas Michev
Many thanks for the help Randy! From: Randy Layman [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: precompiling JSP Date: Fri, 24 Aug 2001 07:03:30 -0400 You could use JspC when you deploy. This way your users would never have to wait for a compile.

Tomcat Performance

2001-08-24 Thread Hari
Hi, Which JDK gives best performance for TOMCAT 3.2 on Win2k Linux? I heard that IBM jdk will give higher performance but when I run Tomcat using IBM Jdk I feel it is slower than Sun's (on Windows 2000). Kindly advice me in this regard. - Hari. =

Re: Any idea?

2001-08-24 Thread Thomas Cherry
Yea, join the developer network you @#$@$, then you get it for free. This is a respectable list. Don't do this sort of thing here. On Thursday, August 23, 2001, at 06:02 PM, Sasha Tartchinski wrote: Has anywone know where can i download and burn Microsoft Office XP. Thanks. -- Don't give

RE: Tomcat Performance

2001-08-24 Thread Aravind Naidu
Maybe it has got something to do with a crappy OS ! Sorry. could'nt resist On RH 7.1 linux, the IBM JDK 1.3 (latest build) runs like a scaled cat. -- Aravind -Original Message- From: Hari [mailto:[EMAIL PROTECTED]] Sent: Friday, 24 August 2001 20:20 To: [EMAIL PROTECTED] Subject:

Re: Tomcat Performance

2001-08-24 Thread Rob S.
Again demonstrating that performance is completely dependant upon the OS, JDK, type of web application, etc. Blanket statements like, Tomcat is faster/slower than some other container are *pretty much* (not completely) useless nowadays. How hard is it to install JDKs and test? Change the

RE: Tomcat Performance

2001-08-24 Thread Michael Weissenbacher
i had the best results with the sun jdk 1.3.1 on windows and with ibm jdk 1.3.0 for linux. on some linux machines the sun jdk wouldn't work at all... -Original Message- From: Hari [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 2:20 PM To: [EMAIL PROTECTED] Subject: Tomcat

jspc character mangling

2001-08-24 Thread Michael Fuchs
hi, i am precompiling my jsp pages, otherwise the generated class file names would be too long (Is this solved in the future ?). But if the filename of a jsp page contains an underscore (which is legal in a java identifier), jspc.sh generates wrong java files, because it mangles the

3 days trying to make mod_webapp.so !no succes

2001-08-24 Thread Bekkali Hatim - Soamaï
Hi i have redhat 6.2 with kernel 2.2.18 ( Va linux) , apache 1.3.20 i tried to use the mod-webapp.so comming from webapp-module-1.0-tc40b7-linux.tar.gz but apache didnt start because of error Cannot load /usr/local/apache/libexec/mod_webapp.so into server: /lib/libc.so.6: version `GLIBC_2.2'

Re: Tomcat 4.0.7b and lib help (FIXED)

2001-08-24 Thread Shawn Evans
I don't know about everyone else, but I got my Oracle classes12.zip in my lib and it wouldn't work so after looking at my code, wondering what I messed up (4 hours), I decided to change it to *.jar. OMG it decided to work... might want to have TomCat be able to do both zip jar's in the

Re: Tomcat 4.0.7b and lib help (FIXED)

2001-08-24 Thread Dmitri Colebatch
This has come up before... tomcat follows the spec - loading all jars in WEB-INF/lib... no mention of zips (o: On Fri, 24 Aug 2001, Shawn Evans wrote: I don't know about everyone else, but I got my Oracle classes12.zip in my lib and it wouldn't work so after looking at my code, wondering

RE: Trying to start Tomcat without jaxp.jar and parser.jar

2001-08-24 Thread Enric Staromiejski
We've solved it. It seems the problem is the token bug of jdk1.3.1. We've overpassed it initializing the TOMCAT_OPT to -classic inside the file tomcat/lib/tomcat.sh Thanks anyway Enric -Mensaje original- De: Randy Layman [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 24 de agosto de

Re: Tomcat 4.0.7b and lib help (FIXED)

2001-08-24 Thread Shawn Evans
Understand I am an idiot... but oh well... just a suggestion then for people like me that read... in Developing Applications with Tomcat, in 4.1 Directory Structure... in the lib/ portions, just put a note... 'JAR's only (No zips)'... I know it says 'JAR files' but I thought zips and jars were

Re: Tomcat Performance

2001-08-24 Thread Rob S.
On Fri, 24 Aug 2001 14:43:50 +0200 [EMAIL PROTECTED] wrote: i had the best results with the sun jdk 1.3.1 on windows and with ibm jdk 1.3.0 for linux. on some linux machines the sun jdk wouldn't work at all... Not to defend it or anything =) but I've run it on suse, redhat, debian, and

Re: Tomcat 4.0.7b and lib help (FIXED)

2001-08-24 Thread Rob S.
Understand I am an idiot... but oh well... just a suggestion then for people like me that read... in Developing Applications with Tomcat, in 4.1 Directory Structure... in the lib/ portions, just put a note... 'JAR's only (No zips)'... I know it says 'JAR files' but I thought zips and jars

Re: mod_webapp and make !!!

2001-08-24 Thread Pier Fumagalli
Quoting hatim [EMAIL PROTECTED]: Hi i have redhat 6.2 with kernel 2.2.18 ( Va linux) , apache 1.3.20 i tried to use the mod-webapp.so comming from webapp-module-1.0-tc40b7-linux.tar.gz but apache didnt start because of error Cannot load /usr/local/apache/libexec/mod_webapp.so into

Re: Load balancing tomcat and webapp directory location

2001-08-24 Thread Richard Draucker
In your $TOMCAT_HOME/doc/appdev/ directory is a wonderful doc by Craig that fully explains all of this. -r On Thursday 23 August 2001 05:14 pm, you wrote: We're using tomcat 3.2.3 at the moment and are attempting to configure tomcat so that it can be load balanced behind an apache web

Tomcat Shirts?

2001-08-24 Thread Craig_Reichenbach
Hi, I recently saw someone with a Tomcat T-shirt. Is there anywhere one can order Tomcat gear??? Or even Java junk for that matter? (posters, izods, mugs)? I'd love to have a small Java logo poster to hang at work. Thanks, Craig

RE: Any idea?

2001-08-24 Thread Deacon Marcus
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Sasha Tartchinski Sent: Friday, August 24, 2001 1:03 AM To: [EMAIL PROTECTED] Subject: Any idea? Has anywone know where can i download and burn Microsoft Office XP. Thanks. Lemme think...

Re: Tomcat Shirts?

2001-08-24 Thread Rob S.
Oh man, i'd eat up some Tomcat shirts. I wonder if I we'd be able to use the TC logo the Pier made? You can get Java stuff from http://java.sun.com/. I think it's under java wear and books. - r On Fri, 24 Aug 2001 09:55:47 -0400 [EMAIL PROTECTED] wrote: Hi, I recently saw someone with a

Newbie question re .war files

2001-08-24 Thread Jon Taylor
Hi, I'm pretty new to Tomcat and a designer not a developer so sorry if this is a dum one, but... I'm trying to get the Dreamweaver UltraDev TagLib extensions flying with our Tomcat 3.2.1 install. I've added 2 .war files to the $TOMCAT_HOME/webapps dir as per install notes but restarting

error-page not working in TC 3.2

2001-08-24 Thread Jim Urban
Ok, I give up, what am I doing wrong? I want to provide my own error pages for certain conditions and I can't seem to get the error-page tag to work. Here is an example of what I put in my web.xml file: error-page exception-typejava.sql.SQLException/exception-type

Re: a simple ( irritating) classpath problem

2001-08-24 Thread yap_noel
Just for the record, can you post what you did with ParameterParser (future archive searchers will appreciate it)? Thanks, Noel HI ALL, first of all thanks for everybody for your help those garbled chars you see on your email are chinese characters(big5) but i already translated it

RE: Is there a way to make a default web.xml? --Tomcat 3.x

2001-08-24 Thread Brandon Cruz
Sorry, forgot to mention tomcat version 3.x -Original Message- From: Brandon Cruz [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 9:17 AM To: [EMAIL PROTECTED] Subject: Is there a way to make a default web.xml? Is there a way to make a default web.xml file that will work across

Re: How do I make Tomcat include needed jars for my servlet?

2001-08-24 Thread Vladimir Grishchenko
Well, I think you have 3 options: 1. Switch to Linux and use symlinks 2. Ask Sun to change servlet spec. 3. Write a script that will copy the files in one shot. Cheers, --V. - Original Message - From: Ju Yan Jery Qin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL

Re: Newbie question re '.war' files

2001-08-24 Thread Rob S.
I've added 2 .war files to the $TOMCAT_HOME/webapps dir as per install notes but restarting tomcat doesn't affect them and I can't find (yet) any other info on what I have to do to extract them (they are archives right?). Restarting Tomcat should have expanded them into their

bug report: tomcat isapi_redirect not closing http connection

2001-08-24 Thread Karel Haeck
Hi, I have a problem with integration tomcat 3.2.1 with IIS. The setup works ok, but when a try a servlet or jsp the server does not close the HTTP connection socket, making the browser (IE) showing a hourglass as if there were more data to come. This happens with both the examples and my own

Re: error-page not working in TC 3.2

2001-08-24 Thread Rob S.
Ok, I give up, what am I doing wrong? I dunno, what happens in the browser and what's output in the log? - r

Search for catalinautil.jar

2001-08-24 Thread Stéphane De Jonghe
Hi, where can i find this jar : catalinautil.jar ? Stéphane De Jonghe

Re: Is there a way to make a default web.xml? --Tomcat 3.x

2001-08-24 Thread Rob S.
Someone correct me if I'm wrong plz =) but I believe the web.xml in $TOMCAT_HOME/conf is applied to all web apps. I think I read on the dev list (from Larry) that this feature was removed in 3.x to increase app portability === that relying on a default web.xml reduces the portability of an

Re: How do I make Tomcat include needed jars for my servlet?

2001-08-24 Thread Vladimir Grishchenko
Yet another one: Place codebase dirs on system classpath, you'll have to restrat tomcat every time there's a change. --V. - Original Message - From: Vladimir Grishchenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 24, 2001 7:38 AM Subject: Re: How do I make Tomcat

RequestDispatcher.forward()?

2001-08-24 Thread yuval
Can you please explain to me how to use RequestDispatcher.forward()? Regards, Yuval Domain The Net Technologies Ltd. 6 Weitzman Blvd. Ramat-Hasharon Israel 47211 Tel: 972-3-5474443 Fax: 972-3-5474446 www.DomainTheNet.com “This email message and any attachments hereto are intended only for use

Re: RequestDispatcher.forward()?

2001-08-24 Thread Rob S.
Can you please explain to me how to use RequestDispatcher.forward()? Yikes... you're better off searching Google or picking up a book on servlets. Or heck, you could read the servlet api javadoc comments =) - r

Re: a simple ( irritating) classpath problem

2001-08-24 Thread yilmaz
Hi everyone, i had two problems related with this thread for the classpath problem the solution i found by chance :) is : setting the environmental variables through the command window as : set CLASSPATH=c:\jdk1.3;c:\jdk1.3\lib\tools.jar;d:\tomcat4\jakarta-tomcat-4.0-b7 \

Re: Tomcat Shirts?

2001-08-24 Thread Denis Haskin
Well, if someone has a logo, someone could set up a store at www.cafepress.com and sell lots of stuff with Tomcat on it. Either no profit (sure, cafepress gets some) or I suppose some small money back to Apache. Does the Apache Foundation have a policy on this? Anyway, see

Re: Any idea?

2001-08-24 Thread Levent Guendogdu
If you did everything correctly you should get a list of .iso files. You can now download and burn them. Easy, isn't it? ROTFL... Marcus, you're great!!! I just can't stop laughing...

RE: error-page not working in TC 3.2

2001-08-24 Thread Jim Urban
The browser shows the standard error page and the log shows the standard messages. Nothing in the log references my error pages. Its as if TC ignored the directives in my web.xml (which I'm sure is what is happening). Jim -Original Message- From: Rob S. [mailto:[EMAIL PROTECTED]]

Re: Tomcat Shirts?

2001-08-24 Thread Lloyd Llewellyn
Hi, I recently saw someone with a Tomcat T-shirt. Is there anywhere one can order Tomcat gear??? Or even Java junk for that matter? (posters, izods, mugs)? I'd love to have a small Java logo poster to hang at work. I think the Tomcat logo is GREAT!

RE: Tomcat Shirts?

2001-08-24 Thread James, Stuart
.aspx, sound's like a Mickey mouse website. -Original Message- From: Denis Haskin [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 4:01 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat Shirts? Well, if someone has a logo, someone could set up a store at www.cafepress.com and sell

Re: mod_webapp and make !!!

2001-08-24 Thread Bekkali Hatim - Soamaï
Le Vendredi 24 Août 2001 13:40, vous avez écrit : Quoting hatim [EMAIL PROTECTED]: You downloaded the wrong version of the binary... There's one for GLIBC 2.2 and one for GLIBC 2.1 Where can i find the version for Glibc 2.1 ? i didn't find it ine the download section . make[1]: ***

I do not want to use 'webapps'

2001-08-24 Thread Claes Holmerson
Hello! I am trying to set up Tomcat to work in the environment where we have been developing another application. In this environment we do not have a webapps directory. The output path for JBuilder is C:\sandbox\development, and this is also were the classpath points to when we test our

[OT] Re: Tomcat Shirts?

2001-08-24 Thread Denis Haskin
Fine, be a technology bigot grin. There's a couple of other web sites that offer similar services. I just happen to know about cafepress. dwh James, Stuart wrote: .aspx, sound's like a Mickey mouse website.

Re: I do not want to use 'webapps'

2001-08-24 Thread Denis Haskin
Yup, just set up a new context in server.xml: Context path=/mysandbox docBase=C:/Sandbox/development /Context Which can then be accessed with the url http://localhost:8080/mysandbox (using the standalone http connector). Note the use of forward slashes, not

Re: I do not want to use 'webapps'

2001-08-24 Thread Rob S.
See the Context tag in server.xml, esp the docBase attribute. - r On Fri, 24 Aug 2001 17:53:26 +0200 [EMAIL PROTECTED] wrote: Hello! I am trying to set up Tomcat to work in the environment where we have been developing another application. In this environment we do not have a webapps

RE: Tomcat Performance: scaled cat

2001-08-24 Thread Miles I. Daffin
Maybe it has got something to do with a crappy OS ! Sorry. could'nt resist On RH 7.1 linux, the IBM JDK 1.3 (latest build) runs like a scaled cat. Is that good or bad? I have never seen a 'scaled cat' so cannot tell. Sounds like a mutant, so maybe it's got funny legs or something? Miles

server.xml code insert....

2001-08-24 Thread Bob Wilson
I am using TOMCAT 3.2.3 and everything seems to be running fine however in the documentation regarding configurations to TOMCAT for auto-generating web server config files, I noticed it says to add the following code after the AutoWebApp ... / module in the server.xml. Here is the code...

RE: Directory Structure Question

2001-08-24 Thread Miles I. Daffin
I have a number of servlet class files which I would like to put in a separate folder from the rest of the servlet files. This folder could be called parent_classes because these are simply parent classes of the servlets. Will Tomcat allow me to do this? If so, how can I get this to work?

Re: Tomcat Performance: scaled cat

2001-08-24 Thread mazzen al-najjar
Miles I. Daffin wrote: Aravind Naidu wrote: On RH 7.1 linux, the IBM JDK 1.3 (latest build) runs like a scaled cat. Is that good or bad? I have never seen a 'scaled cat' so cannot tell. Sounds like a mutant, so maybe it's got funny legs or something? i think it's first cousin to a scalded

Re: How do I make Tomcat include needed jars for my servlet?

2001-08-24 Thread Craig R. McClanahan
On Fri, 24 Aug 2001, Ju Yan Jery Qin wrote: Date: Fri, 24 Aug 2001 16:58:14 +0800 From: Ju Yan Jery Qin [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: How do I make Tomcat include needed jars for my servlet?

RE: How do I make Tomcat include needed jars for my servlet?

2001-08-24 Thread Miles I. Daffin
Hi all, I have read this topics but it still can not resolve my problem. Your suggestion is to copy application related jar files into %YourWebAppPath%/WEB-INFO/lib dirctory. But my application is under development, so whenever I regenerated jar files for my web app, I have to

Re: A query on Single Sign On

2001-08-24 Thread Craig R. McClanahan
On Fri, 24 Aug 2001, Shilpa Potnis wrote: Date: Fri, 24 Aug 2001 15:53:30 +0530 From: Shilpa Potnis [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: A query on Single Sign On Hi I would like to know about the Single Sign On Facility. If I have an

Help reqd on Tomcat config on NT

2001-08-24 Thread KASI RAMAN
I am trying to use Tomcat as my Servlet engine. I think I configured the Tomcat with IIS(4.0) properly. The example application provided by the Tomcat is working fine with IIS web server. I have created one web application using Servlets and some HTML files, and the application is working fine

Re: Trying to start Tomcat without jaxp.jar and parser.jar

2001-08-24 Thread Craig R. McClanahan
Sounds like you're trying this on Tomcat 3.2. This version of Tomcat *requires* an XML parser in the lib directory (or on the classpath) for its own internal operations. Craig On Fri, 24 Aug 2001, Enric Staromiejski wrote: Date: Fri, 24 Aug 2001 12:28:02 +0200 From: Enric Staromiejski

RE: Trying to start Tomcat without jaxp.jar and parser.jar

2001-08-24 Thread Enric Staromiejski
Yes, you're right. That was precisely our problem. We wanted to use Xerces_1_4_1.jar insted of the default Tomcat's but when substituting them with Xerces we had an exception. We've solved this initializing the TOMCAT_OPT environment variable with -classic. The problem is the jdk1.3.1 token bug

Strange problem with cocoon under Tomcat

2001-08-24 Thread Enric Staromiejski
We're running Tomcat+Apache OK. When invoking a jsp page for example thru port 80 (i.e., without having to invoke port 8080), , apache gives control to Tomcat and Tomcat serves the page correctly, but once Cocoon installed, we still accede to the jsps correctly served by Tomcat but the only way

tomcat -- SSL

2001-08-24 Thread brian luk
I am now using apache web server with SSL already setup. that means I can connect to HTTP server using SSL: https://10.0.0.105:443/ or I can connect to HTTP server w/o SSL http://10.0.0.105:80 I can make a request to servlet using SSL: https://10.0.0.105:443/admin/servlet/com.app.Admin or I can

Re: Tomcat Performance

2001-08-24 Thread Hari
Hi Rob, I didn't do comprehensive tests. Just started tomcat, wait about 20 sec, and stop tomcat (using the batch files, on Win2K). I didn't test on Linux. For this 'test' ;-) Sun JDK responds well than IBM JDK. - Hari. - Original Message - From: Rob S. [EMAIL PROTECTED] To: [EMAIL

Re: Please help: Problems building tomcat b7, environment variablesnot recognized

2001-08-24 Thread Craig R. McClanahan
On Fri, 24 Aug 2001, Levent Gündogdu wrote: Date: Fri, 24 Aug 2001 14:01:39 +0200 From: Levent Gündogdu [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Jakarta Tomcat User Maillinglist [EMAIL PROTECTED] Subject: Please help: Problems building tomcat b7, environment variables not

RE: server.xml code insert....

2001-08-24 Thread Larry Isaacs
Are you sure you are using Tomcat 3.2.3 or looking at the wrong documentation. You are citing documentation that exists only in Tomcat 3.3. Cheers, Larry -Original Message- From: Bob Wilson [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 12:17 PM To: [EMAIL PROTECTED] Subject:

Re: Search for catalinautil.jar

2001-08-24 Thread Craig R. McClanahan
On Fri, 24 Aug 2001, Stéphane De Jonghe wrote: Date: Fri, 24 Aug 2001 16:40:14 +0200 From: Stéphane De Jonghe [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Search for catalinautil.jar Hi, where can i find this jar : catalinautil.jar ? I don't recognize

Sealing Violation help

2001-08-24 Thread James Higginbotham
Ok, Ok.. You've heard it, written responses, and thought it was wrapped up and no one would ever have this problem again :) I'm trying to embed Tomcat 4 beta 6 into my application. I am also using Castor (http://castor.exolab.org), which requires Xerces. I'm getting the sealing violation after

RE: welcome file in web.xml with pre-compiled jsp's?

2001-08-24 Thread dhay
Hi Saritha, Yep, I understand how to set up my web.xml - if you look at the bottom of the mail I sent, you'll see it there... Works fine if I call index.jsp directly, BUT if I place it as my welcome page using welcome-file-list welcome-fileindex.jsp/welcome-file /welcome-file-list

RE: Tomcat Performance

2001-08-24 Thread Todd Carmichael
I have found better scalability with IBM, but less stability. I have had acceptable scalability with JDK and rock solid stability. My stress tests were done on single and quad servers on win2k. -Original Message- From: Hari [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 10:15

RE: welcome file in web.xml with pre-compiled jsp's?

2001-08-24 Thread Thad Humphries
I think you'll have to add index.jsp to the DirectoryIndex of your Apache httpd.conf file, like so: DirectoryIndex index.html index.jsp At 12:47 8/24/2001 -0400, you wrote: Hi Saritha, Yep, I understand how to set up my web.xml - if you look at the bottom of the mail I sent, you'll see it

RE: server.xml code insert....

2001-08-24 Thread Bob Wilson
Ooops...my bad. I was looking at the 3.3 docs and using version 3.2.3. Sorry! Is 4.0 the most current full version release?? And, would it be recommended for me to upgrade from 3.2?? Bob. From: Larry Isaacs [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL

problem with mod_jk

2001-08-24 Thread Nestor Coppolillo
My platform is ( load balancing with tomcat ): Solaris 2.6 ( Sparc ) Apache 1.3.12 Tomcat 3.3.1 mod_jk. jdk1.3 + hotspot server When I installed mod_jk module. My problem is ( the tomcat crash with apache ) ? : The Tomcat log file: 2001-08-23 12:34:48 - Ajp13Interceptor: Processing

Re: ldap authentication with tomcat

2001-08-24 Thread Boris Niyazov
Depending on your requirements you may want to create a auth servlet that authenticates users to ldap server using for ex netscape's ldapjdk package or JDNI classes, and then keep users login in the session object. All you protected servlets/jsps should assert the session checking if user's

Re: Question working with security realms

2001-08-24 Thread Roland
Using container managed security means you should *not* do your own application-managed security -- it's an either/or thing. You should design your app so that you use one or the other, but not both. Yes, sure, but my question is, how can I forward the user from the container security to my

RE: server.xml code insert....

2001-08-24 Thread Larry Isaacs
I'm not sure exactly what you mean by current full version release. Tomcat 3.2.3 is currently the only final released version of Tomcat. Tomcat 3.3 and Tomcat 4.0 are both in beta and are upgrades from Tomcat 3.2.3. Tomcat 3.2.3 is a reference implementation for the Servlet 2.2/JSP 1.1 specs.

RE: Question working with security realms

2001-08-24 Thread Filip Hanik
javax.servlet.http.HttpServletRequest. public java.security.Principal getUserPrincipal() ~ Namaste - I bow to the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net -Original Message- From: Roland [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001

Re: Load balancing tomcat and webapp directory location

2001-08-24 Thread Rick Anderson
It seems that this is what I was looking for: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/Tomcat-Workers-HowTo.html I have read the mod_jk document and it does not discuss the details of load balancing tomcat.

Re: Question working with security realms

2001-08-24 Thread Craig R. McClanahan
On Fri, 24 Aug 2001, Roland wrote: Date: Fri, 24 Aug 2001 15:27:22 -0300 From: Roland [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: Question working with security realms Using container managed security means you should *not* do your own

Re: Is there a way to make a default web.xml? --Tomcat 3.x

2001-08-24 Thread Jeff Kilbride
Hi Rob, 3.2.x still has web.xml in $TOMCAT_HOME/conf. I haven't tried 3.3 yet. Thanks, --jeff - Original Message - From: Rob S. [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 24, 2001 7:42 AM Subject: Re: Is there a way to make a default web.xml? --Tomcat 3.x Someone

response.sendRedirect problems with IE5.5

2001-08-24 Thread Eric Simpson
When I call the response.sendRedirect() function from a Java Bean I get a response that already has data in it, the only problem is that the response shouldn't have any data in it already. I have a function call before anything is written to the output buffer that determines if this page should

RE: response.sendRedirect problems with IE5.5

2001-08-24 Thread Randy Layman
Calling response.sendRedirect does not stop the execution of a JSP page. You are responsible for returning from the _jspService method after calling sendRedirect (by placing a return statement in your JSP). What is actually happening is that Netscape is thinking that its

RE: Is there a way to make a default web.xml? --Tomcat 3.x

2001-08-24 Thread Larry Isaacs
The $TOMCAT_HOME/conf/web.xml is still there (for example purposes?) but it isn't read. To avoid confusion, this file has been removed in Tomcat 3.3. Larry -Original Message- From: Jeff Kilbride [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 3:38 PM To: [EMAIL PROTECTED]

Changing Tomcat webapps/ROOT

2001-08-24 Thread Sahar Madani
Hi Could someone tell me how can I change the webapps root ? I would like to get to my servlets app like this http://my.url.com/myapp/Hello instead of http://my.url.com/myapp/servlet/Hello Thanks Sahar Madani *

keytool error: java.security.cert.CertificateException: IOException: Sequencetag error

2001-08-24 Thread ilya . birman
I am getting an error keytool error: java.security.cert.CertificateException: IOException: Sequence tag error when i try to import s sign certificate into the keystore (JDK 1.3 on Solaris 8) keytool. I have seen a lot of posting on this on the web but no resolution Can anyone help please Ilya

Re: I need run jakarta-tomcat

2001-08-24 Thread Pierre Carette
If it is under Windows I believe there is a Microsoft loopback driver on the installation cd, Pierre - Original Message - From: Jaime Gomez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, August 24, 2001 6:05 PM Subject: I need run jakarta-tomcat Hi world I have a problem,

Re: Tomcat Performance

2001-08-24 Thread Jeff Hoare
Yep, I think that with the later glibc you have to limit the stack size available to the session you run the sun jdk in. It used to *not* start for me untill the stack size was limited to 2meg (ulimit -s 2048), now runs fine. Jeff On Friday 24 August 2001 23:31, you wrote: On Fri, 24 Aug

OutOfMemory - Set Java Heap Size?

2001-08-24 Thread Max Hugen
I run Linux/Apache/Tomcat plus Oracle on a server with 512Mb of memory. I have successfully implemented a couple of Internet applications using JSP, Servlets (plus Oracle) etc. For each application (and client) I start a new Tomcat session, using a custom server.xml for each one. All was ok,

Can't retrieve examples remotely

2001-08-24 Thread Mike Barb Kollier
Hi everyone, I've just installed tomcat on Linux, my environment is: Redhat 7.1 tomcat 3.2.3 apache 1.3.19 mod_jk When I test the tomcat examples on the install machine things go fine. Testing remotely using either the LAN IP or the internet IP of the machine I often get an error. Somewhere

Re: Question working with security realms

2001-08-24 Thread Roland
You don't have to do any forwarding. Consider the various login methods that might be in use, and assume that the user just requested a protected resource for the first time: * BASIC and DIGEST: The browser will pop up the login dialog. Once the user authenticates correctly, the

Re: Changing Tomcat webapps/ROOT

2001-08-24 Thread John Baker
On Friday 24 August 2001 21:25 pm, you wrote: Hi Could someone tell me how can I change the webapps root ? I would like to get to my servlets app like this http://my.url.com/myapp/Hello instead of http://my.url.com/myapp/servlet/Hello That's totally different to what you are asking to do.

Please help me on Tomcat config

2001-08-24 Thread KASI RAMAN
My web application is working fine in JSWDK(1.0) environment. I am trying to run the same application with Tomcat and IIS4.0. It is not running correctly(some links are referred incorrectly). So I have questions on basic setup itself and the questions are: · Where exactly I have to put

  1   2   >