/ /OREF:CPTDE96D JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
Hi and thanks in advance for any and all of your time... The above error appears in the JBoss console window when my ant script deploys the web module to JBOSS_HOME\server\default\deploy. I've googled on ERROR [Digester] Parse Error at line 13 column -1: Element taglib requires additional

Re: / /OREF:CPTDE96D JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester Parse Error when deploying web module

2003-01-21 Thread Gemes Tibor
Afaik there are some problems with jboss + tomcat classloader since jboss has an old version of a few commons package on classpath and while deploying the application it finds the classes there so these jars are used thou struts requires newer version of them. It is just an idea. Tib

Re: / /OREF:CPTDE96D JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester Parse Error when deploying web module

2003-01-21 Thread alexj
Hi, I got some trouble when I was using your version of Jboss + tomcat, I have change my jdk to a prior version 1.3.1 and choose to work with JBoss + Jetty. And now everything working fine. Hope this help. -- Alexandre Jaquet - -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM d+ s: a-- C

/ /OREF:CPT5CBB3 Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
] cc: 2003/01/21 02:34 Subject: Re: / /OREF:CPTDE96D JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester

RE: / /OREF:CPTDE96D JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester Parse Error when deploying web module

2003-01-21 Thread James Mitchell
Just for kicks, download jboss-3.0.3/tomcat-4.0.5 and deploy that same app. It is one of the few versions that I can deploy any of my struts apps to without having to do work-arounds for classloader issues. -- James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org

/ /OREF:CPT7E5A0 Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
K, - thanks James. The only thing is that doing this will leave the issue unresolved for me. Zain -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: / /OREF:CPT7E5A0 Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester Parse Error when deploying web module

2003-01-21 Thread James Mitchell
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 8:08 AM To: [EMAIL PROTECTED] Subject: / /OREF:CPT7E5A0 Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester Parse Error when deploying web module K, - thanks James. The only thing is that doing

/ /OREF:CPT8B7BB Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
: 2003/01/21 03:10 Subject: RE: / /OREF:CPT7E5A0 Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester PM Parse Error when deploying web module

/ /OREF:CPT98AED Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
/01/21 03:10 Subject: RE: / /OREF:CPT7E5A0 Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester PM Parse Error when deploying web module Please respond

RE: / /OREF:CPT98AED Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester Parse Error when deploying web module

2003-01-21 Thread James Mitchell
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 8:24 AM To: [EMAIL PROTECTED] Subject: / /OREF:CPT98AED Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester Parse Error when deploying web module Should I keep to struts 1.1b3

/ /OREF:CPTA75D8 Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
: 2003/01/21 03:29 Subject: RE: / /OREF:CPT98AED Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester PM Parse Error when deploying web module Please respond

/ /OREF:CPTB2AF2 Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
] cc: 2003/01/21 03:29 Subject: RE: / /OREF:CPT98AED Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts

/ /OREF:CPTF631B Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: DigesterParse Error when deploying web module

2003-01-21 Thread ZTofie
] cc: 2003/01/21 03:29 Subject: RE: / /OREF:CPT98AED Re: JBoss 3.0.4 + Tomcat 4.1.12 + Struts 1.1-b3: Digester

error when trying to deploy struts application onto JBoss 3.0.4

2003-01-21 Thread Rachel
I am trying to deploy a simple Struts Application onto JBoss 3.0.4 with Tomcat 4.1.12 (on Solaris). I'm getting the following error message during the deployment process: ERROR: [ActionServlet] Parsing error processing resource path java.io FileNotFoundException: JAR Entry org/apache/struts

Re: error when trying to deploy struts application onto JBoss 3.0.4

2003-01-21 Thread alexj
Hi, I had succefull deployement only with JBoss 3.0.4 + Jetty + jdk 1.3.1 not with the release with tomcat and only with jdk 1.4.1. -- Alexandre Jaquet - -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM d+ s: a-- C U*+ P L--- E--- W+++ N+++ o K w+ O M-- V-- PS+++ PE+++ Y+++ PGP

Re: error when trying to deploy struts application onto JBoss 3.0.4

2003-01-21 Thread alexj
Have you try to add struts into jboss/server/default/lib ? -- Alexandre Jaquet - -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM d+ s: a-- C U*+ P L--- E--- W+++ N+++ o K w+ O M-- V-- PS+++ PE+++ Y+++ PGP--- 5-- X R* tv b DI--- D G++ e* h++ r% y* --END GEEK CODE

Struts application on jboss/jetty

2003-01-10 Thread Danilo Luiz Rheinheimer
Hello, I have a struts working fine on tomcat standalone. But when I try to deploy it to JBoss 3.2 with integrated Jetty it fails. This is the error log : 2003-01-10 12:17:43,595 ERROR [org.apache.struts.action.ActionServlet] Parsing error processing resource path /WEB-INF/struts

RE: Struts application on jboss/jetty

2003-01-10 Thread Siggelkow, Bill
It looks like JBoss has already loaded an old Digester or you have an old copy of Commons in your WEB-INF. -Original Message- From: Danilo Luiz Rheinheimer [mailto:[EMAIL PROTECTED]] Sent: Friday, January 10, 2003 10:26 AM To: Struts Users Mailing List Subject: Struts application

Re: Problem running Struts-example on JBoss 3.0

2003-01-09 Thread Vincent Stoessel
Unless you really need to use Tomcat (which I love) I would suggest using the default Jboss/Jetty version. Struts 1.1b+ runs fine with that combo. Mervin Williams wrote: I deployed the struts-example sample application onto the Jboss 3.0 server, but am getting errors. If anyone has the struts

Re: Problem running Struts-example on JBoss 3.0

2003-01-08 Thread Iris
Do you have the commons-validator.jar in JBOSS/server/default/lib ? Iris Mervin Williams wrote: I deployed the struts-example sample application onto the Jboss 3.0 server, but am getting errors. If anyone has the struts-example running on Jboss 3.0, please let me know how you overcame

RE: Problem running Struts-example on JBoss 3.0

2003-01-08 Thread James Mitchell
The only 3.x version of JBoss/Tomcat that I can run without having to deploy validator.jar outside of my war is jboss-3.0.3/tomcat-4.0.5. There are classloader issues, but I have not followed the details for resolving it (if there is even a fix). -- James Mitchell Software Engineer/Open Source

RE: Problem running Struts-example on JBoss 3.0

2003-01-08 Thread Fred So
JBoss seems to have a dated version of the commons jars. I came across some errors and resolved it by replacing those with the version that came with Struts in JBoss' lib directory. Fred To: 'Struts Users Mailing List

Problem running Struts-example on JBoss 3.0

2003-01-07 Thread Mervin Williams
I deployed the struts-example sample application onto the Jboss 3.0 server, but am getting errors. If anyone has the struts-example running on Jboss 3.0, please let me know how you overcame these errors. Here are the errors: 14:12:20,706 INFO [ValidatorPlugIn] Loading validation rules file

RE: ModelJ - open-source EJB/Struts code generator for JBoss 3.x released

2003-01-06 Thread James Mitchell
Very nice Tom! I was able to build the sample.xml and deploy to JBoss (jboss-3.0.3_tomcat-4.0.5) in a matter of minutes. Great stuff!!! -- James Mitchell Software Engineer/Open Source Evangelist http://www.open-tools.org C makes it easy to shoot yourself in the foot; C++ makes it harder

ModelJ - open-source EJB/Struts code generator for JBoss 3.x released

2003-01-05 Thread Tom Tessier
to JBoss, the leading open-source J2EE Application Server. ModelJ uses proven design patterns to ensure a robust, easy-to-maintain design. ModelJ can also be used as a learning tool for J2EE and JBoss. It outputs EJB 2.x deployment descriptors and session and entity beans, creating business

Announcement JBoss Handbook

2003-01-04 Thread Meeraj Kunnumpurath
Hi, I am pleased to announce the availability of the book JBoss 3.0 Deployment and Administration Handbook. The book provides a comprehensive coverage of the JBoss 3.0 server, focusing on -JBoss architecture -Deploying and configuring EJBs, web applications, EAR files, JCA resource adapters

RE: has anyone gotten struts 1.1b2 to work on Jboss 3.0.3/tomcat 4.1.12?

2002-11-12 Thread Brian Topping
;xaymaca.com] Sent: Tuesday, November 12, 2002 12:09 AM To: Struts Subject: has anyone gotten struts 1.1b2 to work on Jboss 3.0.3/tomcat 4.1.12? There seems to be an issue going on with the class loader tiles initialization. Anyone got a struts project working in the jboss 3.03/tomcat4.1.12

Re: has anyone gotten struts 1.1b2 to work on Jboss 3.0.3/tomcat4.1.12?

2002-11-12 Thread Vincent Stoessel
Brian Topping wrote: I'm using 3.04/4.1.12 just fine, but I am not using the TilesActionServlet if that is what you are talking about. I *am* using Tiles, just not with the TAS, which is only required if you want to use XML definitions. hth, Unfortunately I am using that functionality. :)

Re: has anyone gotten struts 1.1b2 to work on Jboss 3.0.3/tomcat 4.1.12 ?

2002-11-12 Thread Kevin . Bedell
Tibor [EMAIL PROTECTED] on 11/12/2002 02:24:18 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To:Struts Users Mailing List [EMAIL PROTECTED] cc: (bcc: Kevin Bedell/Systems/USHO/SunLife) Subject:Re: has anyone gotten struts 1.1b2 to work on Jboss 3.0.3

Re: has anyone gotten struts 1.1b2 to work on Jboss 3.0.3/tomcat 4.1.12 ?

2002-11-12 Thread Gemes Tibor
works fine - We had a lots of pain with deploying to jboss. We use tiles extensively. We tried jboss 3.0.3 w/tomcat, and had a bunch of ClassNotFoundException. We moved to jboss 3.0.4 w/o tomcat, and things seemed to work, until real deployment time. After a half day of searching the difference

Re: has anyone gotten struts 1.1b2 to work on Jboss 3.0.3/tomcat4.1.12 ?

2002-11-12 Thread Vincent Stoessel
to JDK 1.4. JDK 1.3.3 works fine - We had a lots of pain with deploying to jboss. We use tiles extensively. We tried jboss 3.0.3 w/tomcat, and had a bunch of ClassNotFoundException. We moved to jboss 3.0.4 w/o tomcat, and things seemed to work, until real deployment time. After a half day

Tiles/Digster classloading issue - was: Re: has anyone gotten struts 1.1b2to work on Jboss 3.0.3/tomcat 4.1.12 ?

2002-11-12 Thread Kevin . Bedell
I've used tomcat 4.1.12 with JBoss 3.0.3 and had things working fine - though it looks like there may be some tiles-specific issues that are causing problems. I believe that changing the JDK, etc may not fix this particualr problem. There's a continuing thread happening currently

has anyone gotten struts 1.1b2 to work on Jboss 3.0.3/tomcat 4.1.12?

2002-11-11 Thread Vincent Stoessel
There seems to be an issue going on with the class loader tiles initialization. Anyone got a struts project working in the jboss 3.03/tomcat4.1.12 bundle working? Thanks. smime.p7s Description: S/MIME Cryptographic Signature

Re: has anyone gotten struts 1.1b2 to work on Jboss 3.0.3/tomcat 4.1.12 ?

2002-11-11 Thread Gemes Tibor
2002. november 12. 06:08 dátummal Vincent Stoessel ezt írtad: There seems to be an issue going on with the class loader tiles initialization. Anyone got a struts project working in the jboss 3.03/tomcat4.1.12 bundle working? Yes there is a problem. However standard jboss3.0.4 (without tomcat

Parse/Linkage errors deploying in jboss 3.0.4

2002-11-06 Thread Eric Weidner
Since I switched to the 11-02-02 nightly build, I'm getting frequent deployment errors when starting JBoss 3.0.4. Sometimes it comes up fine, and then sometimes it will throw this error repeatedly. I have found that JBoss 3.0.3 and 3.0.4 have introduced some nasty class loader bugs so I

RE: JBoss-3.0.3_Tomcat-4.1.12 struts 1.1-b2 tiles problem

2002-10-15 Thread Theo Harper
Yep, same problem here. It seems to be because JBoss now uses some of the Jakarta-commons code for loading XML files, more specifically common-digester. I raised a bug on sourceforge and am still awaiting a reply. One fix is to change the code in the digester to always use the current threads

JBoss-3.0.3_Tomcat-4.1.12 struts 1.1-b2 tiles problem

2002-10-15 Thread Jamie M
hi, I've installed jboss, and when I deploy the struts blank application I get an exception which appears to be caused by tiles (see stacktrace below - please excuse yahoo's formatting). I've not deployed anything else, or changed the blank app or JBoss' config. The class that can't be found

RE: JBoss-3.0.3_Tomcat-4.1.12 struts 1.1-b2 tiles problem

2002-10-15 Thread James Mitchell
I also use JBoss-3.0.3_Tomcat-4.1.12. I think this version is a bit buggy, when I deploy struts-example (after JBoss boot up), I get ClassNotFoundExceptions for any one of several classes in the commons-validator, after verifying that they are there, I hit refresh and the page loads correctly

RE: JBoss-3.0.3_Tomcat-4.1.12 struts 1.1-b2 tiles problem

2002-10-15 Thread Kevin . Bedell
There are a fwe documented classloader issues with JBoss 3.0.3 and the JDK 1.4 - this may be part of it. James Mitchell [EMAIL PROTECTED] on 10/15/2002 10:38:22 AM Please respond to Struts Users Mailing List [EMAIL PROTECTED] To:Struts Users Mailing List [EMAIL PROTECTED] cc

Re: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Cedric Dumoulin
application into JBoss/Tomcat I get a ClassNotFoundException when trying to load XmlDefinition. The problem seems to be with the digester, as it is not using the WebApps class loader but another. The context class loader on the currentThread seems to be the right one but is not being used. I also

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Theo Harper
Looks like there's a problem with JBoss's integration with Tomcat 4.1.12. I tried the standard structs blank example and that would not deploy, although it would deploy on a vanilla tomcat 4.1.12. I have posted a bug report for JBoss and reverted to 4.0.4 for now, but I was looking forward

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread James Mitchell
Harper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 1:24 PM To: 'Struts Users Mailing List' Subject: RE: JBoss-3.0.3_Tomcat4_1_12 Looks like there's a problem with JBoss's integration with Tomcat 4.1.12. I tried the standard structs blank example and that would not deploy

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Theo Harper
Looks like I need to do a little more investigation. For info though, Fresh download of JBoss-3.0.3_Tomcat-4.1.12. JDK 1.4.1 (FCS) Windows XP SP1 (or Windows 2000 SP3) Fresh download of struts blank example CLASSPATH is empty. What set-up do you have

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread James Mitchell
Exact same setup (minus SP1 on XP) James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Theo Harper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 1:56 PM To: 'Struts Users Mailing List' Subject: RE: JBoss

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Theo Harper
Surely not a bug add by Mr Gates himself ;-) -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: 09 October 2002 19:00 To: Struts Users Mailing List Subject: RE: JBoss-3.0.3_Tomcat4_1_12 Exact same setup (minus SP1 on XP) James Mitchell Software Engineer/Struts

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Theo Harper
Do you have common-digester in jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/server/lib/commons-digester.jar? -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: 09 October 2002 19:00 To: Struts Users Mailing List Subject: RE: JBoss-3.0.3_Tomcat4_1_12 Exact same setup

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread James Mitchell
Yes, I do. James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Theo Harper [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 09, 2002 3:25 PM To: 'Struts Users Mailing List' Subject: RE: JBoss-3.0.3_Tomcat4_1_12 Do you have

Re: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Eddie Bush
It shouldn't matter. That shouldn't even have a chance to affect a web-app -- that's in the server's private classloader path. Theo Harper wrote: Do you have common-digester in jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/server/lib/commons-digester.jar? -- Eddie Bush -- To unsubscribe, e

Re: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread micael
private classloader path. Theo Harper wrote: Do you have common-digester in jboss-3.0.3_tomcat-4.1.12/tomcat-4.1.x/server/lib/commons-digester.jar? -- Eddie Bush -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED] -- To unsubscribe

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Theo Harper
Indeed it shouldn't, but for some reason whilst loading the configuration from WEB-INF, JBoss/Tomcat decides to use the Digester class loaded using the system class loader and not the web app's class loader. I walked through the deployment code and the class loader for the Digester is null. My

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Assenza, Chris
My struts app deploys fine with the distribution posted on JBoss' site; however, my Jasper 2 or (perhaps JBoss' Catalina service) seems to be doing some crazy things with my JSP pages. Apparently, custom tags nested within an iterator are being interpreted more then once...in fact they're

RE: JBoss-3.0.3_Tomcat4_1_12 [typo correction]

2002-10-09 Thread Assenza, Chris
my Jasper 2 or (perhaps JBoss' Catalina service) seems to be doing some crazy things with my JSP pages. That should be THE Jasper 2... not my Jasper 2. Although it should be obvious that is a typo, I didn't want anyone out there to assume that I had been modifying Jasper or developing my

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Kevin . Bedell
In my book, Struts Kick Start, one of the chapters (ch 18, I believe) provides detailed step by step instructions for integrating JBoss 3.0.3 and Tomcat 4.1.12. There's a detailed sample app and design pattern discussion as well. (JBoss 3.0.3 and Tomcat 4.12 will be on the included CD-ROM

Re: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread Peter A. J. Pilgrim
Theo Harper wrote: Looks like there's a problem with JBoss's integration with Tomcat 4.1.12. I tried the standard structs blank example and that would not deploy, although it would deploy on a vanilla tomcat 4.1.12. I have posted a bug report for JBoss and reverted to 4.0.4 for now

RE: JBoss-3.0.3_Tomcat4_1_12

2002-10-09 Thread James Mitchell
Well, this is interesting. I just wasted an hour trying to figure out why JBoss wouldn't load my app. I kept getting ClassNotFoundException for some validator classes. I verified the jar was there and after redeploying the struts-example.war (stock 1.1b1) a few times and restarting JBoss

JBoss-3.0.3_Tomcat4_1_12

2002-10-08 Thread Theo Harper
-definitions When loading the WEB application into JBoss/Tomcat I get a ClassNotFoundException when trying to load XmlDefinition. The problem seems to be with the digester, as it is not using the WebApps class loader but another. The context class loader on the currentThread seems to be the right

Re: deploying to jboss/embedded tomcat

2002-09-21 Thread Adrian Brown
Hi Vincent, I'd suggest you might want to check out Ant for your deployment problems. I think you'll be pleased. Export your code from your Forte workspace and then use Ant to compile and jar/war/ear it up for you, then place the war/ear in the required directory in JBoss. http

[Fwd: Re: [jetty-support] JBoss 3.2.0b and Jetty authentication]

2002-09-20 Thread kiuma
tell. Note that this really should be raised on jboss-user lists, as it is not jetty specific code. Jetty supports abstract authentication realms which JBoss implement. But do post here if you have no joy there or if you think it is really jetty specific. Also I suggest that you use

RE: [Fwd: Re: [jetty-support] JBoss 3.2.0b and Jetty authentication]

2002-09-20 Thread Galbreath, Mark
Where did you lose it? Perhaps we can help you find it. -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 7:42 AM Please, does someone have the reply to this problem ? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

Re: [Fwd: Re: [jetty-support] JBoss 3.2.0b and Jetty authentication]

2002-09-20 Thread kiuma
Nothing, thank you , already solved :-D Galbreath, Mark wrote: Where did you lose it? Perhaps we can help you find it. -Original Message- From: kiuma [mailto:[EMAIL PROTECTED]] Sent: Friday, September 20, 2002 7:42 AM Please, does someone have the reply to this problem ? -- To

deploying to jboss/embedded tomcat

2002-09-20 Thread Vincent Stoessel
Hello, I have come a long way in learning to use and love struts 1.1. I have been using forte for writing code and using tomcat 4.1.10 for my dev server. Now I want to move closer to my original goal of deploying from jboss. My question that exposes my ignorance is this: How do you edit your

RE: deploying to jboss/embedded tomcat

2002-09-20 Thread James Mitchell
Vincent, I use JBoss with embedded Tomcat also. When you drop a war file into the deploy directory, it won't expand like Tomcat does, the extracted files are buried somewhere in JBoss temp folders. I found them one time, but figured a redeploy is easier. You might want to consider setting up

struts+jboss-3.0.0_tomcat-4.0.3 combo ActionForm error observation

2002-08-28 Thread Piper, James D CECOM SEC EPS
I don't know the ins and outs of why this is, but just in case anybody else has had the same problem using the integrated jboss-3.0.0_tomcat-4.0.3 combo... I found that if I carelessly jar up all my jsp support classes that extend from Strut's 'Action' and 'ActionForms' into my EJB jar file

RE: HOW TO: properly run client in JBOSS 3.0

2002-07-17 Thread Galbreath, Mark
Isn't that a sci-fi novel? (btw: JBoss has its own user interest list at [EMAIL PROTECTED]) Mark -Original Message- From: Boney Sze [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 11:42 PM the book i am reading (WROX) -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

RE: HOW TO: properly run client in JBOSS 3.0

2002-07-17 Thread James Mitchell
Actually, its [EMAIL PROTECTED] and you can sign up for it here: https://lists.sourceforge.net/lists/listinfo/jboss-user James Mitchell Software Engineer\Struts Evangelist Struts-Atlanta, the Open Minded Developer Network http://www.open-tools.org/struts-atlanta

RE: HOW TO: properly run client in JBOSS 3.0

2002-07-17 Thread Galbreath, Mark
Somebody better tell the JBoss webmaster, then :-) -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 11:55 AM Actually, its [EMAIL PROTECTED] and you can sign up for it here: https://lists.sourceforge.net

HOW TO: properly run client in JBOSS 3.0

2002-07-16 Thread Boney Sze
hello, I will ask some help from you again. I am having problems running a client properly. the book i am reading (WROX) uses a jboss-2.2.2 version and the command line is like... \BIN\JAVA -classpath %JBOSS_HOME%\client\jnp-client.jar;%JBOSS_HOME%\client\jboss-client.jar;%JBOSS_HOME%\client

RE: MessageResources problem under JBoss 3.0

2002-07-10 Thread Brian Topping
or the other if you are seeing problems like this. Thanks to everyone that posted something on this. best, -b -Original Message- From: Brian Topping Sent: Monday, July 08, 2002 5:49 PM To: [EMAIL PROTECTED] Subject: MessageResources problem under JBoss 3.0 Hiyas, I'm looking

MessageResources problem under JBoss 3.0

2002-07-08 Thread Brian Topping
Hiyas, I'm looking at a classloader problem with JBoss 3 and Struts 1.1B1. It would appear that this is the source of problems in loading properties files for struts users on JBoss. If there is anyone out there that is using JBoss 3, can you comment on your ability to load or not load

RE: MessageResources problem under JBoss 3.0

2002-07-08 Thread Martin Cooper
-Original Message- From: Brian Topping [mailto:[EMAIL PROTECTED]] Sent: Monday, July 08, 2002 2:49 PM To: [EMAIL PROTECTED] Subject: MessageResources problem under JBoss 3.0 Hiyas, I'm looking at a classloader problem with JBoss 3 and Struts 1.1B1. It would appear

RE: MessageResources problem under JBoss 3.0

2002-07-08 Thread Brian Topping
From: Martin Cooper Subject: RE: MessageResources problem under JBoss 3.0 Date: Mon, 08 Jul 2002 15:18:56 -0700 - --- -Original Message- From: Brian Topping [mailto:[EMAIL PROTECTED]] Subject

Newbie Question : JBoss 3.0 w/ Tomcat 4.0.3, Struts App

2002-06-24 Thread Boney Sze
I have downloaded and extracted jboss-3.0.0_tomcat-4.0.3.zip put the directory in the classpath and started the jboss server by executing the run.bat file. i can see alot of activity in the console and i can access port 8082 afterwards and can go to the admin section as well. however, i cannot

RE: Newbie Question : JBoss 3.0 w/ Tomcat 4.0.3, Struts App

2002-06-24 Thread James Ward
I just put my struts.jar, tiles.jar, commons-*.jar and my app.ear in my deploy dir. Everything works perfectly. -James -Original Message- From: Boney Sze [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 5:07 AM To: Struts Users Mailing List Subject: Newbie Question : JBoss 3.0

RE: Newbie pls help: Anyone using JBoss 3 w/ Struts 1.1?

2002-06-20 Thread Brian Topping
Indeed, this works!! Thanks!! -b -Original Message- From: Tadashi Ishikawa [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 20, 2002 1:53 AM To: Struts Users Mailing List Subject: Re: Newbie pls help: Anyone using JBoss 3 w/ Struts 1.1? I just copied struts-example.war

Re: Newbie pls help: Anyone using JBoss 3 w/ Struts 1.1?

2002-06-20 Thread Tadashi Ishikawa
Hi Brian, I've tried the URL http://localhost:8080/bad/saveRegistration.do I saw input form normaly. Your ActionForm was created, wasn't it? When I clicked 'Save', I saw blank-page, but no exception. As I suggested at last post, JBoss already found *Your* ActionForm before WebClassLoader find

Re: deploying in jboss 3

2002-06-12 Thread Craig R. McClanahan
On Tue, 11 Jun 2002, Gary Struthers wrote: Date: Tue, 11 Jun 2002 18:01:58 -0700 From: Gary Struthers [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: Re: deploying in jboss 3 James Ward wrote: I am

RE: deploying in jboss 3

2002-06-12 Thread James Ward
this helps someone. -James -Original Message- From: Gary Struthers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 7:02 PM To: Struts Users Mailing List Subject: Re: deploying in jboss 3 James Ward wrote: I am actually using 1.1B1, but It shouldn't make a difference. When

RE: deploying in jboss 3

2002-06-12 Thread Joseph Barefoot
This *definitely* matters ... Tomcat 4 has the same multi-class-loader architecture, and you'll experience the same sorts of issues. If you're using Struts 1.0.x, you can pretty much guarantee that you will have class not found issues if struts.jar is in a shared class loader. Struts 1.1b1

RE: deploying in jboss 3

2002-06-12 Thread Craig R. McClanahan
On Wed, 12 Jun 2002, Joseph Barefoot wrote: Date: Wed, 12 Jun 2002 12:40:22 -0700 From: Joseph Barefoot [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED], [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: deploying in jboss 3

deploying in jboss 3

2002-06-11 Thread Gabor Torok
Hi, I've tried deploying my struts app in both the tomcat and jetty version of jboss 3. If struts.jar is in WEB-INF/lib I get a class not found for ActionForm, if I put it someplace else (like server/default/lib) struts can't find my classes. Has anyone been able to run a struts app in JBoss3

RE: deploying in jboss 3

2002-06-11 Thread James Ward
I have just been dumping struts.jar into my deploy dir. It works fine for me. -James -Original Message- From: Gabor Torok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 10:18 AM To: Struts Users Mailing List Subject: deploying in jboss 3 Hi, I've tried deploying my

Re: deploying in jboss 3

2002-06-11 Thread Gabor Torok
deploy dir. It works fine for me. -James -Original Message- From: Gabor Torok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 10:18 AM To: Struts Users Mailing List Subject: deploying in jboss 3 Hi, I've tried deploying my struts app in both the tomcat and jetty

RE: deploying in jboss 3

2002-06-11 Thread James Ward
I have my struts.jar in the deploy along with my war file which has my ApplicationResources.properties in it's WEB-INF/classes dir. It works fine for me under JBoss 3. -James -Original Message- From: Gabor Torok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 10:53 AM

RE: deploying in jboss 3

2002-06-11 Thread James Ward
: Gabor Torok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 11:20 AM To: Struts Users Mailing List Subject: Re: deploying in jboss 3 Hmm... are you using struts 1.0.2? I have the exact same setup, it fails even on the example wars that come with struts. Thanks, --Gabor

Re: deploying in jboss 3

2002-06-11 Thread Gary Struthers
will it mess things up? JBoss 3 has a unified class loader which is meant to solve problems caused by classes being differentiated by their class loader. Gary -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: deploying in jboss 3

2002-06-11 Thread Gabor Torok
classloader (ie. deploy or any lib dirs). This will mess things up. -James -Original Message- From: Gabor Torok [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 11:20 AM To: Struts Users Mailing List Subject: Re: deploying in jboss 3 Hmm... are you using struts 1.0.2

RE: anyone using struts with jboss?

2002-06-11 Thread Daniel J. D'Cotta
Just a quick check, anybody tried using Jetty (bundled in JBoss) with Struts ? I know in theory it should work.. but theory and practice are not always the same. Regards, Daniel -Original Message- From: Chris Hansen [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 11:09 PM

RE: anyone using struts with jboss?

2002-06-11 Thread Dave Bettin
Using struts 1.1b1 w/ jetty jboss 3.0. I am having no problems, so far. Dave --- Daniel J. D'Cotta [EMAIL PROTECTED] wrote: Just a quick check, anybody tried using Jetty (bundled in JBoss) with Struts ? I know in theory it should work.. but theory and practice are not always the same

anyone using struts with jboss?

2002-06-07 Thread Vincent Stoessel
Hello, I am considering using tomcat/struts in combination with jboss for my j2ee development platform. Anyone here using struts with Jboss, any issues? Thanks -- Vincent Stoessel Linux Systems Developer vincent xaymaca.com -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional

RE: anyone using struts with jboss?

2002-06-07 Thread Supriya Saha
I am using struts with JBoss. Supriy0 -Original Message- From: Vincent Stoessel [mailto:[EMAIL PROTECTED]] Sent: Friday, June 07, 2002 10:55 AM To: [EMAIL PROTECTED] Subject: anyone using struts with jboss? Hello, I am considering using tomcat/struts in combination with jboss for my

RE: anyone using struts with jboss?

2002-06-07 Thread Andrew Hill
I will be soon, but still running tc standalone for now. I did have it (my p-tier using struts) connecting with a jboss on another machine but Im not sure of the implementation details as someone else wrote it. I believe jboss can be downloaded with tomcat integrated. Thats probably your best bet

Re: anyone using struts with jboss?

2002-06-07 Thread Chris Hansen
Vincent - We are using Struts 1.0.2 with JBoss 2.4.4+Tomcat 4.0.1 without any problems. Since Struts is compliant with Servet API 2.2 or later, you shouldn't have a problem with any web container that complies with the Servlet spec. In other words, if you would prefer to use JBoss+Jetty

RE: anyone using struts with jboss?

2002-06-07 Thread James Ward
ActionServlets, ActionForms, Tiles, struts tag libs, etc. Currently it deploys on Jboss only, but soon will work on others. We also currently use mySQL but will soon support many other databases. For me Cayambe has been a great way to learn the Core J2EE patterns and Struts, so I am sure many others

Using Struts 1.0.2 with JBoss 3.0 RC2 / Tomcat 4.0.3

2002-05-13 Thread M?ris Orbid?ns
I tried to move my EAR app from JBoss 2.4.4 to JBoss 3.0 RC2 / Tomcat 4.0.2. But for some reason Struts cannot find action classes anymore. ClassNotFoundException could someone help ? Maris Orbidans 20:32:24,620 INFO [Engine] action: Creating new Action instance 20:32:24,699 ERROR [Engine

Re: Using Struts 1.0.2 with JBoss 3.0 RC2 / Tomcat 4.0.3

2002-05-13 Thread Kevin . Bedell
Not an ace with JBoss, but can relate based on similar weblogic experience. It looks from your stacktrace that it is looking for the class file using what it calls the UnifiedClassLoader. I know in Weblogic, each ear file spawns two seperate class loaders - one for the ejb container and one

tiles, struts and JBoss

2002-03-08 Thread Emiliano Albiani
Hi, I've a problem using tiles tag library with JBoss. I' m using the jakarta-struts-20020226.tar.gz nightly build version. This is the situation: 1. I use the get tag to create a template page: %@ page language=java contentType=text/html % %@ taglib uri=/WEB-INF/struts-html.tld prefix

Re: tiles, struts and JBoss

2002-03-08 Thread Cedric Dumoulin
Hello, In firstLevelMenu.jsp, you haven't specify the html taglib. Add following line and it should run : %@ taglib uri=/WEB-INF/struts-html.tld prefix=html % Cedric Emiliano Albiani wrote: Hi, I've a problem using tiles tag library with JBoss. I' m using the jakarta-struts

How can I use a background process with JBoss

2002-02-13 Thread Dirk Storck
. After the order has be proccessed the user should be notived somehow. How can I achieve this with JBoss and Struts ? What would be the best way to implement this Many thanks any any suggestions are welcome!!! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail

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

2002-02-13 Thread Coetmeur, Alain
context guaranty that only one instance of the thread is used you may also look about non HTTP servlet which may respond to any protocol... or even to soap clients... -Message d'origine- De: Dirk Storck [mailto:[EMAIL PROTECTED]] Date: mercredi 13 février 2002 14:17 À: Jboss User (E-Mail

Re: How can I use a background process with JBoss

2002-02-13 Thread Keith
the user should be notived somehow. How can I achieve this with JBoss and Struts ? What would be the best way to implement this Many thanks any any suggestions are welcome!!! -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED

<    1   2   3   >