Re: Win200 crashing with Tomcat 4

2001-10-20 Thread Dmitri Colebatch
On Fri, 19 Oct 2001, Thomas Diamond wrote: > >then it is entirely possible for bugs in that code to cause coredumps in > >the JVM process -- but an OS that reboots is a faulty OS. I would start > >with applying all of the recent patches to W2K Pro. > > > For God's shake the only "weird" thing I

Re: USE TOMCAT INSTEAD OF IIS

2001-10-20 Thread Craig R. McClanahan
On 20 Oct 2001, Peter Mutsaers wrote: > > Mangi> rather use a word processor. If we push the tomcat engine > Mangi> towards being a fully featured webserver isn't it > Mangi> eventually going to bloat? Won't the task we asked it to do > Mangi> (handle servlet/jsp requests) wind

Re: Win200 crashing with Tomcat 4

2001-10-20 Thread Craig R. McClanahan
On Fri, 19 Oct 2001, Thomas Diamond wrote: > Date: Fri, 19 Oct 2001 23:19:03 +0300 > From: Thomas Diamond <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: Win200 crashing with Tomcat 4 > > Well I've checked my disk twice (with a utility and with system'

Re: Debugging in Tomcat 4

2001-10-20 Thread Craig R. McClanahan
On 20 Oct 2001, Dr. Evil wrote: > Date: 20 Oct 2001 04:58:07 - > From: Dr. Evil <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Debugging in Tomcat 4 > > > This is very painful. The log() facility is great... in classes which > have the appropriate serv

RE: Win200 crashing with Tomcat 4

2001-10-20 Thread Greg Trasuk
Hi: A quick Google search on VSDATANT.SYS suggests that you may have a problem with ZoneAlarm firewall. The articles I saw went back to summer 2000, so I'd bet you could probably solve it by updating ZoneAlarm. See: http://www.google.com/search?q=vsdatant.sys Greg Trasuk, Presi

Re: TomCat 4.0 first time user

2001-10-20 Thread John Hicks
The message "Out of environment space" means your DOS environment is not large enough to store all the variables used in the batch file. This size is set in the properties for the DOS session. It's been a while since I've run Windows, but I believe you can get to the properties from either the

Re: Using PoolMan with Tomcat 3.2.1

2001-10-20 Thread John Lacey
Barney Hamish wrote: > > The PoolMan driver requires one to register the driver by calling: > class.forName("com.codestudio.sql.PoolMan").newInstance(); > > However the Tomcat JDBC Realm only calls : > class.forName(); (org\apache\tomcat\request\JDBCRealm.java line 425) > Without the callin

Re: Help with webapp module, Apache 1.3 and Tomcat 4.0

2001-10-20 Thread Pier Fumagalli
Craig Setera at [EMAIL PROTECTED] wrote: > Sorry. I wasn't sure what would be necessary. I've attached the requested > information. > > I appreciate anything that you can tell me about what I might be doing > wrong. > Thanks, > Craig I seriously don't see anything wrong with your server.xml a

2 Apps, 1 Tomcat

2001-10-20 Thread Mazur
Sort of longhoping more detail helps... Tomcat 3.2.3, Apache 1.3.14, RedHat 6.2 I have a problem with class files with the same name being used by two different apps, both web-browser-based. I have 2 applications running on the same instance of Tomcat (low traffic). They both have some

IIS redirect woes

2001-10-20 Thread David A. Fuess
I have been trying to get the isapi_redirct to work on one system for a couple of weeks now. The heck of it is that I have very similar setups at both home and work and the one at work sets up with no problems ... Here is the setup ... Windows2000 Professional IIS 5.0 Java 1.3.1_01 Tomcat 3.2.3

apache-tomcat problem

2001-10-20 Thread Mradul Awasthi
hi i am using red-hat linux 6.2,apache,tomcat,when i stop the tomcat(3.2.1) ,it give me the message Stop tomcat java.net.InetAddress.getAllByName0(InetAddress.java:571) at java.net.InetAddress.getAllByName0(InetAddress.java:540) at java.net.InetAddress.getByName(InetA

RE: apache 1.3.20 and .so files - problem persists.

2001-10-20 Thread Brijesh Kumar
Apache was downloaded from http://httpd.apache.org/dist/httpd/binaries/win32/ i.e. apache_1.3.20-win32-no_src-r2.msi is the installable. mod_webapp from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/bin/ For both, no compilation was done. I am using a Win2K box. Any solutions

Re: Win200 crashing with Tomcat 4

2001-10-20 Thread Thomas Diamond
I disabled the automatic reboot feature of Win2K and I got a nice, lovely blue screen saying : ***STOP : 0x0050 ( 0xFF74, 0x, 0xBC0AE55E, 0x) PAGE_FAULT_IN_NONPAGED_AREA ***ADRESS BC0AE55E base at BC0A DateStamp 3ae73a79 - vsdatant.sys Beggining dump of physical me

Re: USE TOMCAT INSTEAD OF IIS

2001-10-20 Thread Peter Mutsaers
>> "Mangi" == Mangi, Rick <[EMAIL PROTECTED]> writes: Mangi> Like any well planned out software project the ideal Mangi> solution is derived >> from the requirements. There are very few broad statements such as "Maybe Mangi> for large volume servers, but for smaller servers (<10

Logging solution is complicated (was Re: Debugging in Tomcat 4)

2001-10-20 Thread Dr. Evil
Ok, I figured out how to get log4j to work with Tomcat in a reasonable, although complicated, way: Download the log4j files, and copy the .jar files into TOMCAT_HOME/libs, otherwise servlets can't find them. First, compile a servlet called startlogging.java, in the classes directory: -

Re: Debugging in Tomcat 4

2001-10-20 Thread Dr. Evil
> Well, have you checked the log files ? Yes, they work great, except they only exist if I import the various Tomcat packages. Unfortunately most of the work is being done in classes which don't import the Tomcat stuff, so basically I have these large-ish class files which I can't debug and whic

Re: Debugging in Tomcat 4

2001-10-20 Thread Kamil Kukura
I found JSP debugger on this site: http://www.day.com/devnet It works, though it requires Tomcat to run in JPDA mode. The only problem is that I wait long long time until tomcat (ver 4) boots up in this mode. -- Kamil

Re: Debugging in Tomcat 4

2001-10-20 Thread Sriram Narayanan
20/10/2001 3:15:02 PM, "Dr. Evil" <[EMAIL PROTECTED]> wrote: >> I use Visual Age for Java . > >I should look into that but I can't afford to buy stuff like that >right now. You could take a look at it in the long run. IBM gives away VA 4.0 Entry Enterprise for free. You could download VA from

Re: Debugging in Tomcat 4

2001-10-20 Thread Dr. Evil
> I use Visual Age for Java . I should look into that but I can't afford to buy stuff like that right now. This whole situation is aweful. I looked into log4j, and it looks like it has tons of features, except it doesn't have the one feature which I really want, which is being able to log a str

Re: Debugging in Tomcat 4

2001-10-20 Thread Sriram Narayanan
Hi, I use Visual Age for Java . When I need to debug Tomcat stuff, I load Tomcat through VA, and then set break points. And I I configure Visual Age appropriately, I cen even go into the Tomcat implementation... However, I test all my stuff on Tomcat/Sun JRE. That's because code that works w

Re: Win200 crashing with Tomcat 4

2001-10-20 Thread Thomas Diamond
I would have migrated to Linux a long time ago but I still need IE to test my pages . Tom. Barry White wrote: >That's one way to keep Windows from crashing! >lol >=) >- Original Message - >From: "Darrell Porter" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Friday, October

Re: Win200 crashing with Tomcat 4

2001-10-20 Thread Thomas Diamond
If this is of any importance I am not running Win2K server but Win2K Pro. OK I'll check this out but what makes me suspicious is that I never had inexlicable reboots before using Tomcat Tom. Darrell Porter wrote: >I had a Win2K server that was rebooting periodically for no apparent reaso

Re: Win200 crashing with Tomcat 4

2001-10-20 Thread Thomas Diamond
Craig R. McClanahan wrote: > >On Fri, 19 Oct 2001, Pae Choi wrote: > >>Date: Fri, 19 Oct 2001 01:44:13 -0700 >>From: Pae Choi <[EMAIL PROTECTED]> >>Reply-To: [EMAIL PROTECTED] >>To: [EMAIL PROTECTED] >>Subject: Re: Win200 crashing with Tomcat 4 >> >>This is real scary if Janek's story is true.

Re: Win200 crashing with Tomcat 4

2001-10-20 Thread Thomas Diamond
Well I've checked my disk twice (with a utility and with system's CHKDSK and no problems where found). As for other hardware problems I don't think they exist because I 've been using heavier appz than Tomcat, I've been watching movies on my DVD without any problems and generally for the pas

Re: Win200 crashing with Tomcat 4

2001-10-20 Thread Thomas Diamond
I am using Tomcat in stand-alone mode. What do you mean by "performance issues? Tom. pixel wrote: > I've noticed that several people are successfully using Tomcat with > W2k and NT. > > We are slowly moving Tomcat 4 into our production environment. > Currently, I am testing Tomcat in stand-al