You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/10/02 17:16:51 UTC

DO NOT REPLY [Bug 23573] New: - struts-blank webapp will not reload

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23573>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23573

struts-blank webapp will not reload

           Summary: struts-blank webapp will not reload
           Product: Struts
           Version: 1.1 Final
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Unknown
        AssignedTo: struts-dev@jakarta.apache.org
        ReportedBy: wendywds@hotmail.com


On Tomcat 4.1.27, if I drop in the struts-blank.war file, it expands and 
works.  You can visit http://www.example.com/struts-blank and get forwarded to 
index.jsp, or visit http://www.example.com/struts-blank/Welcome.do and see the 
same behavior.  

If I then go to the manager webapp and click 'reload', the webapp dies and the 
log says:

2003-10-01 14:17:31 StandardContext[/struts-blank]: Reloading this Context has 
started 
2003-10-01 14:17:31 StandardWrapper[/struts-blank:default]: Loading container 
servlet default 
2003-10-01 14:17:31 StandardWrapper[/struts-blank:action]: Marking servlet 
action as unavailable 
2003-10-01 14:17:31 StandardContext[/struts-blank]: Servlet /struts-blank threw 
load() exception
javax.servlet.ServletException: Wrapper cannot find servlet class 
org.apache.struts.action.ActionServlet or a class it depends on 
...
----- Root Cause -----
java.lang.ClassNotFoundException: org.apache.struts.action.ActionServlet
...

I noticed this after starting with struts-blank and making some changes, then 
it would reload.  I thought it was the fault of my changes, so I went back and 
tried with the struts-blank.war file that came with Struts 1.1 Final.

Is this expected because something vital is missing from struts-blank? If so, 
why does it start okay on first deployment or when you restart Tomcat?

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org