Re[2]: oci8 driver problem on Linux

2002-04-24 Thread Andrew . Bate
Tim Cronin [EMAIL PROTECTED] wrote:- All I saw on the oracle site was 8i oci driver for solaris where are the linux drivers? I think we downloaded the NT driver as NT is our main platform for development. I've got a RedHat7.2 server sat on my desk as well though and the

RE: Problem adding new servlets under Tomcat 4.0.3

2002-04-24 Thread Jacob Kjome
Are you able to run the examples context that comes with Tomcat? Are any servlets in any context actually able to run? That should work. Are there any errors coming up in the logs or console from your context? Jake At 10:29 PM 4/23/2002 -0700, you wrote: Jacob, Thanks for the help, but

tomcat error on https

2002-04-24 Thread M.Hanizan
HI, good day Gurus :) I am new in the list. I have a problem running tomcat (.jsp file) with apache + mod_ssl. I had configure the httpd.conf inside virtual _default:443 segment by adding a few lines (as i followed most of tomcat + apache + mod_ssl documentation). The problem is, the .jsp

Install Tomcat 4.0 + JDK 1.4.

2002-04-24 Thread Kroeksak Kongman
Dear All, 1. I'm install Tomcat 4.0 + JDK 1.4. I can run some jsp file but XML have some error.. (.tld and jsp file, it can run in old version ...Tomcat 3.2.3 JDK 1.3.2) 2. I can use javac to complie .java ot .class when I call HelloWorld.calss from IE 6.0, it

RE: Install Tomcat 4.0 + JDK 1.4.

2002-04-24 Thread Brett Porter
1. the old XML parser was probably more lenient. The syntax in the XML sounds wrong, something before the ?xml ? tag I guess 2. did you expect anything else? You are trying to serve the class file as content, you should place it under WEB-INF/classes and then setup web.xml. You should read some

xerces, Parser xml / tomcat4

2002-04-24 Thread staginfo-ar
Hi, I want to use xerces2 in order to parse xml. How can i do that? I 've download and unzip files from xml-apache.org but I don't know how I can use it. Help!! Thanks a lot. Jc -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the

LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
Hi everyone, i know everyone is already sick of reading problems about apache and tomcat. I read almost all related mails and articles (how-to's) on the internet , which didn't help. i am working with tomcat 4.0-b7 on win 2000. And using apcahe 2. according to the instructions on the articles

Enabling browser caching of (BASIC) authenticated pages (includingpage expiry and 304 responses to conditional gets)

2002-04-24 Thread Ben Walding
I would like the ability to be able to enable browser caching of pages that are authenticated (for instance with BASIC authentication). At present, AuthenticatorBase prevents this from occurring. Why do I want this? 1. I like being able to use container based security (realms and

how to include the parser's JAR files in the /WEB-INF/web.xml ?

2002-04-24 Thread Kroeksak Kongman
To make an XML parser available to your web applications, you have several options: * To utilize an XML parser in a single web application, simply include the parser's JAR files in the /WEB-INF/web.xml directory of that web application. This will work, no matter what parser might be

Re: how to include the parser's JAR files in the /WEB-INF/web.xml ?

2002-04-24 Thread Hamish Marson
Peter Romianowski wrote: should be like: put the parser's JAR into WEB-INF/lib to make them visible to your webapp This currently fails for me on tomcat 4.02, under AIX 4.3.3 and Java 1.2.2. (ALthough it fails for all versions of Java I've tried). I'm having to specify the actual jar files

Re: xerces, Parser xml / tomcat4

2002-04-24 Thread Øyvind Vestavik
I reckon you can do it the standard way?? Include xerces 2 in your classpath for compiling purposes, copy the jar into your webapps lib directory (create directory lib directly under web-inf dir if not already there) or common\lib if you want xerces2 to be available for all webapps under

RAM requirements of catalina ?

2002-04-24 Thread Abhi
I am using Tomcat 4 on a RH 7.2 linux server with 2Gb RAM using Sun JVM 1.4. And apparently the sun's JVM ses it fit to create processes of 63 MB size each, filling up about 1GB when I run catalina. 1. Is there any way to restrict the amount of RAM used ? 2. What is the recommended/minimum

Re: Apache 2.0 and Tomcat 4.0.3 integration help need

2002-04-24 Thread Simon Stewart
wa_pool is defined in libwebapp.so (wa_main.c fwiw) If you haven't deleted or cleaned the source tree, you might want to make sure that this file was compiled (there should be a wa_main.o file in the webapp/lib directory) You should also have a libwebapp.so file that's larger than 0 bytes. If

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote: Any reason for using AJP14 over AJP13? And what about mod_webapp? I take it that this is mod_jk and mod_jk2? IME, mod_jk and Apache 2 don't get along well at all[1]. The impression that I've gleaned from reading past postings

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
On Wed, Apr 24, 2002 at 04:34:42PM +0800, yilmaz wrote: Hi everyone, i know everyone is already sick of reading problems about apache and tomcat. I read almost all related mails and articles (how-to's) on the internet , which didn't help. i am working with tomcat 4.0-b7 on win 2000. And

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Michael Delamere
Yes, Compiling mod_jk for apache2 was no problem but for some reason there was no communication between apache and tomcat. A tcpdump on port 8009 showed that no comminication was taking place. I solved this by installing the mod_webapp. In terms of speed: I had the feeling that the mod_jk

Startup problem

2002-04-24 Thread Oscar Buse
Hi, I Installed tomcat 4.0.3 on Solaris 8. At startup I see the following in catalina.out: Starting service Tomcat-Standalone Apache Tomcat/4.0.3 PARSE error at line 1 column 44 org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed. Somebody

Tomcat 4 Apache Server 2

2002-04-24 Thread Frederick Aubert
Hi Folk, My query is about configuring Tomcat 4 as a module that serves JSP and Servlet for an Apache 2 Server on a Windows XP machine. I have been unsuccessfully browsing the web for support, and installation steps, and that's why I am writing to this mailing list hoping one of you will answer

Re: getRemoteUser(), getAuthType() returning empty string instead of NULL?

2002-04-24 Thread Jason MacLane
Did someone find a solution ? We are stuck on the same problem. In fact, the problem is not really that the getRemoteUser() returns an empty string instead of a null string : Normally, when a user is already authenticated but is trying to access to a ressource for which he is not in a valid

Re: Apache 2.0 and Tomcat 4.0.3 integration help need

2002-04-24 Thread digital synapse
Yeah both those files are in the source tree in the /lib subdir. They are both greater than 0bytes. $APACHE_HOME is set in /etc/profile to /usr/local/apache2. I can't even start apache due to this wa_pool error -digitalsy From: Simon Stewart [EMAIL PROTECTED] Reply-To: Tomcat Users List

Re: Apache 2.0 and Tomcat 4.0.3 integration help need

2002-04-24 Thread Simon Stewart
Curious. I take it that you're on a Linux box? Using gcc? And using the versions of the software that are linked to from the howto? If you are, then I'd be interested in seeing the output from steps 1-3 (creating mod_webapp.so and libwebapp.so) Can you mail them to me privately? I don't think

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote: Any reason for using AJP14 over AJP13? And what about mod_webapp? I take it that this is mod_jk and mod_jk2? IME, mod_jk and Apache 2 don't get along well at all[1]. The impression that I've gleaned from reading past

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
Yes, Compiling mod_jk for apache2 was no problem but for some reason there was no communication between apache and tomcat. A tcpdump on port 8009 showed that no comminication was taking place. Why jk and not jk2??? I solved this by installing the mod_webapp. In terms of speed: I had

javax.servlet.ServletException: Cannot create bean of class MoniTestBean

2002-04-24 Thread chuck amadi
I have a problem with the following i have created and compiled my JavaBeans in my Web-Inf /classes folder and everythings fine . Nevertheless in the stack trace i get a error 500 cannot create Bean. I have posted this on numerous occasions to no avail. Can anyone lends some time and have a

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
On Wed, Apr 24, 2002 at 08:04:17AM -0400, Anthony W. Marino wrote: On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote: Any reason for using AJP14 over AJP13? And what about mod_webapp? I take it that this is mod_jk and mod_jk2? IME, mod_jk and Apache 2 don't get along

TomCat 4.0.3 jsp action scripting elements not working

2002-04-24 Thread hatem zanaty
Hi... I have problem with TC 4.0.3 jsp action scripting elements like jsp:plugin, jsp:expression they are not working like it is suppose to be any ideas thanx - Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Michael Delamere
Although I don´t have the answer, it´s a VERY interesting question. As you said, it appeared that mod_webapp would eventually replace mod_jk which has been said to become deprectated at some stage (correct me if I got the information wrong). So why is there a new version of mod_jk?

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
On Wednesday 24 April 2002 08:23 am, Simon Stewart wrote: On Wed, Apr 24, 2002 at 08:04:17AM -0400, Anthony W. Marino wrote: On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote: Any reason for using AJP14 over AJP13? And what about mod_webapp? I take it that this

Re: TomCat 4.0.3 jsp action scripting elements not working

2002-04-24 Thread Anthony W. Marino
You shouldn't hit reply on existing thread and change the subject. Just create a new thread with your new subject. Thanks, Anthony Hi... I have problem with TC 4.0.3 jsp action scripting elements like jsp:plugin, jsp:expression they are not working like it is suppose to be any ideas

RE: javax.servlet.ServletException: Cannot create bean of class MoniTestBean

2002-04-24 Thread Scott Purcell
I have ran into that issue many times, and my workaround has always been to put your bean in a class. eg. com/MoniTestBean and make sure you add the package statement package com; at the top of your java file, recompile, then change your useBean to look like this. Where you put the class was

Re: how to include the parser's JAR files in the /WEB-INF/web.xml ?

2002-04-24 Thread Jacob Kjome
It is against the sun classloader specification to have the xml parser and DOM classes inside the WEB-INF/lib. It must be in a parent classloader to the webapp. As of the 4.0.2 release, this is enforced. This means your choice are to put the xml parser in either $TOMCAT_HOME/lib or

Re: Startup problem

2002-04-24 Thread Oscar Buse
Hoi, On Wed, 24 Apr 2002, Tomcat Users List wrote: Hi, I Installed tomcat 4.0.3 on Solaris 8. At startup I see the following in catalina.out: Starting service Tomcat-Standalone Apache Tomcat/4.0.3 PARSE error at line 1 column 44 org.xml.sax.SAXParseException: The markup in the

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
On Wed, Apr 24, 2002 at 08:31:44AM -0400, Anthony W. Marino wrote: On Wednesday 24 April 2002 08:23 am, Simon Stewart wrote: On Wed, Apr 24, 2002 at 08:04:17AM -0400, Anthony W. Marino wrote: On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote: Is warp in the coyote

Re: answer: HTTP authentication headers behavior expectations

2002-04-24 Thread rsequeira
Thanks for the reply. So can I safely assume that there's no way to tell the browser to send the Authorization request header without sending a 401 Authorization header first. Darn! I guess I'll have to maintain a session between the browser - Controller jsp/servlet - Secure resources. The

FW: Session.IsNew problems

2002-04-24 Thread Wiegard, Hanno
Even with higher timeout values we have this problem. It looks like that we get this problem as soon there's higher concurrency on the system ( 30 concurrent user). -Original Message- From: Wiegard, Hanno [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 11:18 AM To: 'Tomcat

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
When you go the the coyote drop there are instructions on using it, however, where's the Apache specific part of the instructions and module??? Anthony On Wed, Apr 24, 2002 at 08:04:17AM -0400, Anthony W. Marino wrote: On Tue, Apr 23, 2002 at 07:02:38PM -0400, Anthony W. Marino wrote:

RE: Install Tomcat 4.0 + JDK 1.4.

2002-04-24 Thread Douglas, Rory
I had similar errors when moving from Tomcat 3 to 4. It may have to do with the declaration of the DTD at the top of your .tld. I found that I had to change it to 1.2, and change all tags in the taglib descriptor to their new form ie tagclass becomes tag-class maybe that helps -Original

RE: JDBCRealm Extension

2002-04-24 Thread Tim Cronin
I've (and others have been dealing with the same issue and have been directed to look at extending the Authentication classes. see the link below for details. http://mikal.org/interests/java/tomcat/archive/view?mesg=56125 -Original Message- From: Sarah Barwig [mailto:[EMAIL PROTECTED]]

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
AFAIK, you have to compile that from source. On Wed, Apr 24, 2002 at 09:03:12AM -0400, Anthony W. Marino wrote: When you go the the coyote drop there are instructions on using it, however, where's the Apache specific part of the instructions and module??? Anthony Cheers, Simon -- The

RE: Re[2]: oci8 driver problem on Linux

2002-04-24 Thread Tim Cronin
For thin (type 4) Driver yes but for Type 2 (OCI) you need the binary lib. You need type 2 for ARRAYS thanks for the info though. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 1:35 AM To: 'Tomcat Users List' Subject: Re[2]: oci8

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
I've had problems compiling a mod_jk.so module. Including a failed effort of ant native. I'll keep plugging away until I figure it out. Anthony AFAIK, you have to compile that from source. On Wed, Apr 24, 2002 at 09:03:12AM -0400, Anthony W. Marino wrote: When you go the the coyote drop

FileReader within a Servlet

2002-04-24 Thread Günter Kukies
Hello, how can I get the path base for a file within a web application? I want to use a FileReader within a Servlet. Günter

Re: FileReader within a Servlet

2002-04-24 Thread Mike McGuinness
System.getProperties(user.dir) On Wed, 2002-04-24 at 09:38, Günter Kukies wrote: Hello, how can I get the path base for a file within a web application? I want to use a FileReader within a Servlet. Günter

RE: FileReader within a Servlet

2002-04-24 Thread Donie Kelly
ServletContext sc; String RootPath=null; sc = getServletContext(); RootPath = sc.getRealPath(/); This will get you the path of the $TOMCAT/webapps/yourappdir Donie -Original Message- From: Günter Kukies [mailto:[EMAIL PROTECTED]] Sent: April 24, 2002 14:38

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
Hi Simon, unfortunately i don't know how to do apachectl configtest. from command window i tried that , but didn't work. From apache monitor, when i try to start the server, it throws the requested operation has failed error, nothing else. My httpd.config is okey, except when i add LoadModule

Re: FileReader within a Servlet

2002-04-24 Thread Günter Kukies
Thank's that's it. Günter - Original Message - From: Donie Kelly [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 3:43 PM Subject: RE: FileReader within a Servlet ServletContext sc; String RootPath=null; sc = getServletContext();

Re: OT: RE: Security (Struts/Turbine)

2002-04-24 Thread peter . brawley
Anthony Eden wrote: snip Sure, speaking about power, JSPs would be much powerful than Velocity templates, IMHO. But at what price? The power of JSPs can be so easily abused even by the best developers. snip Do you have a reference on that, or some thoughts you could briefly share?

j_security_check problem with 2nd login

2002-04-24 Thread Mario Rodler
I'm working on a small Projekt which needs a form based login page. Using a j_security_check form works fine. I also have the problem, that a user must not come back to the login page for a second login. If she does - j_security_check will fail with a 404 error page. (I know why). Does anybody

JSPApplication Property File

2002-04-24 Thread Costel Cirnaru
Hi all, If someone could help me: I have an application connected to an Oracle db through BC4J. When i try to register the application: oracle.jbo.html.jsp.JSPApplicationRegistry.registerApplicationFromPropertyFile(session , JSPLeonardo_Leonardo_LeonardoModule); i got the following

RE: getRemoteUser(), getAuthType() returning empty string instead of NULL?

2002-04-24 Thread Ignacio J. Ortega
De: James Garrison [mailto:[EMAIL PROTECTED]] Enviado el: martes 23 de abril de 2002 19:53 The Tomcat version is 4.0.2. Here's the Connector definition: Try the latest 4.0.3 , this should have this problem solved.. Saludos , Ignacio J. Ortega -- To unsubscribe: mailto:[EMAIL

RE: Which Apache-To-Tomcat Connector

2002-04-24 Thread Brandon Cruz
Not too sure about ajp14, but from my experience, it seems best to use a version that most people are using, or have used in the past. My recommendation would be to use mod_jk and ajp13 if it is a production environment and you want the least chance for error. Also, compile mod_jk on your own,

Application init

2002-04-24 Thread Pekník Jan
Hello, I have following problem : I have web-application consisting of several JSP, servlets, xml and xsl files. I'm using LOG4J for logging and JDBC driver for acessing database. In order to my application work properly, I need to call start-up code (which set-up LOG4J and build connection

AW: Application init

2002-04-24 Thread juraj Lenharcik
Hi, create a servlet with an init method like: public void init() { file = getInitParameter(log4j-init-file); logfileDestination = getInitParameter(log4j-destination-file); DO LOG4J stuff . } and register it in your web.xml: servlet

Re: /index.html works, / doesn't

2002-04-24 Thread Thomas Pennington
I have a similar situation where unless I type the index.jsp page I get a server not found error. However I noticed that when I use just the directory that the request gets redirected to http://myurl:apache_port/index.jsp. I was running my web server on port 83 and since I and behind a firewall

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
apachectl configtest ultimately runs httpd -t, so you could try httpd.exe -t on win32. You might also try reversing the direction of the file seperator in Windows: LoadModule webapp_module modules\mod_webapp.so I'm never tried Apache on Win32, but this should help. On Wed, Apr 24, 2002 at

RE: FileReader within a Servlet

2002-04-24 Thread Douglas, Rory
use the getRealPath(pathname relative to web-app) method of the ServletContext and use that in your File constructor -Original Message- From: Günter Kukies [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 9:38 AM To: Tomcat Users List Subject: FileReader within a Servlet

System.setProperty(key,value )

2002-04-24 Thread Vijay Shinde
Where do i find information about diffrent keys (name of system properties ) i am using following once but where do i find all the listings. System.setProperty (http.proxyHost, myserver); System.setProperty (http.proxyPort, 8080); Vijay -- To unsubscribe: mailto:[EMAIL PROTECTED] For

RE: j_security_check problem with 2nd login

2002-04-24 Thread Pknk Jan
Hi, If now some user comes back to the login screen and makes an additional login, j_security_check can get the destination address from the referring page. AFAIK, TOMCAT doesn't take destination page from referrer. TC takes it from session, where is stored first page that needed

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Anthony W. Marino
I guess, taking it a step further, why jk2 (AJP14) if mod_webapp is the new generation? Thanks, Anthony Not too sure about ajp14, but from my experience, it seems best to use a version that most people are using, or have used in the past. My recommendation would be to use mod_jk and

RE: How select a printer to print

2002-04-24 Thread Jack Li
I might not describe my problem well. My users need to select a printer on the web server. I need to write a jsp page to list all the printers on the server and let them to choose one. How can I do it? Jack -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent:

Problems with authentication and encryption

2002-04-24 Thread Erik Östlund (QIC)
I'm running Tomcat 4.0.3 standalone and I've tried to enable encryption and authentication (BASIC) on a jsp-page. I've currently only tested this with IE 6. Without encryption everything works fine. I simply type in the access-restricted URL, a BASIC-authentication requester appears, if I

RE: How select a printer to print

2002-04-24 Thread Wagoner, Mark
This is more a general Java question than a Tomcat question. Perhaps you should do a search for enumerating printers through JNI. -Original Message- From: Jack Li [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 24, 2002 10:47 AM To: 'Tomcat Users List' Subject: RE: How select a

RE: Tomcat 3.3a as a W2k Service

2002-04-24 Thread Short, Dave
I mean any logs - none are written. What is the latest and greatest version of jk_nt_service.exe? Can you tell me what the wrapper.jvm.options setting would be for JDK1.2.2? -Original Message- From: Lecaros, Noel [mailto:[EMAIL PROTECTED]] Sent: April 23, 2002 10:55 AM To: 'Tomcat

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Lance Smith
Using: Apache 2.0.35 and Tomcat 4.0.3 on Red Hat 7.2. Say it isn't so: There is no way to serve static pages from Apache using mod_webapp? Can anyone confirm/deny this? Lance The major difference between the two modules, other than this, is that mod_jk allows static content to be served

Compiling mod_jk for Apache 2.0.35

2002-04-24 Thread Wayne Pascoe
Hi all, I'm trying to compile mod_jk for Apache 2.0.35 with no success. I am building this on a FreeBSD 4.5 box. Mod_jk builds fine for Apache 1.3.20 I have unpacked the tomcat connectors source, and then cd'd to /usr/local/src/jakarta-tomcat-connectors-4.0.2-01-src/jk/native From there, cd to

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
It isn't so. You can still serve static pages, but they'll come through Tomcat and then apache, rather than being served straight from apache. End result: you'll see a speed hit. This is what's being fixed, as I understand it. On Wed, Apr 24, 2002 at 03:00:59PM +, Lance Smith wrote: Using:

RE: Which Apache-To-Tomcat Connector

2002-04-24 Thread Short, Dave
In which version is this projected to be fixed? -Original Message- From: Simon Stewart [mailto:[EMAIL PROTECTED]] Sent: April 24, 2002 8:11 AM To: Tomcat Users List Subject: Re: Which Apache-To-Tomcat Connector It isn't so. You can still serve static pages, but they'll come through

Re: Compiling mod_jk for Apache 2.0.35

2002-04-24 Thread Pascal Forget
Hi Wayne, Welcome to the club. I have been spending countless hours trying to resolve the same problem you describe. I'm trying to buid mod_jk on Linux. I'll let you know if I find the answer, and I hope you'll do the same if you solve the problem before me. Best Regards, Pascal Wayne

RE: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Wu Lu
If you installed Apache on WinXP, there is a menu option of Test Configuration. You can click it to test the configuration. The actuall command is: C:\Program Files\Apache Group\Apache2\bin\Apache.exe -t -f C:\Program Files\Apache Group\Apache2\conf\httpd.conf -d C:\Program Files\Apache

Re: Compiling mod_jk for Apache 2.0.35

2002-04-24 Thread Michael Delamere
Hi, I managed to get mod_jk compiled on: SuSe Linux 7.1 with Apache2.0.35: The only problem was that when calling a servlet I got jakarta-servlet not found. Otherwise, Apache accepted it without an error message. bye Michael Delamere - Original Message - From: Pascal Forget [EMAIL

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Simon Stewart
I have no idea! It's just one of the things that you see mentioned if you browse throught the tomcat-dev mailing list (which I'm not on, I hasten to add :) On Wed, Apr 24, 2002 at 11:14:03AM -0400, Short, Dave wrote: In which version is this projected to be fixed? -Original Message-

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
The only other thing that springs to mind is to use a path without spaces in, and perhaps to double up your back slashes. Try one, then the other, then both. This is something of a last resort, though. On Wed, Apr 24, 2002 at 11:10:50PM +0800, yilmaz wrote: Hi Simon, I tried apache -t istead

RE: OT: RE: Security (Struts/Turbine)

2002-04-24 Thread Anthony Eden
Personal experience (and personal mistakes). When the boss is breathing down your neck about some feature which they desperately need and that feature is easy to implement with a little bit of code in a JSP page...well the temptation is very strong and the means to exploit it exist so the

servlets help:

2002-04-24 Thread jo outen
I am using mod_jk in tomcat 3.3a I am trying to JkMount servlets from a specified directory. The servlets work when I JkMount the root war in webapps. JkMount /rootofwar/* ajp13. What I am having trouble with is that the servlet code is several levels deep in WEB-INF and when I JkMount the

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread James Williamson
It isn't so. You can still serve static pages, but they'll come through Tomcat and then apache, rather than being served straight from apache. End result: you'll see a speed hit. This is what's being fixed, as I understand it. On Wed, Apr 24, 2002 at 03:00:59PM +, Lance Smith

Re: Apache 2.0 and Tomcat 4.0.3 integration help need

2002-04-24 Thread digital synapse
I did send you an email at your personal email with my output, just wondering if you received it ok? -digitalsy From: Simon Stewart [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Apache 2.0 and Tomcat 4.0.3 integration help

Re: Apache 2.0 and Tomcat 4.0.3 integration help need

2002-04-24 Thread digital synapse
I did send you an email at your personal email with my output, just wondering if you received it ok? -digitalsy From: Simon Stewart [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Apache 2.0 and Tomcat 4.0.3 integration help

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Dan K.
Hi, I thought mod_webapp was suppose to be the successor to mod_jk in tomcat 4.x, and mod_jk only existed for backwards compatibility for tomcat 3.x. Don't know about mod_jk2 though... Regards, Dan On Wed, 24 Apr 2002, Michael Delamere wrote: Although I don´t have the answer, it´s a VERY

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Ken Anderson
It isn't so. There is no problem serving static content through apache using mod webapp to server only servlets, jsp. The setup is different than when using mod_jk, that's all. Ken Lance Smith wrote: Using: Apache 2.0.35 and Tomcat 4.0.3 on Red Hat 7.2. Say it isn't so: There is no way to

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Michael Delamere
Thanks for the patch. I will certainly give it a go. Just a question. I noticed that the first line says something about apache1.3. has this also been tested on apache2.0.x? bye Michael Delamere - Original Message - From: James Williamson [EMAIL PROTECTED] To: Tomcat Users List

Re: Which Apache-To-Tomcat Connector

2002-04-24 Thread Pascal Forget
Anthony W. Marino wrote: Any reason for using AJP14 over AJP13? And what about mod_webapp? For starters, you could read http://www.ubeans.com/tomcat One question you might want to ask yourself is wether you REALLY need Apache forwarding requests to Tomcat. Doing so is MUCH slower than having

Tomcat4 performance.

2002-04-24 Thread Clearwater, Pete
Hi All. I'm currently doing some performance testing in order to convince my superiors that we should move away from the expensive Weblogic app server to a free JBoss/(Tomcat or Jetty) implementation. However, I've run into a bit of a snag as both Tomcat and Jetty appear to be about 50%

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Dan K.
Also, make sure you have a ServerName directive in your httpd.conf if you don't have it. Regards, Dan On Wed, 24 Apr 2002, Simon Stewart wrote: The only other thing that springs to mind is to use a path without spaces in, and perhaps to double up your back slashes. Try one, then the other,

Re: Tomcat4 performance.

2002-04-24 Thread Austin Gonyou
We use this setup, and have gotten it to work quite well, but if you're using XSLT, then the transformer you're using could be a large part of the process cost. Also, we had to re-write a lot of code to actually clean things up because we were doing things in improper ways. Eventually we squeezed

Class jsppages.MoniBean not found.

2002-04-24 Thread chuck amadi
*Hi there any reason for this as i i haven't got jsppages in my classes path or as a package in my MoniBea* *jsp:useBean id=formHandler scope=request class=MoniBean/** **jsp:setProperty name=formHandler property=*/*

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
Above any WebApp* directives. In apache 2, also include the port number. I've got: ServerName localhost:80 in my httpd.conf On Wed, Apr 24, 2002 at 11:52:45AM -0400, Dan K. wrote: Also, make sure you have a ServerName directive in your httpd.conf if you don't have it. Regards, Dan

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
i downloaded the windows 2000 versions of both apache2 and mod_webapps. Apache 2 has a directory called modules which has only .so files, and mod_webapps.zip file has a mod_webapp.so file , as well as a libapr.dll file. And the readme instructs to put the mod_webapps.so in the modules directory

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
I am working on windows 2000 ... i tried apache -t and it only says can't open httpd.conf file - Original Message - From: Wu Lu [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Wednesday, April 24, 2002 11:24 PM Subject: RE: LoadModule webapp_module

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
i do have it. Another thing without LoadModule webapp_module modules/mod_webapp.so everything works fine, i mean if i comment it out, it works. But how do i have to integrate apache2 with tomcat4 - Original Message - From: Dan K. [EMAIL PROTECTED] To: Tomcat Users List [EMAIL

Newbie Q: IIS and Tomcat (on a different server)

2002-04-24 Thread Elizabeth Barham
Hi, I'm new to this list, new to Tomcat and new to Java. Please forgive me if this question has been answered before or if it doesn't make much sense. When configuring Apache for UNIX to work with Tomcat, one may use various modules. When setting up mod_webapp, one of the configuration

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread yilmaz
okey, Here is my httpd.conf file, can someone please help me find out , where the problem is? Thanks :) (though a little bit dangerous, it seems that there is no other way to be able to solve the problem) - Original Message - From: Simon Stewart [EMAIL PROTECTED] To: Tomcat Users List

Servlet killing tracking

2002-04-24 Thread JACQUELINE Nicolas - REN ( [EMAIL PROTECTED] )
Hi everybody, I'm using Tomcat 3.2.3 on a linux system to run a servlet-based service. This application must support a high number of connected people (about 1000). The service works fine, but sometimes Tomcat kills my servlet (calls Servlet.destroy) for no reason. How could I track why Tomcat

Tomcat Locking Up, How to Debug?

2002-04-24 Thread Leonard Megliola
I'm currently using Tomcat 3.3.1 and have used a number of previous releases where I have experienced the following problem. Tomcat locks up. When it does this you cannot shut it down normally (must use 'killall java'), and it will not respond to requests. My intuition tells me it is a

RE: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread John Burgess
One thing I've noticed is that you have two WebAppConnection lines, both defining the same name of connection -- either remove one or give its connection a name other than warpConnection. (See at end, and just before the virtualhost section (40 lnes up maybe?) ) Also you don't do AddModule

JSP compile fails to find class

2002-04-24 Thread Steve D George
Hi, I've tried hunting through the archive but no success as yet so can anyone help with this please. I have a webapp that was working just fine on 3.2. I've just installed tomcat 4 and I'm trying to get the same webapp to work. I have created a new web.xml based around the example one that

Re: Servlet killing tracking

2002-04-24 Thread JACQUELINE Nicolas - REN ( [EMAIL PROTECTED] )
I'm not using SingleThreadModel, and as I'm using Tomcat in a professional context, I cant upgrade to a newer version. That's why I need to track what makes Tomcat destroy my servlet. Any idea ? it has been my experience that tomcat 3.2.x is pretty poor at managing the servlet lifecycle

Re: problem with mysql and tomcat

2002-04-24 Thread Boon K. Chee
Dear Manny, I'm not an expert in mysql, but I did manage to run my apache2, tomcat 4 and mysql without any problem. I think the problem you have might not be the mm.mysql driver problem. It seems to me that either your sql statement(when you open the connection to mysql) is not quite

Re: JSP compile fails to find class

2002-04-24 Thread Phillip Morelock
why don't you just put your classes in packages? did you think about that? this should give you your biggest clue: org.apache.jsp.TrackerStateBean not found it's assuming a default package of org.apache.jsp for unqualified class names. phillip On 4/24/02 9:38 AM, Steve D George [EMAIL

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
You attempt to define the warpConnection twice, once to localhost, once to a remote machine. This is mistake, and you can get round it by simply renaming one of the warpConnections (warpConnection2 if you're feeling unadventurous :) Does that help? Have you also tried the LoadModule line and not

Re: LoadModule webapp_module modules/mod_webapp.so

2002-04-24 Thread Simon Stewart
John, this is apache 2: you don't need the AddModule. That got left behind from Apache 1.3.x On Wed, Apr 24, 2002 at 05:44:14PM +0100, John Burgess wrote: One thing I've noticed is that you have two WebAppConnection lines, both defining the same name of connection -- either remove one or give

  1   2   >