Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-17 Thread Prasad Kashyap
When you say, that worked, did you mean the plugin install of the ldap-demo and servlet-examples worked ? Or did you mean just the regular deploy of those samples as applications ? Thanx Prasad On 5/16/07, Jason Warner [EMAIL PROTECTED] wrote: Prasad, That worked. Shouldn't that be in the

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-17 Thread Jason Warner
The install had always worked. I was able to succesfully pull down a plugin with no errors. I received the error when click the button to deploy the plugin after it had been installed. The issue also occured when trying to start the plugin using the Web App Wars panel. I apologize that I did

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-17 Thread Jacek Laskowski
On 5/16/07, Jason Dillon [EMAIL PROTECTED] wrote: Jason? I thought you were talking to me? Damn... we can have only *one Jason*... and he is me... all others are sub-Jason... or something :-P Hehehe, when I saw it, I couldn't stop laughting. You're killing me! ;-) (The only one) Jacek --

java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-16 Thread Jason Warner
In working with the plugin installer using revision 538442, I came across a java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet error when trying to start both the LDAP and the Jakarta servlet examples running on top of Jetty. Has anyone seen this or know what could have

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-16 Thread Prasad Kashyap
Jason, Try adding a jasper dependency to configs\ldap-demo-jetty\pom.xml See configs\welcome-jetty\pom.xml for an example Cheers Prasad On 5/16/07, Jason Warner [EMAIL PROTECTED] wrote: In working with the plugin installer using revision 538442, I came across a

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-16 Thread Jason Dillon
Jason? I thought you were talking to me? Damn... we can have only *one Jason*... and he is me... all others are sub-Jason... or something :-P --jason On May 16, 2007, at 8:50 AM, Prasad Kashyap wrote: Jason, Try adding a jasper dependency to configs\ldap-demo-jetty\pom.xml See

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-16 Thread Prasad Kashyap
The Davids decided they didn't want to be uniquely many (oxymoron ?) So we have now begun adding Jasons :-) Cheers Prasad. On 5/16/07, Jason Dillon [EMAIL PROTECTED] wrote: Jason? I thought you were talking to me? Damn... we can have only *one Jason*... and he is me... all others are

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-16 Thread Jason Warner
Prasad, That worked. Shouldn't that be in the pom.xml when the plugin is pulled down in the first place to prevent the user from having to make that change themself? I didn't have this problem in an earlier revision. Have the dependencies changed recently? Jason, I've been called Jason all

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-16 Thread Prasad Kashyap
Fixed the poms @ Revision: 538652 Modified: geronimo/server/trunk/configs/ldap-demo-jetty/pom.xml geronimo/server/trunk/configs/ldap-demo-tomcat/pom.xml Cheers Prasad. On 5/16/07, Jason Warner [EMAIL PROTECTED] wrote: Prasad, That worked. Shouldn't that be in the pom.xml when the

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-16 Thread Jason Warner
Excellent. Could I trouble you to fix the pom for servlet-examples? It suffers from the same error. On 5/16/07, Prasad Kashyap [EMAIL PROTECTED] wrote: Fixed the poms @ Revision: 538652 Modified: geronimo/server/trunk/configs/ldap-demo-jetty/pom.xml

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-16 Thread Prasad Kashyap
Fixed @ Revision 538661. Please give it a spin. Cheers Prasad On 5/16/07, Jason Warner [EMAIL PROTECTED] wrote: Excellent. Could I trouble you to fix the pom for servlet-examples? It suffers from the same error. On 5/16/07, Prasad Kashyap [EMAIL PROTECTED] wrote: Fixed the poms @

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-16 Thread Jason Warner
I'm not altogether familiar with any special syntax used when commiting files, but there are a couple things showing up in the pom.xml for ldap-demo-jetty that are causing issues. On line 60: .mine On line 74: === and on line 89: .r538666 The end result is the following error while

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-16 Thread Prasad Kashyap
There's been a conflict between your version of the pom.xml and the one in the svn repo. You may delete all pom.xmls in that directory and do a fresh 'svn up' just in that directory. It will restore the latest version of the file for you. Cheers Prasad On 5/16/07, Jason Warner [EMAIL

Re: java.lang.ClassNotFoundException: org.apache.jasper.servlet.JspServlet in Plugin Installer

2007-05-16 Thread Jason Warner
That fixes that. Everything is running fine in regards to the pom's. Thanks for the help! Jason Warner On 5/16/07, Prasad Kashyap [EMAIL PROTECTED] wrote: There's been a conflict between your version of the pom.xml and the one in the svn repo. You may delete all pom.xmls in that directory