Hi, I'm new to Cactus and to JUnit. I am 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.conf like this:
<web-app id='/cactus'>
    <servlet>
        <servlet-name>ServletRedirector</servlet-name>
        <servlet-class>org.apache.commons.cactus.server.ServletTestRedirector</servlet-class>
    </servlet>
   
    <servlet-mapping>
        <servlet-name>ServletRedirector</servlet-name>
        <url-pattern>/ServletRedirector</url-pattern>
    </servlet-mapping>
</web-app>
Any ideas?
 
Thanks
Alexandre Telles

Reply via email to