Re: server restart necessary? (again)

2001-09-04 Thread Alexandre Telles
PROTECTED] Sent: Monday, September 03, 2001 12:38 PM Subject: Re: server restart necessary? (again) Hi Alexandre, I've tried it with Resin 2.0 and it works for me. I believe it also works on Resin 1.1. Try to use a web.xml file in your webapp instead of using the resin.conf file to configure your

server restart necessary? (again)

2001-09-03 Thread Alexandre Telles
Hi, I'm new to Cactus and to JUnit. Iam trying to work with Resin 1.1 and Cactus, but every time I recompile my files I have to restart the server so Cactus can reload the classes. These classes aren't in the system classpath. I'm using the resin.conflike this: web-app id='/cactus'

Re: server restart necessary? (again)

2001-09-03 Thread Vincent Massol
played too much with it but it seems Resin will not pick up changes that happen in a WAR file but only if the war is expanded. -Vincent - Original Message - From: Alexandre Telles To: [EMAIL PROTECTED] Sent: Monday, September 03, 2001 4:21 PM Subject: server restart

Re: server restart necessary?

2001-08-29 Thread Vincent Massol
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 5:53 PM Subject: Re: server restart necessary? [snip] Thanks Vincent, here is some updated information regarding this. I noticed I had not entered a servlet context for my web

Re: server restart necessary?

2001-08-29 Thread Vincent Massol
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 29, 2001 2:55 PM Subject: Re: server restart necessary? [snip] Your test case class (the one that extends ServletTestCase or JspTestCase) is instanciated (class.forName().newInstance()) once

server restart necessary?

2001-08-28 Thread Craig_Reichenbach
Hi, I'm new to Cactus. I was experimenting with the SimpleServlet and TestSimpleServlet classes using Tomcat4.0 beta 7. I started the server and kept it up as I changed these two classes. I ran the TestSimpleServlet class from the command line using the its main method to invoke the

Re: server restart necessary?

2001-08-28 Thread Vincent Massol
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 4:42 PM Subject: server restart necessary? Hi, I'm new to Cactus. I was experimenting with the SimpleServlet and TestSimpleServlet classes using Tomcat4.0 beta 7. I started the server

Re: server restart necessary?

2001-08-28 Thread Vincent Massol
- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 4:42 PM Subject: server restart necessary? Hi, I'm new to Cactus. I was experimenting with the SimpleServlet and TestSimpleServlet classes using Tomcat4.0 beta 7. I started the server and kept it up as I changed

Re: server restart necessary?

2001-08-28 Thread Craig_Reichenbach
- Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, August 28, 2001 4:42 PM Subject: server restart necessary? Hi, I'm new to Cactus. I was experimenting with the SimpleServlet and TestSimpleServlet classes using Tomcat4.0 beta 7. I started