Re: HELP! VAJ 4.0, Tomcat 4.0 Apache SOAP - How to Debug in IDE

2002-01-19 Thread Sriram Narayanan
1/17/02 2:38:43 AM, Thomas Thornbury [EMAIL PROTECTED] wrote: Does anyone know how to get the Tomcat class loader to load a class from the VisualAge workspace. I'm already loading Tomcat from within VisualAge? Is this possible? Here's what I do to debug servlets and the classes that they

RE: Dynamic XML/XSLT with Tomcat 4.0

2002-01-19 Thread Luke Studley
I've been round this route myself recently. These observations might be useful: 1. Originally I was using XML/XSLT to generate HTML/WML on the fly using Servlet 2.3 filters and the TraX API. This worked fine - but I found the resultant site relatively hard to maintain. 2. Took a trip through

tomcat setup error

2002-01-19 Thread babs boyejo
Dear All, After setting the various environment and trying to run tomcat i get the following output. i have changed the dos memory stting for startup.bat and shutdown.bat, please advice? -- Microsoft(R) Windows 98 (C)Copyright Microsoft Corp

RE: Urgent Disable Directory browse

2002-01-19 Thread Reynir Hübner
well just change the global web.xml (in your tomcat/conf/ directory). change the mapping for default servlet so listings are false: servlet servlet-namedefault/servlet-name servlet-classorg.apache.catalina.servlets.DefaultServlet/servlet-clas s init-param

[tomcat 4.1dev] Starting in another directory problem

2002-01-19 Thread Vincent Massol
Hi, I'm having problem starting Tomcat 4.1dev (i.e. latest nightly build 18/1/2002) when I use catalina.base to start it from another directory. It works fine with Tomcat 4.0, Tomcat 4.0.1 and Tomcat 4.0.2b2 but _not_ with Tomcat 4.1dev. The error is attached. Here's my start script :

Jasper compiler error (class not found)

2002-01-19 Thread Thomas Birchmire
Why won't Jasper compile this code? A. Original Code counts.jsp (%@ page directive finds counterbean ) B. Generated Work File counts$jsp (counterbean imported ) C. Jasper Compiler Error A. Jsp file counts.jsp html head titleCounter JSP Test /title style=font-family:courier /style /head

mod_jk with Tomcat4

2002-01-19 Thread Oli Gauti Gudmundsson
Hi. Has anyone managed to get Apache and Tomcat 4.01 working together with mod_jk? If you have, could you please share with me how you configured Tomcat (send me the server.xml file). If you had any problems, could you please share how you solved them. I'm pretty sure that I have configured

RE: mod_jk with Tomcat4

2002-01-19 Thread Emir Alikadic
-Original Message- From: Oli Gauti Gudmundsson [mailto:[EMAIL PROTECTED]] Sent: January 19, 2002 9:46 AM To: '[EMAIL PROTECTED]' Subject: mod_jk with Tomcat4 Hi. Has anyone managed to get Apache and Tomcat 4.01 working together with mod_jk? I doubt it, since mod_jk is used with

RE: mod_jk with Tomcat4

2002-01-19 Thread Reynir Hübner
we are using it. no problems so far, sometimes it prints out [AJP read error -113] (but it´s not harmfull). we are also using the AJP1.3 connector with IIS in another setup. on the other hand, we tested mod_webapp / warp few months ago, it did not provide the flexibility we needed

Re: tomcat setup error

2002-01-19 Thread Todd Wright
The problem is that the command prompt gives you something like 32k for your variables. Starting tomcat needing more memory than you are able to provide. I would first go to the autoexec.bat (if there is one) and remove any unnecessary variables. Then in the config.sys add

OFF TOPIC = SUEXEC DOCROOT

2002-01-19 Thread Deltaphon Multimedia GmbH
Hello, sorry for this off topic question but it might be interesting to a lot of Apache users. I got Apache 1.3.20 (plus Tomcat 3.3 and 4.0.1) running successfully on my new RH 7.2 system. Apache has been installed from the RH 7.2 CD by RPM. suEXEC has been enabled. Unfortunately the

RE: mod_jk with Tomcat4

2002-01-19 Thread Oli Gauti Gudmundsson
OKfinally got this workingwhat a silly mistake. The socket error was a result of the fact that the machine only had java1.2 and the setKeepAlive method was added in jdk 1.3. Therefore, I upgraded the jdk, and Tomcat 4.01 and Apache are now serving content at great speed through mod_jk and

Re: mod_webapp and php

2002-01-19 Thread Craig R. McClanahan
On Sat, 19 Jan 2002, Nikola Milutinovic wrote: Date: Sat, 19 Jan 2002 17:58:35 +0100 From: Nikola Milutinovic [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: Re: mod_webapp and php Craig R. McClanahan wrote: I cannot

abcd

2002-01-19 Thread Laiqf
[EMAIL PROTECTED]

RE: abcd

2002-01-19 Thread Emir Alikadic
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Saturday, January 19, 2002 9:11 PM To: [EMAIL PROTECTED] Subject: abcd [EMAIL PROTECTED] Idiotic message coming from an AOL user!? That's odd -- To unsubscribe: mailto:[EMAIL PROTECTED]

Tomcat Shutdown Problem

2002-01-19 Thread Arun K Solleti
Hi I have the following setup 1) Apache 1.3 2) Tomcat 3.2 3) Java SDK 1.3.1_01 Running on a Solaris box with SunOS Release 5.6. I have made sure that i have all the patches for Java are present on the Sun Box. But my Tomcat is shutdown frequently, and i have notices that it is creating a log

Re: tomcat setup error

2002-01-19 Thread Jim Rudnicki
Ditch playing with the autoexec.bat Go here. Get one the launcher for the version of Tomcat you are running. http://www.geocities.com/jdrudnicki/ SHELL=C:\COMMAND.COM /E:4096 /P This line will set all command environment to have 4mg of environment space. Should be enough Not! /E:4096

How-to configure Tyrex 0.9.7 and Tomcat 4.0.2

2002-01-19 Thread Ozzie Gurkan
I was able to download source files from exolab and finally get the server to run the following code. ut = (UserTransaction)ic.lookup(java:comp/UserTransaction); ut.begin(); ... ut.commit(); //except that it blows up right here However, when I call ut.commit(), I get the following exception: