I can only suggest creating a new site and trying it on that.  Maybe there's an issue with the site.<div>Thanks,</div><div>Joe Kelly<br><br><div class="gmail_quote">On Wed, Jan 5, 2011 at 5:32 PM, Manuel <span dir="ltr"><<a href="mailto:merelysparkles@gmail.com">merelysparkles@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Thanks for the blog post! Though I couldn't get Railo running (still no files were loaded). However I don't think that my problem is related to loading the war archive itself because an empty, single .jsp file also fails. <br>

<br>Regards, Manuel<br><br><div class="gmail_quote">2011/1/5 Joe Kelly <span dir="ltr"><<a href="mailto:joekellytx@gmail.com" target="_blank">joekellytx@gmail.com</a>></span><div><div></div><div class="h5"><br><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">

I just blog posted a working Railo install using a .WAR.<div><a href="http://www.cfjoe.com/index.cfm/2011/1/4/Railo-on-BlueOnyx" target="_blank">http://www.cfjoe.com/index.cfm/2011/1/4/Railo-on-BlueOnyx</a></div><div>Maybe this will help some.</div>


<div>Make sure you have a good .WAR and you're putting it into the right site..</div><div><br></div><div>Thanks,</div><div>Joe Kelly<div><div></div><div><br><br><div class="gmail_quote">On Tue, Jan 4, 2011 at 6:41 PM, Manuel <span dir="ltr"><<a href="mailto:merelysparkles@gmail.com" target="_blank">merelysparkles@gmail.com</a>></span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">Ok. Now the script runs without errors and creates the directories but doesn't load any files of the archive.<br>

<br>
Thanks for your effort, <br>Manuel<br><br><div class="gmail_quote">2011/1/4 Joe Kelly <span dir="ltr"><<a href="mailto:joekellytx@gmail.com" target="_blank">joekellytx@gmail.com</a>></span><div><div></div><div>
<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">Make sure that your <siteAdmin> has enough space allocated.  That might be why you got that latest error.<div>



<br></div><div>Once you have tomcat running, it will be a clean site.  You'll have to load the files back in.</div>
<div><br></div><div>Thanks,</div><div>Joe Kelly<div><div></div><div><br><br><div class="gmail_quote">On Tue, Jan 4, 2011 at 3:10 PM, Manuel <span dir="ltr"><<a href="mailto:merelysparkles@gmail.com" target="_blank">merelysparkles@gmail.com</a>></span> wrote:<br>




<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">Thanks for your answer. I got the error message "Undefined subroutine &main::fail called at /usr/sausalito/sbin/<a href="http://java_load_war.pl" target="_blank">java_load_war.pl</a> line 191, <GEN0> line 36" and everything with that site id (alternatively the current directory) got deleted. But altogether I think that we first have to get Tomcat working again.<br>





<br>Should I provide more information or what do you suggest I should do?<br><br>Regards, <br>Manuel<br><br><div class="gmail_quote">2011/1/3 Joe Kelly <span dir="ltr"><<a href="mailto:joekellytx@gmail.com" target="_blank">joekellytx@gmail.com</a>></span><div>




<div></div><div><br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">I couldn't get anything Web Archive related to work with the GUI.  To load .WAR files I used:<div>





/usr/sausalito/sbin/<a href="http://java_load_war.pl" target="_blank">java_load_war.pl</a> -n <siteAdmin> -g <siteID> -f <.warFile></div>
<div>and went from there.</div><div><br></div><div>Thanks,</div><div>Joe Kelly<br><br><div class="gmail_quote"><div><div></div><div>On Mon, Jan 3, 2011 at 6:33 AM, Mortan Reggir <span dir="ltr"><<a href="mailto:merelysparkles@gmail.com" target="_blank">merelysparkles@gmail.com</a>></span> wrote:<br>






</div></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><div><div></div><div>

<p>Hi,<br>
<br>
yesterday I tried to run some jsp scripts. In the beginning they worked without
any trouble, but after deleting the web archive via the GUI a few times, tomcat
didn't work anymore. I unsuccessfully restarted tomcat, httpd and the server
and eventually reinstalled tomcat.<br>
<br>
The status quo is that the jsp files still show errors even without jsp content.<br>
<br>
The errors of the example start with "javax.servlet.ServletException: Error allocating a servlet
    instance" and continue with errors like
    "java.lang.NoClassDefFoundError: javax/servlet/jsp/HttpJspPage" or
    "java.lang.ClassNotFoundException: javax.servlet.jsp.HttpJspPage".<br>

    <br>

    echo $JAVA_HOME: "/etc/alternatives"<br>

    echo $CATALINA_HOME: <blank> or after setting it
    "usr/share/tomcat5"<br>

    <br>

    /usr/share/tomcat5/logs: <br>

    <br>

    Jan 3, 2011 1:50:03 AM org.apache.catalina.core.StandardWrapperValve
    invoke<br>

    SEVERE: Allocate exception for servlet jsp<br>

    java.lang.ClassNotFoundException: javax.servlet.jsp.JspFactory<br>

    <br>

    Jan 3, 2011 1:53:29 AM org.apache.catalina.core.StandardWrapperValve
    invoke<br>

    SEVERE: Allocate exception for servlet
    org.apache.jsp.jsp2.simpletag.hello_jsp</p><p><br></p><p>(<a href="http://pastebin.com/Ai0JazC4" target="_blank">http://pastebin.com/Ai0JazC4</a>)<br>
<br>
I think that a library is missing or the xml configuration got messed up but I
think that you know better.<br>
<br>
Thanks for reading this mail,<br>
<br>
Manuel<br>
</p>

<br></div></div>_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@blueonyx.it" target="_blank">Blueonyx@blueonyx.it</a><br>
<a href="http://www.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://www.blueonyx.it/mailman/listinfo/blueonyx</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@blueonyx.it" target="_blank">Blueonyx@blueonyx.it</a><br>
<a href="http://www.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://www.blueonyx.it/mailman/listinfo/blueonyx</a><br>
<br></blockquote></div></div></div><br>
<br>_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@blueonyx.it" target="_blank">Blueonyx@blueonyx.it</a><br>
<a href="http://www.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://www.blueonyx.it/mailman/listinfo/blueonyx</a><br>
<br></blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@blueonyx.it" target="_blank">Blueonyx@blueonyx.it</a><br>
<a href="http://www.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://www.blueonyx.it/mailman/listinfo/blueonyx</a><br>
<br></blockquote></div></div></div><br>
<br>_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@blueonyx.it" target="_blank">Blueonyx@blueonyx.it</a><br>
<a href="http://www.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://www.blueonyx.it/mailman/listinfo/blueonyx</a><br>
<br></blockquote></div><br></div></div></div>
<br>_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@blueonyx.it" target="_blank">Blueonyx@blueonyx.it</a><br>
<a href="http://www.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://www.blueonyx.it/mailman/listinfo/blueonyx</a><br>
<br></blockquote></div></div></div><br>
<br>_______________________________________________<br>
Blueonyx mailing list<br>
<a href="mailto:Blueonyx@blueonyx.it">Blueonyx@blueonyx.it</a><br>
<a href="http://www.blueonyx.it/mailman/listinfo/blueonyx" target="_blank">http://www.blueonyx.it/mailman/listinfo/blueonyx</a><br>
<br></blockquote></div><br></div>