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

Re: Simple Tomcat Install on Win98

2001-07-26 Thread Jim Rudnicki
I'm having problems installing Tomcat on my Win98Se machine. Below are the directions from Jakarta for installing Tomcat. Go here: http://www.geocities.com/jdrudnicki/ and get JustGo. Jim

Re: Classloader, JNI and already loaded in another classloader

2001-06-03 Thread Jim Rudnicki
However, when running under a single Tomcat instance, I think that there is only 1 process (only one JVM in use). There may be several threads, but only one process is in use. Therefore, there is only 1 data segment that can be used. Or am I completely off base? No, you are right, 1

Re: Images not showing on Win2000

2001-05-22 Thread Jim Rudnicki
Can someone running Jakarta Tomcat 3.2.1 on Windows 2000 test this for me? Maybe it's a bug and i'll post it to the dev list. Confirmed this in T3.3m2 Win2000 - problem with urls with spaces. Doesn't depend on images abc.txt is ok, abc def.txt fails. Fixed in T3.3m3.

Re: Tomcat/Xalan

2001-05-07 Thread Jim Rudnicki
The problem is with the DOM level used by the different xml packages. Tomcat 3.x exposes the interfaces in its xml package to all Tomcat 3.ยท does not suffer this problemit has a classloading scheme where webapps obtain a clean classloader with only servlet.jar in it.. So is not 3.X is

Re: installing tomcat 3.2 on windows 98

2001-05-06 Thread Jim Rudnicki
is it possible to have tomcat run on windows 98? You can. But, the .bat files never have worked out of the box for Win98. Go here: http://www.geocities.com/jdrudnicki/ Get the small download and use the launcher. Works 99.99% of the time. Jim

Re: How to get request prameters in right order.

2001-03-27 Thread Jim Rudnicki
- Original Message - From: "Krzysztof Zielinski" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 27, 2001 7:54 AM Subject: How to get request prameters in right order. I'm trying to get all parameters from request in right order. Right order means that I need

Re: Need help in starting tomcat

2001-03-04 Thread Jim Rudnicki
1. Go here http://www.geocities.com/jdrudnicki/ 2. Get JustGo 3. there is no step three... I installed jdk1.3.0_02 on my windows 98 machine and also i installed tomcat on my machine. I set the JAVA_HOME evn variable to the installation directory on jdk and TOMCAT_HOME at its installation

Re: Using a servlet superclass

2001-02-11 Thread Jim Rudnicki
I have a number of servlets in my application that need to perform common initialisation, etc. So I was thinking of creating a superclass that has an init method that does all of the common work, eg., ...snip... This seems to be OK, until I implement init in the WorkerServlet, as the init

Re: IE Caching

2001-02-10 Thread Jim Rudnicki
IE and Tomcat are both running on my machine, there certainly are no proxies or firewalls involved. I know IE is caching because the back button works even after shutting Tomcat down. Ah, the BACK button. Read RFC 2616 which describes HTTP/1.1 and caching and the BACK button. After

Re: Please, Please help with the install of Tomcat!

2001-01-25 Thread Jim Rudnicki
do the following, rename jdk1.3 to jdk Okay, I have to say DO NOT do this. The JDK installer adds registry entries for the install locations. Jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email:

Re: Starting TOMCAT on Windows 95

2001-01-14 Thread Jim Rudnicki
Can u pls tell me whether Tomcat Server can be started on Windows 95 platform. I am not able to start the server on Windows 95 PC, but working fine on Windows NT PC. Expecting a feedback soon. Try this Tomcat loader. Works 99.44% of the time on 95,98,NT,2000. Take a look:

Re: PROBLEM in Win98 startup-NoClassDefFoundError

2000-12-30 Thread Jim Rudnicki
Use this Tomcat loader. Works 99.44% of the time. Take a look: http://www.geocities.com/jdrudnicki/ Jim - Original Message - From: "S Joseph" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, December 29, 2000 9:44 PM Subject: PROBLEM in Win98

Re: SIMPLE SIMPLE QUESTION ON RUNNING TOMCAT

2000-12-30 Thread Jim Rudnicki
Use this Tomcat loader. Works 99.44% of the time. Take a look: http://www.geocities.com/jdrudnicki/ Jim - Original Message - From: "Mick Sullivan" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, December 29, 2000 8:21 AM Subject: SIMPLE SIMPLE QUESTION ON RUNNING TOMCAT Hi

Re: Tomcat and Win 2000 Pro

2000-12-22 Thread Jim Rudnicki
I have installed Apache, Tomcat and Sun JDK on a Windows 2000 Pro machine. Apache works OK but Tomcat won't start. I get the following error: Use tis loader. Works 99.94% of time. Take a look: http://www.geocities.com/jdrudnicki/ Jim

Re: using xalan with Tomcat

2000-12-20 Thread Jim Rudnicki
You can manually re-order to classpath to put xerces.jar before parser.jar. At least with 3.2, Tomcat adds the jars to its classpath in alphabetical order, so you can renamed parser.jar to zparser.jar and it will be loaded last. I've been using this trick for a while. BTW does anyone know

Re: sample/myapp help (tomcat + apache + servlet not working,at leas t not as I would expect it too)

2000-11-22 Thread Jim Rudnicki
This is a fairly typical problem. Tomcat is not at fault, to get started, run it standalone and your problems will go away, the servlet-mapping's will start working, your hair will grow back, etc., etc. Apache is the source of your problem. It needs to be told that localhost/myapp/hello should

Re: Spaces in path/file names

2000-11-21 Thread Jim Rudnicki
The standard batch files have had problems with spaces in paths on the assorted WinX. Quoting everything can be hard to track down. You'll live a little happier and longer if you avoid spaces. Or.. Try this Tomcat loader. Works 99.44% of the time. It takes care of spaces. Take a look:

Re: Tomcat StartUp Problem

2000-11-20 Thread Jim Rudnicki
Can somebody please help me solve the error I am getting I try to start "Java.lang.ClassNot FoundException: ... snip ... Try this Tomcat loader. Works 99.44% of the time. Take a look: http://www.geocities.com/jdrudnicki/ Jim

Re: System properties

2000-11-19 Thread Jim Rudnicki
From the looks of things, it is just the way it is, although I was hoping the there would be some way to put stuff in the web.xml file, maybe in the servlet tag like: system-property namemyproperty/name value42/value /system-property Anyone think this is a good idea, or am I talking

Re: Apache/Tomcat Setup on Win2000 Professional

2000-11-01 Thread Jim Rudnicki
Spaces in paths are a common problem. If you forget to quote them, then the environment variable gets truncated. Even MS's own platform SDK installer forgets this. Try this Tomcat loader. It was recently updated to deal with the vagaries of 2000 and spaces in paths. Take a look:

Re: Problems in Installing

2000-11-01 Thread Jim Rudnicki
I restarted the machine after this and when i run the startup.bat tomcat doesnt run, saying "Out of Environment Space". Please advise. Use this loader: http://www.geocities.com/jdrudnicki/ It is much simpler than editing system.ini Jim

Re: jar placement (clarification needed)

2000-11-01 Thread Jim Rudnicki
When you tried this, had you created a context named myApp in the server.xml file? It is that context that associates jar files in webapps/myApp/WEB-INF/lib with the deployment descriptor in webapps/myApp/WEB-INF/web.xml While that might resolve the problem, it strikes me as wrong. I was