AW: AW: AW: struts on jboss

2005-09-19 Thread Marc Ende
Hi Adam, > OK, I think I might have seen problem too, but at this time, > I am deploying my struts webapp war as a war file by copying > it into the deploy directory and it causes no problem but > redeploys nicely. Now I'm deploying the webapp as a .war-file not as an exploded war anymore. So

Re: AW: AW: struts on jboss

2005-09-19 Thread Adam Hardy
Marc Ende on 17/09/05 18:20, wrote: Hi Adam, hmmm... I always had this problem with the struts.jar. So I decided to put the jar in the shared lib. The .war I do deploy is an application wich have connections to an existing ejb on the same server but there are no ejb's inside this project. There

AW: AW: struts on jboss

2005-09-17 Thread Marc Ende
ling List > Betreff: Re: AW: struts on jboss > > Marc, > I've never had that problem with JBoss locking up the > struts.jar. If it just a webapp with no EJB, then basically > you are just using tomcat and I can't see what would make it > lock the jars. > > Did you

Re: AW: struts on jboss

2005-09-17 Thread Adam Hardy
sers Mailing List Betreff: Re: struts on jboss From: "Marc Ende" <[EMAIL PROTECTED]> In the war are no other classes included than the sources of my application. The jars of struts are directly in the server/default/lib directory of jboss. I don't know whether it

AW: struts on jboss

2005-09-16 Thread Marc Ende
t; An: Struts Users Mailing List > Betreff: Re: struts on jboss > > From: "Marc Ende" <[EMAIL PROTECTED]> > > > In the war are no other classes included than the sources of my > > application. > > The jars of struts are directly in the server/default/l

Re: struts on jboss

2005-09-16 Thread Wendy Smoak
From: "Marc Ende" <[EMAIL PROTECTED]> In the war are no other classes included than the sources of my application. The jars of struts are directly in the server/default/lib directory of jboss. I don't know whether it's causing the particular problem you're reporting, but struts.jar should no

AW: struts on jboss

2005-09-16 Thread Marc Ende
Hello Tremal, > 2005/9/16, mlists <[EMAIL PROTECTED]>: > > Is this an configuration-issue? (It's not very comfortable > to restart > > the server everytime after a change). > > what version of Jboss? Jboss Version: 4.0.2 > And what the message you are receiving? See end of mail :) > Is your

Re: struts on jboss

2005-09-16 Thread Tremal Naik
2005/9/16, mlists <[EMAIL PROTECTED]>: > Is this an configuration-issue? (It's not very comfortable to restart the > server everytime after a change). what version of Jboss? And what the message you are receiving? Is your application composed by either a WAR and a JAR? If that is the case, do y

struts on jboss

2005-09-16 Thread mlists
Hi there, I've build (better: I'm currently building) a webapp with struts. JBoss is the used applicationserver. In this webapp I'm using DynaActionForms for the Forms. But everytime I change the entries for the DynaActionForm in the struts-config.xml I receive an error about an invalid parameter

Re: installing Struts on JBoss

2005-01-20 Thread kjc
to:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 4:04 PM To: Struts Users Mailing List Subject: Re: installing Struts on JBoss Greg, could you please explain this a bit more? I'm curious about it, because I'm running multiple Struts based application on JBoss without this set

Re: installing Struts on JBoss

2005-01-20 Thread Alex Kravets
g -Original Message- From: Pavel Kolesnikov [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 4:04 PM To: Struts Users Mailing List Subject: Re: installing Struts on JBoss Greg, could you please explain this a bit more? I'm curious about it, because I'm running multipl

RE: installing Struts on JBoss

2005-01-20 Thread Greg Dunn
ath at org.apache.struts.action.ActionServlet.handleConfigException(ActionServl et.java:1033) ... Greg -Original Message- From: Pavel Kolesnikov [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 4:04 PM To: Struts Users Mailing List Subject: Re: installing Struts on JBoss Greg, c

Re: installing Struts on JBoss

2005-01-20 Thread Alex Kravets
boss 3.x it's in the file 'tomcat41-service.xml' in .../deploy Greg -Original Message- From: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 2:22 PM To: Struts Users Mailing List Subject: installing Struts on JBoss Are there any special requirements to

Re: installing Struts on JBoss

2005-01-20 Thread Alex Kravets
the file 'tomcat41-service.xml' in .../deploy Greg -Original Message- From: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 2:22 PM To: Struts Users Mailing List Subject: installing Struts on JBoss Are there any special requirements to install and run Struts ap

Re: installing Struts on JBoss

2005-01-20 Thread Pavel Kolesnikov
s in the file 'tomcat41-service.xml' in .../deploy > > Greg > > > -Original Message- > From: Alex Kravets [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 20, 2005 2:22 PM > To: Struts Users Mailing List > Subject: installing Struts on JBoss > >

Re: installing Struts on JBoss

2005-01-20 Thread Alex Kravets
vets [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 2:22 PM To: Struts Users Mailing List Subject: installing Struts on JBoss Are there any special requirements to install and run Struts applications on JBoss? I istalled JBoss on Tomcat and have been able to run Struts applications w/o any p

Re: installing Struts on JBoss

2005-01-20 Thread Alex Kravets
- From: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 2:22 PM To: Struts Users Mailing List Subject: installing Struts on JBoss Are there any special requirements to install and run Struts applications on JBoss? I istalled JBoss on Tomcat and have been able to run S

Re: installing Struts on JBoss

2005-01-20 Thread Alex Kravets
In server.log just before 'root cause' I have 2005-01-20 15:18:52,579 ERROR [org.jboss.web.localhost.Engine] Also, localhost.log has entry 192.9.200.230 - - [20/Jan/2005:15:18:52 -0500] "POST /log/QuerySubmit.do HTTP/1.1" 500 10707 Pavel Kolesnikov wrote: Unfortunatelly this stack trace doesn't

Re: installing Struts on JBoss

2005-01-20 Thread Pavel Kolesnikov
Unfortunatelly this stack trace doesn't say anything more than "there was some error processing a Test.jsp". Couldn't you find anything more in the server log? ($JBOSS_HOME/server/default/logs/server.log) Pavel On Thu, 20 Jan 2005 15:54:40 -0500, Alex Kravets <[EMAIL PROTECTED]> wrote: > Ok, this

RE: installing Struts on JBoss

2005-01-20 Thread Greg Dunn
e file .../deploy/jbossweb-tomcat50.sar/META-INF/jboss-service.xml In Jboss 3.x it's in the file 'tomcat41-service.xml' in .../deploy Greg -Original Message- From: Alex Kravets [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 2:22 PM To: Struts Users Mailing

Re: installing Struts on JBoss

2005-01-20 Thread Alex Kravets
Ok, this is all I get from application running on JBoss after submitting the page. org.apache.jasper.JasperException at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)

Re: installing Struts on JBoss

2005-01-20 Thread kjc
Alex Kravets wrote: I mean as far as copying all the jar and tld files. Apache Struts site mentions different requirements for different containers on this page http://struts.apache.org/userGuide/installation.html, no mention of JBoss though. It's just seems odd to me if I just have to copy *jar

Re: installing Struts on JBoss

2005-01-20 Thread Alex Kravets
I mean as far as copying all the jar and tld files. Apache Struts site mentions different requirements for different containers on this page http://struts.apache.org/userGuide/installation.html, no mention of JBoss though. It's just seems odd to me if I just have to copy *jar *tld to lib direct

Re: installing Struts on JBoss

2005-01-20 Thread Pavel Kolesnikov
On Thu, 20 Jan 2005 15:22:01 -0500, Alex Kravets <[EMAIL PROTECTED]> wrote: > Are there any special requirements to install and run Struts > applications on JBoss? If you application doesn't need to use any external resources like a datasources, EJBs or so on, you don't need to do anything special

Re: installing Struts on JBoss

2005-01-20 Thread kjc
Alex Kravets wrote: Are there any special requirements to install and run Struts applications on JBoss? I istalled JBoss on Tomcat and have been able to run Struts applications w/o any problems. Same application on JBoss gives me Servlet Exception. I would try mailing lists/forums for JBoss, but

installing Struts on JBoss

2005-01-20 Thread Alex Kravets
Are there any special requirements to install and run Struts applications on JBoss? I istalled JBoss on Tomcat and have been able to run Struts applications w/o any problems. Same application on JBoss gives me Servlet Exception. I would try mailing lists/forums for JBoss, but I find them not es