Re: mod_webapp and php

2002-01-22 Thread Nikola Milutinovic
Thanks for clarification, Craig But then again, what if the static content (e.g. some html pages) resides inside web-app, is it than considered static? Will Apache serve it from there directly (I believe not, cause it could be on a different host) or will mod_webapp pre-cache it in

Tomcat and Server Gated Crypto

2002-01-22 Thread Jason Barr
Hi there, A first time poster, so hopefully the question is brief and to the point and apologies if it has been answered already. Does stand alone Tomcat support SGC 'technology?' I see Tomcat can be used on top of IIS/Netscape/Apache and in these instances I'm assuming that it should support

Re: web.xml Question

2002-01-22 Thread yilmaz
i think in the same way... there should be a necessary reason to do so, that we are missing, otherwise it seems illogical - Original Message - From: Nikola Milutinovic [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 3:56 PM Subject: Re:

How to give tomcat's JVM more heap space ?

2002-01-22 Thread Rizki Wicaksono
I have a server for runnig Tomcat 4.0.1, and sometimes it's catalina.out said printed java.lang.OutOfMemoryError. And i know from java manual pages, we can set the memory allocation for JVM with option -Xmsn -Xmxn etc. The problem is, where we put this option in Tomcat 4.0.1 configuration

Asynchronous messages from servlets

2002-01-22 Thread Ronald Wildenberg
Hi, I have the following problem. A simple form submits data to a servlet. The servlet sends a message via JMS to another application (in another JVM). Once the message has been sent, the 'service' method of the servlet ends. After a while, say five seconds, the other application would like to

Problem when creating mod_webapp under hpux11

2002-01-22 Thread Jeff Ong
Hi all, i am currently try to integrate tomcat with apache. I am using tomcat 4.0.1 and apache 1.3.22. Both of the apache and tomcat run smoothly. When i surf to port 80 and 8080, both gave me the expected result. However, when i tried to create mod_webapp, it always hangs in a process. #

Re: web.xml Question

2002-01-22 Thread Tom Bednarz
OK, I just wanted to know how this works. My development environment is not the same as an environment in a large company which usually has a lot of restrictions regarding accessing the internet. I have made a simple test and unplugged the network cable of my workstation. TOMCAT still started

Re: Problem when creating mod_webapp under hpux11

2002-01-22 Thread Jeff Ong
Anyone own the mod_webapp for hpux11? can you please send it to me if you dont mind? - Original Message - From: Jeff Ong [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 4:52 PM Subject: Problem when creating mod_webapp under hpux11 Hi all,

RE: mod_webapp and php

2002-01-22 Thread Anton Brazhnyk
Hi and thank you very much, Craig. Actually I didn't expect such an complete answer. I think it could replace that FIXME in (...)/tomcat-docs/config/warp.html Would you answer one more question, please? I have posted it here recently and then in dev-list. It was about Client connection closing.

Re: How to give tomcat's JVM more heap space ?

2002-01-22 Thread Tom Bednarz
In the catalina.bat or catalina.sh set the variable CATALINA_OPTS On Windows I would do: set CATALINA_OPTS=-Xms64M -Xmx256M to set a minimum of 64 MB and a maximum of 256 MB RAM. You should do this at the beginning of the file. HTH Thomas At 22.01.2002 15:50, you wrote: I have a server

RE: IIS or Apache

2002-01-22 Thread Justin Rowles
One of the problems i've run into with open source servers on Windows is getting binaries for many of the common tools, servers and dlls required for Win32, such as connectors for Tomcat, OpenSSL for SSL on Apache, etc. snip If you can complile the binaries yourself, your OK.. but

problem with getting a connection to tomcat

2002-01-22 Thread Birgit Greiffenberg
Hi, just found the mailinglist :-)) I have a problem with the connection to Tomcat. I am using Tomcat 3.2.3 as a standalone solution. System: win2000 I want to start a servlet not from a webapplication but from a conventional java application. I have a simple frame with a button to start the

Re: Urgent Disable Directory browse

2002-01-22 Thread Galbayar
i'm changed web.xml but tomcat error how to disable this error? Apache Tomcat/4.0.1 - HTTP Status 404 - / type Status report message / description The requested resource (/) is not available. - Original

Tomcat4 Ajp12

2002-01-22 Thread Skondras P.
Hi i would like to know if tomcat4 works ok with ajp12 or it needs only ajp13 -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

RE: Tomcat4 Ajp12

2002-01-22 Thread Reynir Hubner
I think only ajp1.3 it does not work with ajp 1.2 -hope it helps [EMAIL PROTECTED] -Original Message- From: Skondras P. [mailto:[EMAIL PROTECTED]] Sent: 22. januar 2002 10:24 To: [EMAIL PROTECTED] Subject: Tomcat4 Ajp12 Hi i would like to know if tomcat4 works ok with ajp12 or it

How to configure IIS5 with Tomcat 4.0

2002-01-22 Thread Peter Cimring
Please advise me on how to configure IIS5 with Tomcat. I found an article at: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/tomcat-iis-howto.html - the article refers to Tomcat 3.2. Is the procedure the same for Tomcat 4.0? Help!? Thanks Pete -- To unsubscribe: mailto:[EMAIL PROTECTED]

RE: How to configure IIS5 with Tomcat 4.0

2002-01-22 Thread Reynir Hübner
try reading the article at following url : http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/ajp.html it should help -hope so. [EMAIL PROTECTED] -Original Message- From: Peter Cimring [mailto:[EMAIL PROTECTED]] Sent: 22. janúar 2002 10:54 To: [EMAIL PROTECTED] Subject: How to

Re: Asynchronous messages from servlets

2002-01-22 Thread Hans Schlenker
Ronald Wildenberg wrote: What I need is a way to push the response to the browser. I would like the server to take the initiative in updating the browser window, not the user. Is this possible in any way? No way. HTTP is a pull-mechanism: information is always requested by the client.

re: canno startup Tomcat 4.0.1

2002-01-22 Thread David Hewlett
Despite the good advice to carefully go through the documentation again the 'problem' still persists : It appears neither to start nor to fail? glibc version is 2.2.4-21 jdk is 1.3.1 i have set: ulimit -s 2048 and: export LD_ASSUME_KERNEL=2.2.5 I see i am not alone as two others report

RE: web.xml Question

2002-01-22 Thread John Wadkin
I'm no expert on XML, but I do write documents in XML which are then parsed/interpreted by a servlet (which I didn't write). As far as I know, any XML document will parse without a DTD. A DTD just provides the syntax - e.g. tag names, tag attributes, tag structures (list of tags that a tag can

Re: Asynchronous messages from servlets

2002-01-22 Thread David Hewlett
On Tuesday 22 January 2002 8:50 am, you wrote: Hi, I have the following problem. A simple form submits data to a servlet. The servlet sends a message via JMS to another application (in another JVM). Once the message has been sent, the 'service' method of the servlet ends. After a while,

Re: New ROOT

2002-01-22 Thread Guillermo Labatte
John Kolvereid wrote: Hi GL, I tried it again. This time it worked. Now, instead of tricking Tom, how can I simply change the default directory from webapps/ROOT to (say) /home/httpd/jsp. And then how can I address jsp files from non-jsp files. Do I have to a

RE: wacky HTTPS-HTTP re-direct problem w/apache and tomcat 4

2002-01-22 Thread Dave North
Hi Denny, Just tried that - no joy. It then complains about the webAppDeploy lines being an invalid serverName. Cheers Dave -Original Message- From: Denny Chambers [mailto:[EMAIL PROTECTED]] Sent: Monday, January 21, 2002 4:52 PM To: Tomcat Users List Subject: Re: wacky

RE: IIS or Apache

2002-01-22 Thread Martin van den Bemt
Don't worry about me dude ;). I only use open source for my efforts and I don't have a boss ;) . Just don't forget that a lot of companies (especially bigger ones) don't make a technical decision, but a political, which leads to the story you are telling me.. I'm seeing a huge increase at

RE: Problem when creating mod_webapp under hpux11

2002-01-22 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
Jeff, the problem you are experiening results from the fact the Korn shell on HP-UX does not keep zero length strings in memory as far as I can tell, MYVAR = is null for all practical purposes. The configure file sets a number of variables to for one purpose or another. However then the

Re: Problem when creating mod_webapp under hpux11

2002-01-22 Thread Jeff Ong
thanks jeffrey, hope to get the file from u soon . - Original Message - From: PELOQUIN,JEFFREY (Non-HP-Boise,ex1) [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 8:12 PM Subject: RE: Problem when creating mod_webapp under hpux11 Jeff,

Custom Authentication

2002-01-22 Thread Ricardo Ramalho
Hi all! ;) I have to migrate a Web Application from Allaire JRun to Tomcat 4.0.1. I have a custom Authentication created by us. How can i use it under TomCat 4.0.1? Information is very non-existant or I'm just to dumb to find it! :)) Another question: Do i have a InitialContext ? If i have

Re: Jasper error

2002-01-22 Thread RSEQUEIRA
Debby Dart [EMAIL PROTECTED] on 01/21/2002 07:08:32 PM Please respond to Tomcat Users List [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] cc: Subject: Jasper error I'm a newbie to Tomcat and JSP and fairly new to Java. While running a test script with Tomcat 4.0, I get

applet deployment/access

2002-01-22 Thread cazza
I have a servlet that generates html which contains a reference to the applet class under tomcat (the tomcat location is webapps/myapp/applet/) I understand that MyApplet.class cannot be under the web-inf directory for security reasons, but I have two questions; 1) The applet class relies on

RE: Config/Startup problem contextInit() not running

2002-01-22 Thread Larry Isaacs
If there aren't any System.out.println's or log output being generated by your CustomRealm, you can try temporarily removing the myapp.tomcat.CustomRealm class from your installation and see if Tomcat complains. It should complain if it is acting on your CustomRealm / entry but can't find the

Re: Jasper error

2002-01-22 Thread dderry
Debby, You need to import org.apache.jsp.UserData to use it in that manner. (%@ page import=org.apache.jsp.UserData %). the useBean declaration creates a scripting variable named user, and does not require the import. But at line 3 (UserData user = null;) you are declaring a different variable

RE: Removing whitespace.

2002-01-22 Thread Larry Isaacs
The JSP spec, including JSP 1.2, states that whitespace should be preserved. Though the patch won't be implemented, you can check Bug 5560: http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=5560 for a suggested patch to remove the whitespace. You are welcome to customize Jasper if it

RE: applet deployment/access

2002-01-22 Thread Anton Brazhnyk
Hi, -Original Message- From: cazza [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 3:27 PM To: [EMAIL PROTECTED] Subject: applet deployment/access I have a servlet that generates html which contains a reference to the applet class under tomcat (the tomcat location

AW: Jasper error

2002-01-22 Thread Ralph Einfeldt
Wrong! What happens, is that UserData belongs to no package. So the compiler tries to find it in the package for the generated servlet (which is org.apache.jsp for tomcat and may be any name with other jsp engines). To use a bean that belongs to no package (not a good practice anyway) you

Please help! Unit test fails for Tomcat

2002-01-22 Thread kynn
When I try 'ant test' (after getting past 'ant dist'), it fails eventually with: test-dir-context: [echo] Running FileDirContext tests [java] .F... [java] Time: 0.164 [java] There was 1 failure: [java] 1)

RE: Custom Authentication

2002-01-22 Thread Sergei Batiuk
Hello, If you mean a 'Login API', it doesn't exist in Tomcat You need to use form-based login instead. There is InitialContext in Tomcat. This is how I used it to set up DataSource ( Tomcat 4.1.0) : Context path=/test

Apache-tomcat configuration

2002-01-22 Thread Tamim, Samir
Hi all, Still trying to let Apache SSL / Tomcat with Warp Connector to Work on Solaris 8. JDK 1.3.1_02 / Apache 1.3.22 / Tomcat 4.0.1 So still having the following : [Fri Jan 18 15:27:44 2002] [error] Cannot receive handshake WARP packet [Fri Jan 18 15:27:44 2002] [error] Cannot

Re: web.xml Question

2002-01-22 Thread jeff . guttadauro
It's included in $CATALINA_HOME/common/lib/servlet.jar. Tom Bednarz

Re: Please help! Unit test fails for Tomcat

2002-01-22 Thread Bruce Perryman
Did you download the correct JNDI package (JNDI 1.2.1 Reference Implementation)? Is it being picked up from the correct location in build.properties ({tomcat installation directory}/build.properties). Check the build.properties file and make sure that it is being refence properly. Are there any

Custom Authentication

2002-01-22 Thread Ricardo Ramalho
Hi ppl! Again It looks like i wasn't very accurate in my first question here... What i wanted to do is something like this: (hope you guys can help) This is my actual Athentication class, with uses BASIC login. import java.lang.*; import java.sql.*; import javax.sql.*; import

Re: wacky HTTPS-HTTP re-direct problem w/apache and tomcat 4

2002-01-22 Thread Denny Chambers
This is really strange. I have the same setup. I set the Server Name directive once in the main portion of the httpd.conf. My VirtualHost _default_:443 context is very similar to yours, except I don't have the Server Name defined with in it. My WebAppConnection and WebAppDeploy line are similar

Re: Apache / Tomcat 4.01/ Virtualhost

2002-01-22 Thread Ashish kulkarni
Hi, I have done configured virtual host with apache 1.3.22 and tomcat 4.0.1 , on windows 2000 with mod_jk module, here are the steps, hope it helps #*** 1) Tomcat 4.0 : - Be carefull to do not install TC4 in a path with spaces ! otherwise you

Tomcat 3.2.4, Java 1.3.1, linux, and process usage

2002-01-22 Thread Brandon Cruz
I am using the configuration above, and whenever someone accesses a jsp page, it seems that several processes are created. I am not an expert with linux, but it seems that multiple processes are created, which are each taking up the exact same amount of memory (around 14%). Is this normal, and

multiple mod_webapp connections?

2002-01-22 Thread Chris Newland
Hi All, I would like to set up multiple tomcat 4.0.1 instances (each running a cocoon webapp) all behind a single Apache server and use mod_webapp to connect between a URL path and a specific tomcat instance. E.g. http://www.server.com/foo --- localhost:8080/cocoon (first tomcat instance)

multiple instance of tomcat4.0

2002-01-22 Thread Ashish kulkarni
Hi, I have tomcat4.0 on my win2000k and winnt server, i want to run multiple instance of it, like one instance for production, other for development, and the 3 for testing. so how can i do it?? do i have to modify server.xml??? if yes how?? i would appreciate if some one has an example

Re: Tomcat 3.2.4, Java 1.3.1, linux, and process usage

2002-01-22 Thread Denny Chambers
They are not really seperate processes. They are threads off of a running process. Linux just shows them as process. Use this command here ( ps -faux | grep java )and you can see who is the parent and who is the child. As far as the memory usage, all of these threads are sharing this 14% of

Re: JBUilder and connectionn pool

2002-01-22 Thread Emerson
At 08:51 22/1/2002 +0100, you wrote: One question, which version of JBuilder is that? Professional or Enterprize and how do you debug your web apps? It's JBuilder Enterprise 5, and you create a web app, so the ide simulates a (one) context inside jbuilder, letting you even debug the JSP pages.

Re: Tomcat 3.2.4, Java 1.3.1, linux, and process usage

2002-01-22 Thread David Cassidy
If your OS has it have a try with pstree its very illustrative on this ... Denny Chambers wrote: They are not really seperate processes. They are threads off of a running process. Linux just shows them as process. Use this command here ( ps -faux | grep java )and you can see who is the

Re: [ANNOUNCEMENT] Tomcat 4.0.2 beta 2 released

2002-01-22 Thread Emerson
One question... The 4.0.1 didn't generate the mod_jk.conf-auto file automatically (that's why I didn't use it in production), does this new version auto generate?? At 13:38 21/1/2002 -0800, you wrote: The Tomcat Team is proud to announce the second beta release of Tomcat 4.0.2. Highligts for

Re: Custom Authentication

2002-01-22 Thread Dan Kha
Hi Ricardo, See if these help: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg35338.html http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg41747.html -- Dan Kha Development Team Computing Network Services York University, Toronto, Canada On Tue, 22 Jan 2002,

RE: Who starts tomcat??

2002-01-22 Thread Emerson
If I want to let users of a linux machine to have a unique context each, and deploying and restart each app independently, is this possible??? At 15:21 21/1/2002 -0500, you wrote: In Linux... Manually: Start stop it via the startup.sh shutdown.sh scripts in ../Tomcat/bin.

RE: Jasper error

2002-01-22 Thread Justin Rowles
I have looked at most of the documentation I can find and tried to use web.xml - going to this list with such a basic question is a last resort. Firstly well done - a decent effort with the docs is something to be congratulated upon. Class org.apache.jsp.UserData not found. This is the

Invoking a process on the server from a servlet

2002-01-22 Thread Stephen Clarke
I have the following code in my servlet, where 'out' is the HttpServletResponse object. Runtime t = Runtime.getRuntime(); try { Process proc = t.exec( c:\\TaskInfo.exe ); out.write( invoked ); } catch ( java.io.IOException ioe ) { out.write( ioe.toString() ); } What I'm

RE: multiple instance of tomcat4.0

2002-01-22 Thread Anton Brazhnyk
Hi, -Original Message- From: Ashish kulkarni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 5:17 PM To: [EMAIL PROTECTED] Subject: multiple instance of tomcat4.0 Hi, I have tomcat4.0 on my win2000k and winnt server, i want to run multiple instance of it, like one

RE: Invoking a process on the server from a servlet

2002-01-22 Thread Wagoner, Mark
The problem is due to NT (or 2000) not allowing the Tomcat service to interact with the desktop. If you bring up Task Manager, you will probably see your invoked process running, but it can't create window. In fact, the only way you will now be able to get rid of it will be to kill it in Task

RE: Invoking a process on the server from a servlet

2002-01-22 Thread Brian Adams
Mark is correct. If you want you can have the servlet write to a file every time you get a visitor and then write a seperate program that runs in your tooltray. The other program should read the file and when a new line is written then popup what ever it is you want to see. If it is in the your

RE: Custom Authentication

2002-01-22 Thread Luke Studley
You need to write your own Realm implementation. Look at the source for the JDBC Realm. On another issue to do with Login - Does anyone know how to pass multiple credentials using a FORM login. E.g. the user needs to input a password and a passphrase - But the Realm only get the j_password

RE: Does isapi_redirect support chunked data?

2002-01-22 Thread Rida Ligurs
After digging through the source code of isapi_redirect.dll, I've discovered the following: 1. Transfer-Encoding isn't a supported header entry. Chunked data isn't preserved as chunked data. 2. I still don't know why the content-length of dechunked data isn't getting stored in the response

RE: Invoking a process on the server from a servlet

2002-01-22 Thread Randy Layman
A few other thoughts of accomplishing the same thing: 1. You could enable Interact with desktop in the service that would allow it to open windows (but open huge security holes). Also if your site gets popular this will consume lots of memory when you can't close the windows as

Some problems

2002-01-22 Thread Archie Cameron
Hey... I may have spammed some/all of you. My current config is messed up. I have stopped it so y'all are safe from me once again. I am installing Windchill Infoengine from PTC. It utilizes Apache and Tomcat and Java 2. Later Arch Archie G Cameron Polaris Industries Inc IS Dept

Re: Invoking a process on the server from a servlet

2002-01-22 Thread Stephen Clarke
- Original Message - From: Wagoner, Mark [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 3:45 PM Subject: RE: Invoking a process on the server from a servlet The problem is due to NT (or 2000) not allowing the Tomcat service to interact with

RE: wacky HTTPS-HTTP re-direct problem w/apache and tomcat 4

2002-01-22 Thread Dave North
I'm beginning to think it is in the server.xml. here ya go. I don't think I've made any changes here but. The relevant stuff is at the end I guess (the warp connector) !-- Example Server Configuration File -- !-- Note that component elements are nested corresponding to their

RE: Invoking a process on the server from a servlet

2002-01-22 Thread Wagoner, Mark
If you want the messages to appear real-time, I think the previous suggestion to send a TCP message to a waiting listener app would be you best bet. This app could just sit there with an open window that scrolls any messages that it receives. -Original Message- From: Stephen Clarke

RE: Invoking a process on the server from a servlet

2002-01-22 Thread Brian Adams
Good points. I would NOT use interactive desktop at all. the program will die when you log out. don't do it! :) -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 9:21 AM To: Tomcat Users List Subject: RE: Invoking a process on the server

Re: Invoking a process on the server from a servlet

2002-01-22 Thread Stephen Clarke
OK. Thanks to all. The thread got discombobulated in my reader. Anyway, I think I'll just write to a file and check it manually, or with a perl doo dad. TCP is a whole nother project. {:=o Thanks again to all who replied. -- Best, sc -- To unsubscribe: mailto:[EMAIL PROTECTED] For

running jar files

2002-01-22 Thread Cressatti, Dominique
I have some jar files, swingall.jar and lansa.jar How do I do the equivalent of: java -cp ./:./lansa.jar:./swingall.jar com.lansa.web.admin.WebAbmin which basically run manually the WebAdmin applet. I know it's an applet but there is a servlet equivalent. Sorry if this is too much of a basic

Keystore format

2002-01-22 Thread Jason Barr
Hi all, Is one able to use a non-JKS type keystore with Tomcat? The docs don't get very specific about this and mention that only JKS type keystores can be used. Has anyone figured out a way to extract a private key from a JKS (or for that matter, a pkcs12) type keystore? Cheers, -- Jason Barr

RE: Custom Authentication

2002-01-22 Thread jerry . fang
You can try to extend the FormAuthenticator to add your extra thing. The class is declared as final. But it is very easy to make a turn around. -Jerry -Original Message- From: Luke Studley [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 10:02 AM To: 'Tomcat Users List'

RE: running jar files

2002-01-22 Thread Reynir Hübner
To execute a Jar file I would do c:\ java -jar jarfile.jar if I was trying to execute a specific class in a jar file I would do : c:\ java -cp jarfile1.jar;jarfile2.jar; com.lansa.web.admin.WebAdmin If that doesn´t work I would check if this class really exists in the jarfiles I have, and

Re: Please help! Unit test fails for Tomcat

2002-01-22 Thread kynn
Date: Tue, 22 Jan 2002 06:18:33 -0800 (PST) From: Bruce Perryman [EMAIL PROTECTED] Subject: Re: Please help! Unit test fails for Tomcat Did you download the correct JNDI package (JNDI 1.2.1 Reference Implementation)? I downloaded jndi1_2_1.zip from

Running Microsoft Stress Tool (WAS) with Tomcat

2002-01-22 Thread Sanjeev Joshi
Hi all, On running this stress tool with Tomcat I get these errors ; 2002-01-22 22:11:31 - Ctx( /uii-example ): Exception in: R( /uii-example + /index.jsp + null) - java.lang.IllegalArgumentException: Cookie name Path is a reserved token at

RES: Running Microsoft Stress Tool (WAS) with Tomcat

2002-01-22 Thread Jose Euclides da Silva Junior - DIGR.O
It seems to have a bug in your code, at a glance. Could you send this slice of code! Euclides. -Mensagem original- De: Sanjeev Joshi [mailto:[EMAIL PROTECTED]] Enviada em: terça-feira, 22 de janeiro de 2002 14:46 Para: Tomcat Users List Assunto: Running Microsoft Stress Tool (WAS) with

Re: Running Microsoft Stress Tool (WAS) with Tomcat

2002-01-22 Thread David Cassidy
what does the source code of the affected page look like ? Does this happen with a 'HelloWorld.jsp' type page ? D Sanjeev Joshi wrote: Hi all, On running this stress tool with Tomcat I get these errors ; 2002-01-22 22:11:31 - Ctx( /uii-example ): Exception in: R( /uii-example +

Re: Keystore format

2002-01-22 Thread pixel
~Scott Jason Barr wrote: Hi all, Is one able to use a non-JKS type keystore with Tomcat? The docs don't get very specific about this and mention that only JKS type keystores can be used. Not sure about this one. From what I understand, Tomcat usess JSSE, which only supports the Java

tomcat4.0 + apache1.3.22 + questions

2002-01-22 Thread Ashish kulkarni
Hi, I have configured tomcat4.0 with apache 1.3.22, using mod_jk as well as mod_web modules, Does any one have any information about which one is good for production purpose so i can conitnue using it. Also I have 3 directories on my win2000 and winnt server, first is c:\prodution second is

Re: Running Microsoft Stress Tool (WAS) with Tomcat

2002-01-22 Thread Sanjeev Joshi
There is no problem with the code . Using the Browser the pages are rendered without any problem. Also the Same web-app when deployed with Jrun and WAS is run on that works just fine -Joshi David Cassidy wrote: what does the source code of the affected page look like ? Does

Re: Keystore format

2002-01-22 Thread Joaquín Sánchez Jiménez
Hi: To do this you must create your own SSLSocketFactory. See org.apache.tomcat.net.SSLSocketFactory class from TOMCAT source. You will see why you can only have JKS store type. Once you have create it, you must config server.xml file: Connector

RE: Jasper error

2002-01-22 Thread Debby Dart
Thanks for all the great response - but I'm still confused about what the WEB-INF\classes directory is for if packages have to be used. Debby -Original Message- From: Justin Rowles [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 22, 2002 5:21 AM To: 'Tomcat Users List' Subject: RE:

RE: running jar files

2002-01-22 Thread Cressatti, Dominique
May be I wasn't too clear. actually something like: c:\ java -cp jarfile1.jar;jarfile2.jar; com.lansa.web.admin.WebAdmin works very well and am just trying to reproduce that under tomcat4. I've even extracted all the content of lansa.jar and swingall.jar and copied it under

RE: Config/Startup problem contextInit() not running

2002-01-22 Thread Adam Paeth
OK, I have more clues, but no answer yet. Here's what I did: 1 Change javaClass in modules-myapp.xml to a non-existant class. Result: no error messages. 2 change modules-myapp.xml to _modules-myapp.xml in an attempt to make TC think there is no such file Result: no error messages. 3

RE: Jasper error

2002-01-22 Thread Randy Layman
First, packages don't have to be used, but since not using packages can lead to problems (name collision and difficulty of finding anything), they are strongly discouraged. WEB-INF\classes is where you put your individual class files (as in not your JAR files). For most

Re: Running Microsoft Stress Tool (WAS) with Tomcat

2002-01-22 Thread David Cassidy
your cookie isn't called 'path' by any chance ? Cookie name Path is a reserved token Sanjeev Joshi wrote: There is no problem with the code . Using the Browser the pages are rendered without any problem. Also the Same web-app when deployed with Jrun and WAS is run on that works

RE: Config/Startup problem contextInit() not running

2002-01-22 Thread Larry Isaacs
More likely there is something going wrong with modules-myapp.xml. Perhaps there is an problem reading a separate modules file and context local modules. I recall something like this happening to me a while back, but I forget exact problem and cause. I'll try investigating. In the mean time,

Re: question on form login

2002-01-22 Thread Craig R. McClanahan
On Tue, 22 Jan 2002, Arion Yu wrote: Date: Tue, 22 Jan 2002 11:09:13 +0800 From: Arion Yu [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: question on form login Hi! Would the world becomes better if we can have this

Re: How to capture authentication errors

2002-01-22 Thread Craig R. McClanahan
On Tue, 22 Jan 2002, Andrea Cervellati wrote: Date: Tue, 22 Jan 2002 08:36:41 +0100 (MET) From: Andrea Cervellati [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED], Andrea Cervellati [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: How to capture authentication errors

Re: web.xml Question

2002-01-22 Thread Craig R. McClanahan
On Tue, 22 Jan 2002, Tom Bednarz wrote: Date: Tue, 22 Jan 2002 08:48:40 +0100 From: Tom Bednarz [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: web.xml Question Hi everybody, Usually the web.xml file of a web application starts with the

help me please, mod_webapp.so not created.

2002-01-22 Thread Gabriel Lopez Millan
Hi all. I have redhat 7.2 with apache 2.0.28 and tomcat-4.0.1 I have download webapp-module-1.0.1-tc401-src.tar.gz In Readme.txt say: 1) cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic login (Logging in to [EMAIL PROTECTED] ) CVS password: anoncvs cvs -d

RE: Config/Startup problem contextInit() not running

2002-01-22 Thread Adam Paeth
I added the CustomRealm declaration into the modules.xml and now I get a CNFE(ClassNotFound Exception). This is a step in the right direction, I know that at least my config directory is being read. The class is in a .jar file that is in /opt/local/tomcat/lib. Is there something that I need to

RE: Running Microsoft Stress Tool (WAS) with Tomcat

2002-01-22 Thread Larry Isaacs
This looks like Tomcat 3.2.x. Bugs: http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=231 and http://nagoya.betaversion.org/bugzilla/show_bug.cgi?id=1114 report this problem. Bug 1114 indicates this was fixed in Tomcat 3.2.4. However, I believe the fix is that it doesn't throw an

Re: Asynchronous messages from servlets

2002-01-22 Thread Craig R. McClanahan
On Tue, 22 Jan 2002, Ronald Wildenberg wrote: Date: Tue, 22 Jan 2002 09:50:14 +0100 From: Ronald Wildenberg [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Asynchronous messages from servlets Hi, I have the following problem. A simple form

RE: Config/Startup problem contextInit() not running

2002-01-22 Thread Larry Isaacs
I think the most appropriate directory for a module is tomcat/lib/container, which is where most of the module classes live. A second possibility is tomcat/lib/common. tomcat/lib won't work, even after adding your class to the classpath manually, because it can't see the BaseInterceptor class in

source for mod_jk ??

2002-01-22 Thread Thad Humphries
Where can I download the latest source for mod_jk.so? I once build mod_jk.so for Solaris to use with Tomcat 3.2.1. I'm testing an application in three Tomcat versions--3.2.4, 3.3a, and 4.01. I would like to build the latest version of mod_jk.so for 3.3a but I cannot find the source. I assume

RE: applet deployment/access

2002-01-22 Thread Craig R. McClanahan
On Tue, 22 Jan 2002, Anton Brazhnyk wrote: Date: Tue, 22 Jan 2002 15:50:33 +0200 From: Anton Brazhnyk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: applet deployment/access Hi, -Original Message- From:

Object streaming from applet to servlet - bad read from ajp13

2002-01-22 Thread Wigzell, Cathy
I'm running Catalina (TC4) as a servlet engine with IIS and I'm having problems with object streaming. On the client side I have multiple threads sending POST messages to the server, and on the server side I have a servlet with a doPost catching the messages - all very standard. However, I often

how to separate SSL and non-SSL applications

2002-01-22 Thread Henry Lu
Now I setup the SSL with Tomcat 4.0 but there are number of applications running tomcat-home/webapps/root tomcat-home/webapps/examples tomcat-home/webapps/my_project tomcat-home/webapps/test ... What I'd like to do is that I want tomcat-home/webapps/my_project is under SSL and rest of them are

Re: Asynchronous messages from servlets

2002-01-22 Thread Bo Xu
- Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, January 22, 2002 1:04 PM Subject: Re: Asynchronous messages from servlets On Tue, 22 Jan 2002, Ronald Wildenberg wrote: Date: Tue, 22 Jan 2002 09:50:14 +0100

RE: Custom Authentication

2002-01-22 Thread Craig R. McClanahan
On Sat, 22 Jan 2000, Sergei Batiuk wrote: Date: Sat, 22 Jan 2000 16:04:25 +0200 From: Sergei Batiuk [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Custom Authentication Hello, If you mean a

Re: Asynchronous messages from servlets

2002-01-22 Thread Craig R. McClanahan
On Tue, 22 Jan 2002, Bo Xu wrote: Date: Tue, 22 Jan 2002 13:41:10 -0500 From: Bo Xu [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: Asynchronous messages from servlets - Original Message - From: Craig R.

Re: Please help! Unit test fails for Tomcat

2002-01-22 Thread kynn
Date: Tue, 22 Jan 2002 09:52:46 -0800 (PST) From: Bruce Perryman [EMAIL PROTECTED] Content-Type: text/plain; charset=us-ascii Hi, We must verify that the correct versions of all the libs and their locations are correct. Are you using ant1.4? Yes. Did you copy the

Tomcat 4.0, + apache 1.3.22 + web_mod configuration

2002-01-22 Thread Ashish kulkarni
Hi, If i have to configure tomcat4.0 with apache1.3.22 using web_mod 1 . I have to add these lines in httpd.conf of apache WebAppConnection conn warp pfizer-maps:8018 WebAppDeploy examples conn /examples does examples have to be in webapps directory of apache tomcat4.0, or can be

  1   2   >