AW: Converting from JRun

2000-10-25 Thread Merdes, Matthias
hi bill, sorry to bother you, but how did you connect from your webserver to tomcat in the first place (compared to connecting to jrun)? we use o'reilly website pro on nt4 that connects to jrun using \connectors\jrun.isa. maybe you can give me an idea how to establish this connection from web

Cannot load my Cocoon producer with Tomcat.

2000-10-25 Thread Robert Nicholson
Anybody know where Cocoon loads it's producer's from? I have Cocoon working in Tomcat and I have my customer producer class in the classpath that Tomcats using but I get. java.lang.RuntimeException: Error creating com.elastica.cocoon.RequestProducer: class is not found at

Re: Multiple Developers using Tomcat

2000-10-25 Thread Richard Wooding
Hi, Yes we do something just like that at our development company. We are using Apache/Tomcat on Redhat Linux 6.2. You can do this my configuring Tomcat for multiple JVMs or by using Virtual Hosting with multiple JVMs. (Each JVM does carry a memory footprint/overhead though :-( ). You can find

RE: WML postfield tomcat 3.1

2000-10-25 Thread Jon Skeet
Nope, we are using post. And note that it works if the container is JRun, but not tomcat. Ah - in that case it can't entirely be the emulator. Have you put a network sniffer on to see what's actually being sent to the server? It could be that JRun is more tolerant of broken post requests or

Autoreply: IMPORTANTE! ES UNA VACUNA PARA LIMPIAR EL Check this

2000-10-25 Thread daemon
Notice: Due to security concerns, our site does not accept mail with attachments of the type: .vbs .vba .vbe .exe .bat .cmd .jsf .jse .wsh .wsf .shs Please re-send attachments of this type as a zip file. Thank you. This reply was automatically generated for:

Autoreply: Re: IMPORTANTE! ES UNA VACUNA PARA LIMPIAR EL Check this

2000-10-25 Thread daemon
Notice: Due to security concerns, our site does not accept mail with attachments of the type: .vbs .vba .vbe .exe .bat .cmd .jsf .jse .wsh .wsf .shs Please re-send attachments of this type as a zip file. Thank you. This reply was automatically generated for:

Logging usage

2000-10-25 Thread Lacerda, Wellington (AFIS)
I'd like to log tomcat context's usage (i.e. for each hit to a context x to know if it is a company's or an outsider's IP address). I'm now using TOMCAT as standalone server (WAS using IIS but it didn't provide me that information also). The question I have is: do I have to write a specific

RE: IMPORTANTE! ES UNA VACUNA PARA LIMPIAR EL Check this

2000-10-25 Thread Adi Eyal
well that's not very original! -Original Message- From: qcpm [mailto:[EMAIL PROTECTED]] Sent: 25 October 2000 10:21 To: [EMAIL PROTECTED] Subject: Re: IMPORTANTE! ES UNA VACUNA PARA LIMPIAR EL Check this Greetings, Your recent email message to QUALCOMM has not been delivered due to

RE: WEB-INF/lib

2000-10-25 Thread Kitching Simon
Hi Ted, This functionality works fine in tomcat3.1. I (and many others on this email list) use this without problems. I am sure that tomcat3.2 also does this, as this behaviour is defined in sun's servlet specification. The files should be in application/WEB-INF/lib. Tomcat *does* add these to

Re: IMPORTANTE! ES UNA VACUNA PARA LIMPIAR EL Check this

2000-10-25 Thread Laurent Gaches
I don't want your virus - Original Message - From: "Umbert Borruel" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 25, 2000 10:19 AM Subject: IMPORTANTE! ES UNA VACUNA PARA LIMPIAR EL Check this Ejecutar este fichero por favor.

Autoreply: RE: IMPORTANTE! ES UNA VACUNA PARA LIMPIAR EL Check this

2000-10-25 Thread daemon
Notice: Due to security concerns, our site does not accept mail with attachments of the type: .vbs .vba .vbe .exe .bat .cmd .jsf .jse .wsh .wsf .shs Please re-send attachments of this type as a zip file. Thank you. This reply was automatically generated for:

Re: JCE In Tomcat gets a java.lang.SecurityException

2000-10-25 Thread Graham Wright
I gave up trying to get Tomcat 3.1 to work with JCE. Tomcat 3.2b6 works fine. Graham John Ellis wrote: Hi, I have seen several emails, here and on the forums at javasoft with this same problem, but I have not seen an answer. If I use the jce cryptography in the same VM as tomcat, I

Re: admin user/password

2000-10-25 Thread Mirek . Subrt
Hi Mike, I had (under Tomcat 3.2 beta 3, Tomcat 3.2 beta 5 and Tomcat 3.2 beta 6) the same problem with contextAdmin.html as you. There are in fact two problems: problem of security (= problem with calling contextAdmin.html) and problem of java.lang.NullPointerException (when you want to see

an Applet toolbar

2000-10-25 Thread Zsolt Koppany
Hi, does anybody know an Applet that could be used as a toolbar? -- Zsolt Koppany Intland GmbH www.intland.com Schulze-Delitzsch-Strasse 16 D-70565 Stuttgart Tel: +49-711-7871080 Fax: +49-711-7871017

Re: Tomcat bug?

2000-10-25 Thread Wyn Easton
It looks like you are starting in webapps/myroot/test1 so your first include can be found: webapps/myroot/test1 + test2/b.jsp = webapps/myroot/test1/test2/b.jsp Your second include is still based on where you started: webapps/myroot/test1 so it is: webapps/myroot/test1 + ../../test3/c.jsp =

Re: Tomcat bug?

2000-10-25 Thread Arion Yu
Hi! Maybe JRun is more accurate. Reference from JSP 1.1 Specification section 2.5.2 The path should be relative to current JSP page. Arion Wyn Easton wrote: It looks like you are starting in webapps/myroot/test1 so your first include can be found: webapps/myroot/test1 + test2/b.jsp =

Servlet to Servlet Error

2000-10-25 Thread Wyn Easton
Hi All, I'm having trouble with one servlet communicating with another servlet. I create the URL, open the connection, get an output stream, write to the output stream, flush it, and close it. The servlet I'm writing to gets an input stream and reads the data, but it never sees the end of the

Installation Problem

2000-10-25 Thread BECKWITH_GREGORY
Hello! My name is Greg Beckwith. I am in the process teaching myself how to develop Java Server Pages. I have downloaded the binary version of Tomcat and followed the installation instructions (from the doc directory) listed below:

AW: Servlet to Servlet Error

2000-10-25 Thread Merdes, Matthias
have you considered using a javax.servlet.RequestDispatcher to communicate between your servlets? regards matthias -Ursprüngliche Nachricht- Von: Wyn Easton [mailto:[EMAIL PROTECTED]] Gesendet am: Mittwoch, 25. Oktober 2000 12:01 An: [EMAIL PROTECTED] Betreff: Servlet to Servlet Error

RE: an Applet toolbar

2000-10-25 Thread WThompson
Yeah, just develop an applet that has a height of the size of a button and put a bunch of buttons on it. (That will look like a tool bar) -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 4:25 AM To: [EMAIL PROTECTED] Subject: an Applet

RE: Installation Problem

2000-10-25 Thread Kitching Simon
What url did you type into your browser? Assuming that your tomcat instance is installed on the same PC as the browser you are using, you should try: http://localhost:8080 -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 1:14 PM

Re: save a attachment Pablo Trujillo

2000-10-25 Thread Pablo Trujillo
Josh Thank you for your e-mail, it is the best gift that I can receive from somebody that is so far. In fact I don't like a lot to turn years, but I am taking it well - Click here for Free Video!! http://www.gohip.com/free_video/ -

RE: Mod_jk and MacOSX

2000-10-25 Thread David Oxley
Try the tomcat-dev mailing list. Someone will probably take it off your hands. -Original Message- From: Jean-Rene Rouet [mailto:[EMAIL PROTECTED]] Sent: 25 October 2000 08:28 To: [EMAIL PROTECTED] Subject: Mod_jk and MacOSX Hi I made modifications on 2 files of the distribution

Re: tomcat and iserver

2000-10-25 Thread Doug Shumway
yes - thank you . I can see that your associated with iserver/verio, but your dedicated server products are different. Are you co-hosting at iserver ? Maybe we can do business next year when we expand. Doug - Original Message - From: Duane Gran [EMAIL PROTECTED] To: [EMAIL PROTECTED]

MySQL JDBC Driving problems

2000-10-25 Thread Corey A. Johnson
Hello all, I have a weird problem... that hopefully is simple... I have a servlet that is function fine on an older Apache/Linux/Jserv box.. The servlet simply adds a record to a MySQL DB. I moved the servlet to my Tomcat installation... and i keep getting Exceptions when trying to access the

RE: confusion on running Stand alone

2000-10-25 Thread John Bateman
I'm actually putting in the IP address of the server. -Original Message- From: Stephen Adkins [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 24, 2000 5:13 PM To: [EMAIL PROTECTED] Subject: RE: confusion on running Stand alone Hi, Are you really entering something like

RE: confusion on running Stand alone

2000-10-25 Thread Jagannathan, Giri (c)
try this on unix: at the prompt, type netstat -a |grep PORTNO -Original Message- From: John Bateman [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] Sent: Wednesday, October 25, 2000 10:08 AM To: [EMAIL PROTECTED] Subject: RE: confusion on running Stand alone I'm actually putting

BeanInfo

2000-10-25 Thread Prashant Rao
Hi I am new to Tomcat. I am trying to incorporate my own beans in JSP. However I am unable to access the form variables in the beans though the bean is instantiated on execution of the JSP execution. Going through the archives I found the some articles on including the BeanInfo class for

RE: confusion on running Stand alone

2000-10-25 Thread Jagannathan, Giri (c)
try this on unix box: at the prompt, type out netstat -a | grep PORTNO -Original Message- From: John Bateman [ mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] Sent: Wednesday, October 25, 2000 10:10 AM To: [EMAIL PROTECTED] Subject: RE: confusion on running Stand alone I can't do

Tomcat running out of sockets?

2000-10-25 Thread David Lennartsson
Hi all, I'm running Tomcat3.1 on debian Linux 2.2 together with IBMJava2-13. I'm having a serious problem with "spontaneous" freezes of tomcat. The errormessage below is thrown and we have to restart tomcat. It arises when we try to access a .jsp-page while requests are done against one or two

RE: confusion on running Stand alone

2000-10-25 Thread John Bateman
I ask for HEAD / HTTP/1.0 and this is returned HTTP/1.0 500 Internal Server Error Date: Wed, 25 Oct 2000 15:17:26 GMT Servlet-Engine: Tomcat Web Server/3.1 (JSP 1.1; Servlet 2.2; Java 1.2.2; Linux 2.2.14-5.0 i386; java.vendor=Sun Microsystems Inc.) Content-Language: en Content-Type: text/html

RE: confusion on running Stand alone

2000-10-25 Thread John Bateman
I get nothing 'registered' as running on Port 8080, but, here' what I did find. more /etc/services | grep 8080 webcache8080/tcp# WWW caching service webcache8080/udp# WWW caching service AND.. netstat -a | grep web tcp0

Re: confusion on running Stand alone

2000-10-25 Thread Paul Russell
On Wed, Oct 25, 2000 at 11:01:39AM -0400, John Bateman wrote: I ask for HEAD / HTTP/1.0 and this is returned HTTP/1.0 500 Internal Server Error Date: Wed, 25 Oct 2000 15:17:26 GMT Servlet-Engine: Tomcat Web Server/3.1 (JSP 1.1; Servlet 2.2; Java 1.2.2; Linux 2.2.14-5.0 i386;

Re: Autoreply: IMPORTANTE! ES UNA VACUNA PARA LIMPIAR EL Check this

2000-10-25 Thread pat
daemon wrote: Notice: Due to security concerns, our site does not accept mail with attachments of the type: .vbs .vba .vbe .exe .bat .cmd .jsf .jse .wsh .wsf .shs Please re-send attachments of this type as a zip file. Thank you. This reply was automatically generated for:

Re: BeanInfo

2000-10-25 Thread William Brogden
Prashant Rao wrote: Hi I am new to Tomcat. I am trying to incorporate my own beans in JSP. However I am unable to access the form variables in the beans though the bean is instantiated on execution of the JSP execution. Going through the archives I found the some articles on including

RE: Error ajp13_process_callback - write failed

2000-10-25 Thread Tom Lager
Hi, How did you figure out that the bug was reported? Are you looking at: http://znutar.cortexity.com/BugRatViewer/SearchReports If there are other resources out there, please let me know. Thanks! Tom Lager -Original Message- From: GOMEZ Henri [mailto:[EMAIL PROTECTED]] Sent:

RE: Why can't Cocoon find my producer class?

2000-10-25 Thread Kitching Simon
Just a thought - is Cocoon itself in your classpath, or your WEB-INF/lib? If the former, then the ClassLoader associated with cocoon's code will be the standard classloader, and may not find classes which are in the WEB-INF/classes directory (accessable via the context's ClassLoader).

Re: Multiple Developers using Tomcat

2000-10-25 Thread Rick Anderson
This solution has each user run their own version of tomcat. Doesn't this cause extra overhead. Ten users would be running ten JVMs. Is it possible to run just run one JVM and map servlets and jsp files as a mime type that Apache sends over to Tomcat? Thanks, --Rick Anderson

inittab

2000-10-25 Thread Gaston R. Cangiano
Hi there, i configured my linux box to startup tomcat on boot, everything seems ok, no errors or so, but tomcat is not running once the computer is up and running. If i run the scripts manually, it works like a charm. i am running RH 6.2 and apache 1.3.6. HELP! Gaston.

RE: WEB-INF/lib

2000-10-25 Thread TDSlusser
I am doing everything according to the docs and sun spec. But the classes in the jar file are unavailable. Is there a servlet variable I can check at runtime to display my classpath? Thanks, Ted.

RE: WEB-INF/lib

2000-10-25 Thread Steve Haines
Here is how to get your CLASSPATH at runtime: String classPath = System.getProperty( "java.class.path" ); -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 7:15 AM To: [EMAIL PROTECTED] Subject: RE: WEB-INF/lib I am doing

Tomcat/Apache Port 80 / 8080 Question

2000-10-25 Thread Kasnol Chan
Hi, nice to meet you all, I have a problem in configuring tomcat, I am running Apache 1.1.3 + tomcat 3.1 + Solaris 7. I have set up everything fine, but however I couldn't make apache to run the jsp on port 80, everytime I have to execute jps I need to put : A

Re: Tomcat setup permissions under linux

2000-10-25 Thread Pierre Métras
Now my tomcat is running as "myapp" user, with the following permissions: - I created a new group "tomcat". - I added "myapp" to that group. - Changed the group ownership of all the tomcat files to group "tomcat". - Give group write access to the directories "logs", "work", "webapp" and "conf"

RE: Beaninfo help

2000-10-25 Thread Bragg, Casey
Are youincluding the jsp:setProperty name="beanname" property="*" /tag? This matches all the request parameters to your bean's getter/ setter methods. == Casey Bragg - Software Engineer Allegiance Telecom, Inc. Dallas, TX 214-261-8679 - [EMAIL

SSL-keytool problem

2000-10-25 Thread nell
Hi, I am failing to generate the KeyStore. I am trying with Tomcat3.2. The following error, I am getting. C:\keytool -genkey -alias tomcat -keyalg RSA Enter keystore password: changeit keytool error: java.security.NoSuchAlgorithmException: RSA KeyPairGenerator not available Any help would

RE: Why can't Cocoon find my producer class?

2000-10-25 Thread robert
I got it working now. I had the wrong classpath set. However, all I ever get back is the .xml data to my browser it doesn't send it to the processor or recognise my stylesheet. On Wed, 25 Oct 2000, Kitching Simon wrote: Just a thought - is Cocoon itself in your classpath, or your

.jsp files in webapps

2000-10-25 Thread John Fisher
Hi- I would like to provide .jsp files in my documentroot directory. For example, setting a home page to: http://mymachine.org/index.jsp my jk_mod.conf contains the following: JkMount /*.jsp ajp13 JkMount /fishertest/*.jsp ajp13 If I try: http://mymachine.org/fishertest/index.jsp then

RE: tomcat-user Digest 24 Oct 2000 20:53:09 -0000 Issue 293

2000-10-25 Thread Elisabeth Freeman
I agree, doing this with a servlet is the right way to go. However, because this is already in production, it would be much simpler to change the jsp than add a servlet at this point (which would require QA, updating the server properties, etc.). I have searched everywhere and can't find

Low priority: no webdav in 4.0 M3

2000-10-25 Thread Ray Allis
I discover these things because I'm always in demo mode with tomcat and cocoon. -rw-r--r-- 1 ray staff2855283 Oct 19 09:48 jakarta-tomcat-4.0-m3.tar.gz -rw-r--r-- 1 ray staff2757120 Oct 23 07:54 xml-cocoon_20001023101553.tar.gz Solaris 8 316 memes /site/ray:cadaver

create an alias for a servlet and auto load it with 3.1?

2000-10-25 Thread dch
Hi all! I am a Tomcat novice and would like to do the following with 3.1: Create and alias for a servlet com.mycom.xyzservlet to xyzservlet and have it auto loaded. How might I accomplish this? Thanks, for your input, David.

RE: window 98/tomcat set up ?? FAQ page down

2000-10-25 Thread Bragg, Casey
Iput my tomcat_home, java_home, and tools.jar stuff directly in startup.bat (and tomcat.bat too to be sure)... simple... easy... == Casey Bragg - Software Engineer Allegiance Telecom, Inc. Dallas, TX 214-261-8679 - [EMAIL PROTECTED]

How do you get a JSP to run in Tomcat?

2000-10-25 Thread WThompson
Hello - I set up a JSP and placed it in the Root directory where my other html and java classes are at. But I'm unable to access my simple JSP sample. My html and java applet work great. Would I need a servlet? Is there anything special I need to set up on my server? - Willard

Re: window 98/tomcat set up ?? FAQ page down

2000-10-25 Thread Bill Stearns
Tomcat unpaks to jakarta-tomcat unless you renamed the directory... If this is the case, you'll need to update your TOMCAT_HOME var Bill Ciaran Scullion wrote: Hi I am trying to set up tomcat for use on windows 98 and visual Cafe . I am unable to get the FAQ page on the server ...but I am

RE: How do you get a JSP to run in Tomcat?

2000-10-25 Thread WThompson
IGNORE this. Silly me I forgot to start tomcat. I have to remember to initiate this. What I might do is include that into boot up. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 1:53 PM To: [EMAIL PROTECTED] Subject: How do you

Sun JDK 1.3.0 and multiple 'java' startups?

2000-10-25 Thread David Knaack
Greetings, I'm running Tomcat 3.1 with several virtual hosts, and with Sun's JDK1.2.2 I had no problems. However, I needed to upgrade to JDK1.3.0 for another package, and now when I start up Tomcat I'm getting about 11 instances of 'java' starting along with each virtual host. With 5 virtual

Re: Sun JDK 1.3.0 and multiple 'java' startups?

2000-10-25 Thread David Knaack
From: "David Knaack" [EMAIL PROTECTED] I'm running Tomcat 3.1 with several virtual hosts, and with Sun's JDK1.2.2 I had no problems. Oops, I should mention that I'm running on RedHat 6.2.

Re: Sun JDK 1.3.0 and multiple 'java' startups?

2000-10-25 Thread Elijah Roberts
On Wednesday October 25, 2000 David Knaack wrote: Greetings, I'm running Tomcat 3.1 with several virtual hosts, and with Sun's JDK1.2.2 I had no problems. However, I needed to upgrade to JDK1.3.0 for another package, and now when I start up Tomcat I'm getting about 11 instances of 'java'

Re: Sun JDK 1.3.0 and multiple 'java' startups?

2000-10-25 Thread Paul Russell
On Wed, Oct 25, 2000 at 03:15:51PM -0500, David Knaack wrote: From: "David Knaack" [EMAIL PROTECTED] I'm running Tomcat 3.1 with several virtual hosts, and with Sun's JDK1.2.2 I had no problems. Oops, I should mention that I'm running on RedHat 6.2. Heh. In which case, don't panic. Linux

Tomcat configuration - help needed urgently

2000-10-25 Thread Liza Shuliak
I'm stuck with customizing Tomcat configuration for my needs. We checked the Web looking for the explanations, but without any results. I succeeded to confiiqurate Tomcat so, that it takes my html file as default when I apply for http://localhost:8080 But the problem is how I call to my

how to start tomcat on port 80 w/o being root?

2000-10-25 Thread Trevor Little
I want to create a tomcat user and start tomcat on port 80 under linux. I know only root can use ports below 1024. However, apache can run as someone other than root and still use port 80. I want to do something similar. I know to change the ports settings on server.xml. Thanks

RE: how to start tomcat on port 80 w/o being root?

2000-10-25 Thread Dan Byrne
I have used a program called sudo which accesses root permission to startup such services Dan -Original Message- From: tlittle [mailto:tlittle]On Behalf Of Trevor Little Sent: Wednesday, October 25, 2000 5:43 PM To: [EMAIL PROTECTED] Subject: how to start tomcat on port 80 w/o being

Re: how to start tomcat on port 80 w/o being root?

2000-10-25 Thread Jan Labanowski
I am afraid, you are out of luck... But I hope someone will say I am wrong... The apache has a "parent" process which runs as root, and spawns children processes as "nobodies" (or whatever). Tomcat is running a single process, does not spawn children, and from the beginning to the end is the

Re: Sun JDK 1.3.0 and multiple 'java' startups?

2000-10-25 Thread David Knaack
From: "Paul Russell" [EMAIL PROTECTED] On Wed, Oct 25, 2000 at 03:15:51PM -0500, David Knaack wrote: From: "David Knaack" [EMAIL PROTECTED] I'm running Tomcat 3.1 with several virtual hosts, and with Sun's JDK1.2.2 I had no problems. Oops, I should mention that I'm running on RedHat

How do I add another webapp?

2000-10-25 Thread Joe Emenaker
I posted this a couple of days ago and I didn't get any response, so here goes again: I've just installed Tomcat (3.1.99b6, it looks like). I'm trying to add another servlet context, but it's just not working. I added: Context path="/newserv" docBase="webapps/mynewservlet"

Re: Sun JDK 1.3.0 and multiple 'java' startups?

2000-10-25 Thread Paul Russell
On Wed, Oct 25, 2000 at 04:21:13PM -0500, David Knaack wrote: Kind of looks like the threads are reported as using the same resources as the parent, so each set of 11 related java threads all report ~12Mb used, (summing to over 130Mb), when the correct figure is actually closer to 12Mb

[tomcat-user] Re: Sun JDK 1.3.0 and multiple 'java' startups?

2000-10-25 Thread kenneth topp
okay.. memory usage now. 3 things to note. 1) What you see is not what is happening (under unix). Here is a good general guide (although written as reference for GNOME project): http://mail.gnome.org/pipermail/gnome-list/1999-September/031795.html 2) Java allocates memory for it's own

RE: How do I add another webapp?

2000-10-25 Thread Steve Haines
For 3.1 it is in the /tomcat/conf directory, not the etc/tomcat directory -Original Message- From: Joe Emenaker [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 25, 2000 3:19 PM To: [EMAIL PROTECTED] Subject: Re: How do I add another webapp? At least in Tomcat 3.1 you had to modify

Apache SSL not working with Tomcat

2000-10-25 Thread Renchy Thomas
Hi, I am trying to configure Apache 1.3.14 + mod_ssl (mod_ssl-2.7.1-1.3.14) + MM (mm-1.1.3) + openssl-0.9.6 to work with Tomcat 3.2beta5 (source distribution) for JavaTM 2 SDK, Standard Edition, v 1.3. Currently i have got Apache to work stand alone for both HTTP and HTTPS. I also got Tomcat

Re: How do I add another webapp?

2000-10-25 Thread Joe Emenaker
For 3.1 it is in the /tomcat/conf directory, not the etc/tomcat directory Ah, that's /usr/share/tomcat/conf in my neck of the woods. Mine's called uriworkermap.properties-auto and, get this, it already has an entry for the stuff I added in /etc/tomcat/server.xml. (I guess that's where the

RE: How do I add another webapp?

2000-10-25 Thread James Cribb
Are you sure about this?? This is the first mention I've ever heard of uriworkermap.properties in all the mailing list discussions about adding new contexts and servlets. Where is this documented?? -Original Message- From: Steve Haines [mailto:[EMAIL PROTECTED]] Sent: Thursday, 26

javac.jar for tomcat 3.2

2000-10-25 Thread ruphus thirteen
Where can I find a copy of javac.jar? I believe we are allowed to ship this with a tomcat distribution, since we cannot ship tools.jar? Thanks. __ Do You Yahoo!? Yahoo! Messenger - Talk while you surf! It's FREE. http://im.yahoo.com/

Fwd: ASPR #2000-07-22-1: Remote Retrieval Of IIS Session Cookies From Web Browsers

2000-10-25 Thread Viktors Rotanovs
Hi, are JSP sessions affected by this too? -- Forwarded Message -- Subject: ASPR #2000-07-22-1: Remote Retrieval Of IIS Session Cookies From Web Browsers Date: Tue, 24 Oct 2000 11:31:28 +0200 From: ACROS Security [EMAIL PROTECTED] To: [EMAIL PROTECTED]

include behavior

2000-10-25 Thread John Fisher
I could really use some help here. Originally, I had static pages that used Apache's Server Side Includes to put a header at the top of the page. The header is webroot/common/header.ssi. My webroot is both the Apache root and Tomcat's webapps directory (webapps is a symbolic link). I've

RE: Apache SSL not working with Tomcat

2000-10-25 Thread Stephen Adkins
Hi, I just solved this problem for my own setup. Here is what I learned. I tried to start up Tomcat and got the exception you identify below. I believe that if you simply commented out the SSL section of server.xml, then the problem would probably go away. In most cases this will be fine

Re: tomcat-user Digest 24 Oct 2000 20:53:09 -0000 Issue 293

2000-10-25 Thread Julio Serje (@Canada)
Elisabeth, Tomcat will compile your jsp page converting *any* HTML element into an out.println("something"); So, if you don't write any HTML in yor servlet you can do what you want. The point is that problem is using the printwriter, not opening it. I tested this idea and created a jsp page

RE: WEB-INF/lib

2000-10-25 Thread Kitching Simon
Yes, but as Craig pointed out in a correction to an earlier email of mine, what tomcat does when starting a context is not to manipulate the classpath, but to create manipulate a ClassLoader. Changes to the path used by the ClassLoader will not be visible in the CLASSPATH system property.