RE: How can I use a background process with JBoss

2002-02-13 Thread McDowell, Mark
PROTECTED]] Sent: Wednesday, February 13, 2002 7:17 AM To: Jboss User (E-Mail); Struts User (E-Mail) Subject: How can I use a background process with JBoss Hi, I want to do the following: I have a ShoppingCart. The users clicks on order and the items from the ShoppingCart are moved to my OrderBean

Re: [JBoss-user] How can I use a background process with JBoss

2002-02-13 Thread Joachim Schaaf
will have to use message driven beans (MDB, belongs to EJB 2.0). The notification could be done via email. How can I achieve this with JBoss and Struts ? What would be the best way to implement this I haven't used MDB's yet, but the trick is to start a time consuming operation with a MDB

AW: [JBoss-user] Struts Exception with beanutils HELP and JBoss 2.2.2Tomcat3.2.2

2001-12-11 Thread storck
That exception only happens if I copy the common-beanutil.jar from struts nighly build 04.11.2001 into the JBOSS/li/ext -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Sebastian Hauer Gesendet: Freitag, 7. Dezember 2001 17:06 Cc: Struts User (E

Struts with Jboss

2001-12-11 Thread Felipe F. Palma Dias
Hello. I am using Jboss and Struts. When I place mine .war file in the directory deploy, I obtain to have access mine normally struts, but when I place .war in the archives ear and I place .ear file in the directory deploy it appears the following error: Error: 500

Re: [JBoss-user] Struts Exception with beanutils HELP and JBoss 2.2.2Tomcat3.2.2

2001-12-07 Thread Sebastian Hauer
Hi Dirk, I use struts 1.0 with jboss so I have no experience with any of the new features. Your struts-config.xml looks fine to me. Had you been able to run any of the struts example WARs ? Their struts-config.xml might be more basic. A different approach might also be to remove everything

Struts Exception with beanutils HELP and JBoss 2.2.2Tomcat3.2.2

2001-12-07 Thread storck
Hi, I use struts from the nighly build of 04.11.200 and JBoss 2.2.2Tomcat3.2.2. In my WEB-INF/lib I have the following jars struts.jar tiles.jar commons-beanutils.jar commons-collections.jar commons-digester.jar and ant.jar xerces.jar jndi.jar jdbc2_0-stdext.jar If I start

RE: jndi.properties and JBoss-2.4.3_Tomcat-3.2.3

2001-12-06 Thread Ajay Chitre
I put the jndi.properties in \WEB-INF\classes and that seems to work with JBoss. Is your ArticleMngr.jar in your classpath? -- Original Message -- Where do I have to put the jndi.properties or what could be else the problem for the following exception? [Service Control] Started 47 services

Re: jndi.properties and JBoss-2.4.3_Tomcat-3.2.3

2001-12-06 Thread Marcelo Caldas - CCSC
All you have to do is to put the jndi.properties available for the Server's classpath. But you have this right - He could find the Initial context factory... Make sure that your bean is available and well deployed! It seems that jBoss couldn't deploy your bean... that's why the home int

jndi.properties and JBoss-2.4.3_Tomcat-3.2.3

2001-12-06 Thread storck
Where do I have to put the jndi.properties or what could be else the problem for the following exception? [Service Control] Started 47 services [Default] JBoss 2.4.3 Started in 0m:18s [Default] javax.naming.CommunicationException. Root exception is [Default] java.lang.ClassNotFoundException

RE: Struts JBoss / Tomcat and Form

2001-09-24 Thread Nortje, Andrew
Title: Struts JBoss / Tomcat and From Gregory Have you got any examples on how to use nested properties? My initial assumption would be to use public attributes in the form bean and multiple dot operators in the .jsp to populate the fields? -Original Message- From: Gregor

RE: Struts JBoss / Tomcat and From

2001-09-21 Thread Nortje, Andrew
Title: Struts JBoss / Tomcat and From Gregory Thanks for the input. It has been bothering me using ActionForm in the EJB layer, as you say it mixes view and model. The nested properties idea is great, thanks. Andrew -Original Message- From: Gregor Rayman [mailto:[EMAIL

Struts JBoss / Tomcat and From

2001-09-20 Thread Nortje, Andrew
Title: Struts JBoss / Tomcat and From I have deployed my app using JBoss/Tomcat. I recently started using the ActionForm as value objects in my EJB's. JBoss now needs struts.jar in the class path, so it can find ActionForm, so I put sturts.jar in JBOSS_HOME/lib/ext. This works fine put

Re: Struts JBoss / Tomcat and From

2001-09-20 Thread Gregor Rayman
Title: Struts JBoss / Tomcat and From Why do you use ActionForm as value object in EJB? I thnik, this is not a clean design, since you make your EJB code dependent on Struts. Struts beloongs to the web layer, EJB to the businness layer. Your EJB do not need things like HttpRequest, so'd try

RE: The final word on struts and jboss 2.2.2 and tomcat 3.2.2

2001-09-19 Thread Jake Thompson
Probably a bit late here. However, I have been using Struts 1.0 on Jboss 2.2.2 and Tomcat 3.2.2 for a few months now and it works like a charm! I have migrated to Jboss 2.4.1 and Tomcat 3.2.3 with no effort at all, I simply dropped in the new servers and re-deployed my ear file. The only

The final word on struts and jboss 2.2.2 and tomcat 3.2.2

2001-09-18 Thread bill milbratz
I'd like to confirm from the Struts Authorities, that indeed, struts doesn't quite-work-right with tomcat 3.2.2 and jboss 2.2.2. (Classloader problems and sundry 'class not found exceptions). Does jboss-2.4.1a and Tomcat-3.2.3 solve the problem? I've seen a few posts on this topic: This one

Re: The final word on struts and jboss 2.2.2 and tomcat 3.2.2

2001-09-18 Thread Luis Olivares
Im too very interested in this topic, since we'll be developing an Application for WebSphere 4.0, but our Development Enviroment will be Jboss with Tomcat. Regards. Luis Olivares. [EMAIL PROTECTED

RE: The final word on struts and jboss 2.2.2 and tomcat 3.2.2

2001-09-18 Thread Rey Francois
Not at all an answer to the original question but more of a comment on your dev. setup. My personal experience is that you should aim at having the development environment as close as possible to the production environment. If you develop your app on JBoss and Tomcat, you may spend lots of time

Re: The final word on struts and jboss 2.2.2 and tomcat 3.2.2

2001-09-18 Thread Ted Husted
on JBoss and Tomcat, you may spend lots of time trying to make it work on WebSphere at the end. So my advice is really to make sure you test your application on the target platform as soon as possible, or at least very early in the process and regularly. Fr. -Original Message- From: Luis

Re: The final word on struts and jboss 2.2.2 and tomcat 3.2.2

2001-09-18 Thread Ted Husted
;-) Are you saying that you are having problems with the JBoss/Tomcat bundle? http://jboss.org/binary.jsp Though, a problem with using 3.2.2 is that 3.2.3 is a security update. ;-( Do your problems persist with the new JBoss/Jetty bundle? The production release of Tomcat 4 just came out (yeah!). You

AW: Struts + JBoss

2001-07-25 Thread ecn11
Hi. i've had trouble with jboss 2.2.2/tomcat 3.2.2...for this reason i dropped back to the 2.2.1/3.2.1 version and everything worked fine... Ok, I dropped back, too, now - but without success. Are you using Struts 1.0 or a newer version? in my experimentation, it seems to be a classloader

AW: Struts + JBoss

2001-07-25 Thread ecn11
Hi. Hi. Has anyone of you managed to make Struts and JBoss working together? This is my current situation: I use JBoss-2.2.2 + Tomcat-3.2.2 (by run_with_tomcat.bat - so they are running in one VM) and Struts 1.0. Hi, I use struts in jboss+tomcat. I use 2 configurations: 1st

Re: Struts + JBoss

2001-07-25 Thread Gregor Rayman
copied the .war-file into the jboss/deploy folder. After that my classes have been copied to jboss/tmp/deploy/Default/war-ic.war/web1004/WEB-INF/classes - but Struts doesn't find them anyway... Is your struts.jar in your war's WEB-INF/lib? And nowhere else in your classpath? -- gR

Struts + JBoss

2001-07-24 Thread ecn11
Hi. Has anyone of you managed to make Struts and JBoss working together? This is my current situation: I use JBoss-2.2.2 + Tomcat-3.2.2 (by run_with_tomcat.bat - so they are running in one VM) and Struts 1.0. The problem is briefly: When I deploy a .ear-archive that contains a .war-archive

Re: Struts + JBoss

2001-07-24 Thread Jon Brisbin
i've had trouble with jboss 2.2.2/tomcat 3.2.2...for this reason i dropped back to the 2.2.1/3.2.1 version and everything worked fine... in my experimentation, it seems to be a classloader issue...any classes you want to access from another class must be either on the same level, or higher

Re: Struts + JBoss

2001-07-24 Thread Gregor Rayman
Hi. Has anyone of you managed to make Struts and JBoss working together? This is my current situation: I use JBoss-2.2.2 + Tomcat-3.2.2 (by run_with_tomcat.bat - so they are running in one VM) and Struts 1.0. Hi, I use struts in jboss+tomcat. I use 2 configurations: 1st) Separate

struts-example with JBoss and Tomcat

2001-07-17 Thread Philip Tucker
I'm using Struts 1.0 with Tomcat 3.2.2 and JBoss 2.2.2, and am having trouble deploying struts-example.war. This may be more of a JBoss issue than a Struts issue, but I'm only having the problem with Struts right now. I'm having a CLASSPATH problem where the server is not finding the deployed

RE: [JBoss-user] RE: Struts Jboss?

2001-07-06 Thread Assenza, Chris
What does your application.xml look like? Chris -Original Message- From: Gregor Rayman [mailto:[EMAIL PROTECTED]] Sent: Friday, July 06, 2001 12:39 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [JBoss-user] RE: Struts Jboss? Ravindran Ramaiah [EMAIL PROTECTED] wrote: Hi

RE: [JBoss-user] RE: Struts Jboss?

2001-07-06 Thread Assenza, Chris
Okay...I'll rephrase that last one I sent. :) You won't be able to deploy the EAR the way you want without properly using the Application Deployment Descriptor (application.xml). Have you tried doing this? Here's a sample one I use for JBoss 2.0 w/ Tomcat 3.2b7, goes in META-INF of the EAR's

Re: [JBoss-user] RE: Struts Jboss?

2001-07-06 Thread Gregor Rayman
Assenza, Chris [EMAIL PROTECTED] writes: Okay...I'll rephrase that last one I sent. :) You won't be able to deploy the EAR the way you want without properly using the Application Deployment Descriptor (application.xml). Have you tried doing this? Here's a sample one I use for JBoss 2.0 w

Re: struts with jboss problems

2001-06-29 Thread jorisumu
Well Maybe is not entirely a JBoss problem. JBoss by nature is just an app server that supports perfectly the deployment of EJBs, but I believe it uses an implementation of Tomcat web app server for the web layer on your application ( correct me please if I'm wrong! ;-) ). So it might

struts with jboss problems

2001-06-28 Thread Mike Thompson
I recently switched to the JBoss app server and have been slowly been redeploying my struts application on it. I finally got my ejbs deployed and my web application deployed, BUT whenever I click on a link that is supposed to trigger a struts action, this is what I get. 2001-06-28 11:11:30

Re: JBoss and struts

2001-05-08 Thread Jim Downing
Which /lib did you put struts in? If you want it to be available to all apps running under jboss it should go in /lib/ext, but really it should go in /WEB-INF/lib of each of the web apps you develop. jim - Original Message - From: Harden ZHU [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

Re: JBoss and struts

2001-05-08 Thread Richard Backhouse
Make sure you put your war file in the jboss/deploy directory and not the tomcat/webapps directory as you would if you were running tomcat by itself. Richard Backhouse Oak Grove Software Quoting Harden ZHU [EMAIL PROTECTED]: Any special setup for jboss? I put struts app under tomcat

RE: JBoss and struts

2001-05-08 Thread Greg Ritter
I put struts.jar in /WEB-INF/lib of the web app. -Greg- -Original Message- From: Jim Downing [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 08, 2001 2:55 AM To: [EMAIL PROTECTED] Subject: Re: JBoss and struts Which /lib did you put struts in? If you want it to be available

JBoss and struts

2001-05-07 Thread Harden ZHU
Does JBoss work with Struts? Thanks Harden

JBoss and struts

2001-05-07 Thread Harden ZHU
Does JBoss work with Struts? Thanks Harden

RE: JBoss and struts

2001-05-07 Thread Greg Ritter
Yes. I'm developing using JBoss 2.2.1 with Tomcat 3.2.1. You can get an integrated download of these from this page: http://jboss.org/business/binary.html -Greg- -Original Message- From: Harden ZHU [mailto:[EMAIL PROTECTED]] Sent: Monday, May 07, 2001 4:53 AM To: [EMAIL PROTECTED

JBOSS and Struts

2001-05-07 Thread Harden ZHU
Title: RE: Struts and DAO pattern. Expensive? Does anyone know how to make struts work with JBoss? Seems not working for me. Thanks Harden

Re: JBoss and struts

2001-05-07 Thread Harden ZHU
Any special setup for jboss? I put struts app under tomcat. And then run. Jboss gave errors. said classno found. I do put struts.jar at lib. Any hint? Thank you very much harden - Original Message - From: Greg Ritter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 07, 2001

Re: JBoss and struts

2001-05-07 Thread Greg Ritter
I had no problems at all. I unzipped the JBoss + Tomcat download on a Windows 2000 box, started it using the batch script included in the bin directory, and then dropped each of the struts-*.war files into the deploy directory. They all deployed without problems. -Greg- On Monday, May 7, 2001

Problem with webapps - JBoss 2.2 with embedded Tomcat 3.2.1

2001-05-02 Thread Storhaug, Henning
in JBoss: 2001-05-02 04:24:48 - Ctx( /struts-test ): Exception in: R( /struts-test + /index.jsp + null) - javax.servlet.ServletException: sun/tools/javac/Main at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:399

RE: Problem with webapps - JBoss 2.2 with embedded Tomcat 3.2.1

2001-05-02 Thread Jon Brisbin
with webapps - JBoss 2.2 with embedded Tomcat 3.2.1 blah blah blah If you can cure my initial scepsis to a promising framework, blah I'd be trilled! blah It's a bit urgent, as we have very little time to decide what to do. blah blah I've succesfully deployed and run the blah struts-documentation.war-file

hep on classpath in JBoss-2.2.1 + Tomcat-3.2.1 (single bundle from JBoss)

2001-05-02 Thread Sheng Zou
Hi, I am running JBoss-2.2.1 + Tomcat-3.2.1 (single bundle from JBoss) on WinNT. After I try to deploy a war file (i.e. struts-example.war) into $JBOSS_TOMCAT_HOME/tomcat/webapps, the classes and jar files in *WEB-INF/classes* directory and *WEB-INF/lib* cannot be located by tomcat (I

Re: Struts with JBoss

2001-04-08 Thread Keith Thomas
For some reason the only useful answer received to this question (thanks Scott) did not make the archive so I am re-sending. - Original Message - From: Scott Sayles To: [EMAIL PROTECTED] Sent: Sunday, April 01, 2001 12:01 PM Subject: Re: Struts with JBoss

Struts with JBoss

2001-04-01 Thread Keith Thomas
Hi, I'm getting the often reported problem with Struts not working under JBoss. I am running Struts 1.0b1 running under JBoss-Tomcat-2.1-beta on a Win NT4.00 box against Java SDK 1.3. The exception I get is listed below. Please can someone help me get this running under Win

Re: Struts with JBoss

2001-04-01 Thread Scott Sayles
This is an issue with JBoss and class loading. If you set all of your ejb related class directories and libraries in the CLASSPATH for tomcat, it will work. Not exactly sure why this is off the top of my head, but I remember seeing some discussions about it on the JBoss lists. Scott

<    1   2   3