Error 500

2001-04-27 Thread Ramos Miguel-FMR068c
Hi all: I am getting the following error when trying to access a servlet: Error: 500 Location: /mytest/servlet/Servlet1 Internal Servlet Error: java.lang.NullPointerException at java.lang.ClassLoader.resolveClass0(Native Method) at

RE: Logging on to /admin with NT 4 and IIS

2001-04-26 Thread Ramos Miguel-FMR068c
Try http://localhost:8080/admin/index.html That's the way it worked for me. Miguel Ramos -Original Message- From: Foster, Jim [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 11:30 AM To: [EMAIL PROTECTED] Subject: Logging on to /admin with NT 4 and IIS I have been working

RE: Logging on to /admin with NT 4 and IIS

2001-04-26 Thread Ramos Miguel-FMR068c
- From: Ramos Miguel-FMR068c [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 26, 2001 11:56 AM To: '[EMAIL PROTECTED]' Subject: RE: Logging on to /admin with NT 4 and IIS Try http://localhost:8080/admin/index.html That's the way it worked for me. Miguel Ramos -Original Message- From

RE: ADMIN PASSWORD

2001-04-25 Thread Ramos Miguel-FMR068c
Ok, now it works, but i needed to be restart the tomcat server. Thanks Steve. Miguel Ramos -Original Message- From: Steve Ruby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 9:34 AM To: [EMAIL PROTECTED] Subject: Re: ADMIN PASSWORD Ramos Miguel-FMR068c wrote: I tested

RE: Eliminate system from ServletContext

2001-04-25 Thread Ramos Miguel-FMR068c
it entirely from the webapps area. Ed ([EMAIL PROTECTED]) At 01:06 PM 4/24/01 -0700, Ramos Miguel-FMR068c wrote: Hello all: I installed a sample program on the tomcat server, but now I want to remove it. I delete the entry from the server.xml and restarted the server, but it seems that didn't

ADMIN Section

2001-04-25 Thread Ramos Miguel-FMR068c
from the original distribution package. Thanks. Miguel Ramos -Original Message- From: Steve Ruby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 9:34 AM To: [EMAIL PROTECTED] Subject: Re: ADMIN PASSWORD Ramos Miguel-FMR068c wrote: I tested those 3 user/pass and no one

RE: ADMIN Section

2001-04-25 Thread Ramos Miguel-FMR068c
Great! Now I have the Admin section working. Thanks Paul! -Original Message- From: Paul Ramos [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 9:56 AM To: [EMAIL PROTECTED] Subject: Re: ADMIN Section Trusted=true From: Ramos Miguel-FMR068c Reply-To: [EMAIL PROTECTED

RE: ADMIN PASSWORD

2001-04-25 Thread Ramos Miguel-FMR068c
I tested those 3 user/pass and no one worked :( -Original Message- From: Steve Ruby [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 25, 2001 9:26 AM To: [EMAIL PROTECTED] Subject: Re: ADMIN PASSWORD Admin Passwsord is in $TOMCAT_HOME/conf/tomcat-users.xml

Eliminate system from ServletContext

2001-04-24 Thread Ramos Miguel-FMR068c
Hello all: I installed a sample program on the tomcat server, but now I want to remove it. I delete the entry from the server.xml and restarted the server, but it seems that didn't result. What's the right procedure to delete a previous installed program from the ServletContext? Thanks