Java command line args

2005-01-17 Thread K. Mike Bradley
Can anyone elaborate what these switches mean to java.exe? I know some of them. Java.exe -serverUse server jvm.dll in a folder called server?? -Xbatch? -Xms64mMinimum memory -Xmx512m Maximum memory

Java VM Monitor-Debug

2005-01-17 Thread K. Mike Bradley
I have a need to look inside a running Java VM for a Tomcat app. We are having problems with an app on every server and can't figure it out. I have a kernel mode debugger I can use for a Windows app but this is useless here of course. What kinds of third party products let you see inside a Java VM

RE: My Context don't workie

2004-11-09 Thread K. Mike Bradley
onent further. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: K. Mike Bradley [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 09, 2004 4:16 PM >To: 'Tomcat Users List' >Subject: RE: My Context don't workie > >Is there any way to

RE: My Context don't workie

2004-11-09 Thread K. Mike Bradley
-Original Message- From: K. Mike Bradley [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 2:01 PM To: [EMAIL PROTECTED] Subject: My Context don't workie Hello to all, I have an app that works fine on Red Hat, Susie, Debian, or even Windows. I built a Gentoo box and it wont work. T

RE: My Context don't workie

2004-11-09 Thread K. Mike Bradley
No difference. This is really weird. -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 2:14 PM To: [EMAIL PROTECTED] Subject: Re: My Context don't workie I wonder if it is the docBase="../../webroot" thingy. Use a full path, and see if i

RE: My Context don't workie

2004-11-09 Thread K. Mike Bradley
s the write permissions to the conf, work, temp directories, and read permissions on your webapps, etc. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: K. Mike Bradley [mailto:[EMAIL PROTECTED] >Sent: Tuesday, November 09, 2004 4:05 PM >To: 'Tomcat Us

RE: My Context don't workie

2004-11-09 Thread K. Mike Bradley
I will try that but the path is correct. Don't know why Gentoo would choke on that. -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 09, 2004 2:14 PM To: [EMAIL PROTECTED] Subject: Re: My Context don't workie I wonder if it is the docBase="..

My Context don't workie

2004-11-09 Thread K. Mike Bradley
Hello to all, I have an app that works fine on Red Hat, Susie, Debian, or even Windows. I built a Gentoo box and it wont work. TomCat runs but the webapp is ignored. The Server.xml has: Again this works on any other