RE: Struts/JBoss Developers

2004-02-23 Thread Yibing Li
Folks, We are actively looking for middle level java developers at GlobalNetXChange (www.gnx.com). If you have 2-3 years of industry experience using Struts/JBoss and are looking for a job, please send me your resume at [EMAIL PROTECTED] Thanks, Yibing

RE: Error deploying strus application to JBOSS --- The content of element type taglib must match

2004-02-02 Thread Yibing Li
. -Original Message- From: Max Cooper [mailto:[EMAIL PROTECTED] Sent: Friday, January 30, 2004 7:40 PM To: Struts Users Mailing List Subject: Re: Error deploying strus application to JBOSS --- The content of element type taglib must match Could your struts-bean.tld file be damaged? It seems like

Error deploying strus application to JBOSS --- The content of element type taglib must match

2004-01-30 Thread Yibing Li
The following are the errors I got when deploying our Struts application to JBOSS. I think it is related to taglibs. In web.xml it is like: taglib taglib-uri/WEB-INF/struts-bean.tld/taglib-uri taglib-location/WEB-INF/struts-bean.tld/taglib-location /taglib Has anyone experienced

Re: Error deploying strus application to JBOSS --- The content of element type taglib must match

2004-01-30 Thread Max Cooper
?). -Max - Original Message - From: Yibing Li [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Friday, January 30, 2004 2:17 PM Subject: Error deploying strus application to JBOSS --- The content of element type taglib must match The following are the errors I

Debugging in JBoss 3.2.3

2004-01-28 Thread Sergey Smirnov
I have created a short visual presentation (in Flash) how to debug Struts application under JBoss without re-deployment and even without restarting JBoss server after each changes. Actually, the presentation shows how to do so from Struts Studio, but it will work without it, also. Presentation

AUTO {ICICICARE#005-208-901}Debugging in JBoss 3.2.3

2004-01-28 Thread NRI Cell
Dear Sir / Madam,Thank you for writing to [EMAIL PROTECTED] We confirm receipt of your mail and assure you of a response shortly.To help us serve you better, we would request you to kindly mention your account number or any reference number you may have in your future correspondence. Kindly

Re: Debugging in JBoss 3.2.3

2004-01-25 Thread James Mitchell
: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: James Mitchell [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 9:39 AM Subject: Re: Debugging in JBoss 3.2.3 I'll see if I can put together something this weekend like this: http

RE: Debugging in JBoss 3.2.3

2004-01-23 Thread Ramadoss Chinnakuzhandai
Can u drop more light on itit would be helpful for guy like me whoz new to JBoss Tnx in advance. -R -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 3:27 PM To: Struts Users Mailing List Subject: Re: Debugging in JBoss 3.2.3 Yes

Re: Debugging in JBoss 3.2.3

2004-01-23 Thread James Mitchell
: Ramadoss Chinnakuzhandai [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, January 23, 2004 9:24 AM Subject: RE: Debugging in JBoss 3.2.3 Can u drop more light on itit would be helpful for guy like me whoz new to JBoss Tnx in advance. -R -Original Message

RE: Debugging in JBoss 3.2.3

2004-01-23 Thread Ramadoss Chinnakuzhandai
that would great. Tnx for your help. -Ramadoss -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] Sent: Friday, January 23, 2004 9:40 AM To: Struts Users Mailing List Subject: Re: Debugging in JBoss 3.2.3 I'll see if I can put together something this weekend like

RE: Debugging in JBoss 3.2.3

2004-01-23 Thread Ramadoss Chinnakuzhandai
Do we hv to redeploy the ear file whenever we make changes to the jsps(war)? since Tomcat is running under JBoss 3.2.3. -R -Original Message- From: Pascal THIVENT [mailto:[EMAIL PROTECTED] Sent: Thursday, January 22, 2004 3:49 PM To: Struts Users Mailing List Subject: Re: Debugging

Debugging in JBoss 3.2.3

2004-01-22 Thread Ramadoss Chinnakuzhandai
Hi, I'm using JBoss 3.2.3 (with Tomcat as default container) and was using version 3.2.1 earliar with Tomcat as separate container and was able to debug my application using eclipse, now we are moved onto JBoss 3.2.3 with Tomcat as default container. Is there anyway I can debug my

Re: Debugging in JBoss 3.2.3

2004-01-22 Thread James Mitchell
Yes, 1. Setup JBoss for remote debugging. (specifically, you need to add a line to the .bat/.sh startup script) 2. Setup your .war expanded (for example, the directory in the deploy directory is named 'myapp.war') 3. Startup JBoss/Tomcat and use remote debugging

RE: Debugging in JBoss 3.2.3

2004-01-22 Thread Tim Kettering
The newest release works on M6. (3.7RC2, I believe) I havent had any trouble using it. -tim Now, if only MyEclipse worked on 3.0 M6...hm - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Debugging in JBoss 3.2.3

2004-01-22 Thread Valeriy Pelyushenko
shameless plug Exadel Struts Studio 5.2 (http://www.exadel.com) supports one-click null-deployment debugging for JBoss 3.2.X. /shameless plug Valeriy - Original Message - From: Ramadoss Chinnakuzhandai [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, January 22, 2004 12:07 PM

Re: Debugging in JBoss 3.2.3

2004-01-22 Thread Pascal THIVENT
JBoss-IDE brings you very good integration with Eclipse. From the homepage : JBoss-IDE provides the following features : * The debugging and monitoring of JBoss servers and the control of their life cycle (start/stop). * A very comfortable and sophisticated support for XDoclet

Struts TilesPlugin broken in jboss 3.2.x ?

2003-12-04 Thread Jens Viebig
Has anyone successfully deployed a struts application with TilesPlugin in jboss 3.2.x (I have 3.2.3) I'm getting java.lang.AbstractMethodError: org.apache.struts.tiles.TilesPlugin.init(Lorg/apache/struts/action/ActionSer vlet;Lorg/apache/struts/config/ApplicationConfig;) errors when i try

Re: Struts TilesPlugin broken in jboss 3.2.x ?

2003-12-04 Thread Jens Viebig
I narrowed it a bit. Seems to be a bug in jboss i think (classloder,classpath issue). This error occurs when you have more than one war using struts. It depends on the sequence you deploy your wars. I have one war (a) using Struts 1.1b and a war (b) using Struts 1.1 when I deploy (b) first

Re: SessionTimeout JBoss

2003-11-20 Thread Kirk Wylie
You might want to try googling for this, or asking on the jboss-user list, because it's been covered in those places. However, this link should answer your question, though I'm not sure which version of jboss you're using: http://www.jboss.org/thread.jsp?forum=172thread=28590message=3765747

SessionTimeout JBoss

2003-11-19 Thread reps.groups
Hello, how to change the default sessiontimeout of JBoss ? Mit freundlichen Grüßen Christian Reps, Dipl. Inf. (FH) Web Applications - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

jboss-tomcat 3.2.2

2003-11-04 Thread tcs 777
hi all, in my struts-forms i've links to style-sheets, images, etc. these links refer to the root, because this is where the corresponding actions are mapped to. in jboss i get the folowing error: ..[Engine] StandardHost[localhost]: MAPPING configuration error for request URI /styles

Re: jboss-tomcat 3.2.2

2003-11-04 Thread Puneet Agarwal
] il.com cc: Subject: jboss-tomcat 3.2.2 11/04/03

Re: jboss and tomcat

2003-10-23 Thread Brad Balmer
You can deploy them separately. Just drop the war in your deploy directory. You shouldn't have any problems looking up the EJB from the war deploying them this way. ajay brar wrote: hi! this may sound really basic, but how do i deploy a war file(with a STRUTS application) in Jboss. this war

jboss and tomcat

2003-10-22 Thread ajay brar
hi! this may sound really basic, but how do i deploy a war file(with a STRUTS application) in Jboss. this war will interact with an ejb jar file. Do i need to put the war and the jar together in an ear file, or do i just put the war file by itself somewhere. please help (i have this thig due

JBoss

2003-10-09 Thread Horky Adam G A1C 805 CSPTS/SCBE
I noticed some of the developers on this mailing list advocating the use of JBoss. I am currently reading some docs on JBoss, but I dont have a clear understanding of it yet. I currently use Tomcat as my app server. Does it run over Tomcat? Can anyone recommend some good documentation

Re: JBoss

2003-10-09 Thread Jose M Selman
It's an open source J2EE application server. - Original Message - From: Horky Adam G A1C 805 CSPTS/SCBE To: [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 10:18 AM Subject: JBoss I noticed some of the developers on this mailing list advocating the use of JBoss. I am currently reading

Re: JBoss

2003-10-09 Thread khote
A version of JBoss comes with Tomcat installed http://prdownloads.sourceforge.net/jboss/jboss-3.2.1_tomcat-4.1.24.zip?download It generally works the same, but there are some things you just can't do the old way. It's JBoss that deploys your applications now, not Tomcat. - Original Message

RE: JBoss

2003-10-09 Thread Greg Dunn
If you're not running EJB's you don't need JBoss. -Original Message- From: Horky Adam G A1C 805 CSPTS/SCBE [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 9:19 AM To: [EMAIL PROTECTED] Subject: JBoss I noticed some of the developers on this mailing list advocating

RE: JBoss

2003-10-09 Thread Wiebe de Jong
Tomcat and JBoss work well together. In simple terms, think of Tomcat as your servlet container and JBoss as your EJB container. Wiebe http://frontierj.blogspot.com http://frontierj.blogspot.com/ -Original Message- From: Horky Adam G A1C 805 CSPTS/SCBE [mailto:[EMAIL PROTECTED

RE: JBoss

2003-10-09 Thread Darren Hartford
With Tomcat you have your container that you can run your java servlets and JSP's. With Jboss, you have tomcat (or Jetty) as your container to run your java servlets and JSP's. In addition, you have an EJB container to run EJB applications (i.e. entity bean and session beans), and have access

RE: JBoss

2003-10-09 Thread Davidson, Glenn
Bottom Line: If you need to use EJB's and want an open source application server the JBoss/Tomcat bundle works. I am currently using the JBoss/Tomcat Bundle and am having success. As noted below JBoss is only required if you are going use EJB's. If there are no EJB'S you will not require JBoss. I

RE: JBoss

2003-10-09 Thread Horky Adam G A1C 805 CSPTS/SCBE
Thanks to everyone for the info. I don't plan to use EJBs at the moment, so I guess I will just stick with using Tomcat. -Original Message- From: Davidson, Glenn [mailto:[EMAIL PROTECTED] Sent: Thursday, October 09, 2003 1:20 PM To: 'Struts Users Mailing List' Subject: RE: JBoss

RE: JBoss

2003-10-09 Thread Wiebe de Jong
To: Struts Users Mailing List Subject: Re: JBoss I have had to go through the learning curve on struts and tomcat. Yet I want to get involved with EJB's because that is a desired skill to have ($$). So I am developing an app without EJB's. If I do this correctly with Struts I should be able

RE: JBoss

2003-10-09 Thread Horky Adam G A1C 805 CSPTS/SCBE
To: Struts Users Mailing List Subject: Re: JBoss I have had to go through the learning curve on struts and tomcat. Yet I want to get involved with EJB's because that is a desired skill to have ($$). So I am developing an app without EJB's. If I do this correctly with Struts I should be able to revisit

RE: JBoss

2003-10-09 Thread Davidson, Glenn
Mailing List' Subject: RE: JBoss That is a good way to do it. Plan to make use of the Business Delegate pattern. In this pattern, your Actions never call your database directly. The Actions should make calls to a helper bean which implements the Business Delegate pattern. This bean will contain all

Re: JBoss

2003-10-09 Thread Barry Volpe
great ejb struts example to start with... Thanks! - Original Message - From: Wiebe de Jong [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 11:42 AM Subject: RE: JBoss That is a good way to do it. Plan to make use of the Business

Re: [OT] JAVA_OPTS option starting Catalina/JBoss?

2003-10-01 Thread Paul Thomas
On 30/09/2003 23:09 Mick Knutson wrote: sorry for the OT message... I have been suggested to add -Xrs to JAVA_OPTS to help with Catalina shutting down on me after 30 minutes of inactivity. Do I just add JAVA_OPTS=-Xrs to my global profile in /etc/profile and Catalina will automatically add those

[OT] JAVA_OPTS option starting Catalina/JBoss?

2003-09-30 Thread Mick Knutson
sorry for the OT message... I have been suggested to add -Xrs to JAVA_OPTS to help with Catalina shutting down on me after 30 minutes of inactivity. Do I just add JAVA_OPTS=-Xrs to my global profile in /etc/profile and Catalina will automatically add those arguments? --- Thanks Mick Knutson

[OT] Hibernate joins JBoss

2003-09-20 Thread Steve Raeburn
I know a lot of Struts developers use Hibernate as their persistence mechanism so this announcement may be of some interest. http://www.hibernate.org/136.html and more at http://forum.hibernate.org/viewtopic.php?t=515 Steve

Session Timeout on JBoss

2003-09-19 Thread reps
Hello, how and where do i setup the default session timeout on jboss ? Mit freundlichen Grüßen Christian Reps, Dipl. Inf. (FH) Web Applications - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

JBoss

2003-08-14 Thread Kristanto Oetomo
Hi all, I often hear that established businesses prefer containers such as web sphere and web logic rather than JBoss to host their EJB. The reason is that JBoss does not have customer service should some troubles come up. What do you think guys? Is this true? If not, do you know any well

RE: JBoss

2003-08-14 Thread Alex Shneyderman
Hi all, I often hear that established businesses prefer containers such as web sphere and web logic rather than JBoss to host their EJB. The reason is that JBoss does not have customer service should some troubles come up. They just annonced it, so this point is probably not valid anymore

Re: JBoss

2003-08-11 Thread Gino LV. Ledesma
The part about JBoss not having customer service isn't quite true. JBoss has commercial support, and can be quite expensive (depending on your business). The JBoss Group offer a number of services (which you can read at their website, here: http://www.jbossgroup.com/index.html), including

multiple forms on one page on JBoss 3.2.1

2003-08-04 Thread Amit Kirdatt
I have a page with two forms. The page works on other servlet containers like tomcat and weblogic, but when we switched to JBoss it could not find any of the form bean elements after the html:form tag on the second form. Any ideas on how to fix this? This e-mail, including attachments, may

RE: multiple forms on one page on JBoss 3.2.1

2003-08-04 Thread Amit Kirdatt
Nevermind, I figured it out! We were missing property on an html:options tag. -Original Message- From: Amit Kirdatt Sent: Monday, August 04, 2003 8:04 AM To: '[EMAIL PROTECTED]' Subject: multiple forms on one page on JBoss 3.2.1 I have a page with two forms. The page works on other

RE: JBoss configuration problem with struts

2003-07-22 Thread Younis, Shahzaib
we r using JBOSS-3.2.1, I will also check at JBoss forms though. -Original Message- From: Erez Efrati [SMTP:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 6:11 PM To: 'Struts Users Mailing List' Subject: RE: JBoss configuration problem with struts What version of JBoss? I

JBoss configuration problem with struts

2003-07-21 Thread Younis, Shahzaib
After I put my war file into JBOSS all direcotry, it works, but before that it was in default directory and it was not extracting prompts from properties file. Any idea wats the difference between JBOSS sub directory defualt and all According to JBoss documentation, the only difference

RE: JBoss configuration problem with struts

2003-07-21 Thread Erez Efrati
If you just put more information and specify more about what and how did you do. Just for of it, I am working with JBoss and Struts and it all works just fine under the JBoss default. Erez -Original Message- From: Younis, Shahzaib [mailto:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 10

RE: JBoss configuration problem with struts

2003-07-21 Thread Younis, Shahzaib
. -Original Message- From: Erez Efrati [SMTP:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 4:48 PM To: 'Struts Users Mailing List' Subject: RE: JBoss configuration problem with struts If you just put more information and specify more about what and how did you do. Just for of it, I am

RE: JBoss configuration problem with struts

2003-07-21 Thread Younis, Shahzaib
, it seems like its not extracting prompts from properties file. -Original Message- From: Younis, Shahzaib [SMTP:[EMAIL PROTECTED] Sent: Monday, July 21, 2003 3:55 PM To: 'Struts Users Mailing List' Subject: RE: JBoss configuration problem with struts Ok here's what I'm

RE: JBoss configuration problem with struts

2003-07-21 Thread Erez Efrati
What version of JBoss? I personally deploy an EAR file instead of just WAR. I heard something about a problem with WAR deployment a long time ago, but I am not sure if that is still the case. I would advise you to check with the Forums on the JBoss.org site - I find them very efficient and helpful

Re: JBoss Problem

2003-07-12 Thread Joe @ Team345
The easiest thing to debug and get JBoss started is to accept ALL the defaults - i.e. just unzip the zip file to your top most directory. Then start your run.bat script. Read the first few lines and make sure all the settings are correct. The output should help tell you if, for instance

JBoss Problem

2003-07-11 Thread Kristanto Oetomo
run the following: run.bat -c all (under the bin directory of JBoss) And I have also installed JBoss using JavaService.exe successfully. Does anyone know a solution to this problem? Thanks a bunch

Re: JBoss Problem

2003-07-11 Thread James Mitchell
You might try asking on the JBoss Users list. -- James Mitchell Software Developer/Struts Evangelist http://www.struts-atlanta.org 678-910-8017 AIM:jmitchtx - Original Message - From: Kristanto Oetomo [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, July 11, 2003 7:19 AM Subject

RE: JAAS Struts JBoss + Tomcat

2003-07-07 Thread Stephen Brown
1. From what I read here, I saw that I should probably use the FORM auth method, and that this page should not use any of the Struts tags. Is that right? It is best to use the FORM authentication because you can encrypt it with SSL - otherwise your users' passwords will go over the

Re: JAAS Struts JBoss + Tomcat

2003-07-05 Thread Paul Thomas
On 04/07/2003 16:16 Erez Efrati wrote: Hi, I am trying to integrate the JAAS into my Struts application running on JBoss 3.0.7 + Tomcat. I am a newbie here, and I would appreciate your help on several questions: 1. From what I read here, I saw that I should probably use the FORM auth method

RE: JAAS Struts JBoss + Tomcat

2003-07-05 Thread Erez Efrati
Thanks a lot Paul for the answers. -- Erez -Original Message- From: Paul Thomas [mailto:[EMAIL PROTECTED] Sent: Saturday, July 05, 2003 2:49 PM To: struts-user Subject: Re: JAAS Struts JBoss + Tomcat On 04/07/2003 16:16 Erez Efrati wrote: Hi, I am trying to integrate the JAAS

JAAS Struts JBoss + Tomcat

2003-07-04 Thread Erez Efrati
Hi, I am trying to integrate the JAAS into my Struts application running on JBoss 3.0.7 + Tomcat. I am a newbie here, and I would appreciate your help on several questions: 1. From what I read here, I saw that I should probably use the FORM auth method, and that this page should not use any

Re: JAAS Struts JBoss + Tomcat

2003-07-04 Thread Adam Hardy
Erez Efrati wrote: Hi, I am trying to integrate the JAAS into my Struts application running on JBoss 3.0.7 + Tomcat. I am a newbie here, and I would appreciate your help on several questions: 1. From what I read here, I saw that I should probably use the FORM auth method, and that this page should

Re: Struts/Jboss 3.2.x

2003-06-30 Thread Konstadinis Euaggelos
You must define where your Rmi Server is listening , by default in Jboss is 1099. - Original Message - From: Buics [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Saturday, June 28, 2003 5:01 AM Subject: Re: Struts/Jboss 3.2.x I still have this exception

Re: Struts/Jboss 3.2.x

2003-06-27 Thread Konstadinis Euaggelos
I haven't face any problem, V. - Original Message - From: Buics [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, June 27, 2003 1:27 AM Subject: Struts/Jboss 3.2.x Is there any incompatibility issues between struts 1.1 and jboss 3.2.x? TIA, buics

RE: Struts/Jboss 3.2.x

2003-06-27 Thread Nimish Chourey , Tidel Park - Chennai
Is anybody using JASS with JBOSS .. -Original Message- From: Konstadinis Euaggelos [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 1:32 PM To: Struts Users Mailing List Subject: Re: Struts/Jboss 3.2.x I haven't face any problem, V. - Original Message - From: Buics

Re: Struts/Jboss 3.2.x

2003-06-27 Thread Buics
PROTECTED] Sent: Friday, June 27, 2003 1:27 AM Subject: Struts/Jboss 3.2.x Is there any incompatibility issues between struts 1.1 and jboss 3.2.x? TIA, buics

RE: Struts/Jboss 3.2.x

2003-06-27 Thread Marco.Mistroni
HI, i have also a struts app running under jboss 3.2.1 jars that i have put in WEB-INF\lib are all the jars that u find in the lib directory of your struts distribution don't forget to put all the .tld that u find in the struts_dirlib in your WEB-INF directory of your app regards

Re: Struts/Jboss 3.2.x

2003-06-27 Thread Konstadinis Euaggelos
] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:37 AM Subject: Re: Struts/Jboss 3.2.x Thank you so much for your reply. what are the necessary run time classes that needs to be included in the application. TIA, buics Konstadinis Euaggelos wrote: I haven't

Re: Struts/Jboss 3.2.x

2003-06-27 Thread Buics
Thank you for that . . Here's my setup ... My jboss and tomcat was installed in separate box. say .. jboss -- server_1 tomcat -- server_2 my problem is in the lookup part, javax.naming.NameNotFoundException: FinishedGoods not bound at org.jnp.server.NamingServer.getBinding

Re: Struts/Jboss 3.2.x

2003-06-27 Thread Konstadinis Euaggelos
Probaly as i understand, you have your web application in Tomcat, and your backoffice application (EJBs, JavaBeans) in JBoss, 1. JBoss have an embedded Tomcat 4.1.24 you can use this. 2. If you want to use tomcat as an seperate servlet-cointainer , you must insert you client jars from JBOSS_HOME

Re: Struts/Jboss 3.2.x

2003-06-27 Thread Buics
thank you anyway Konstadinis Euaggelos wrote: Probaly as i understand, you have your web application in Tomcat, and your backoffice application (EJBs, JavaBeans) in JBoss, 1. JBoss have an embedded Tomcat 4.1.24 you can use this. 2. If you want to use tomcat as an seperate servlet-cointainer

Struts/Jboss 3.2.x

2003-06-26 Thread Buics
Is there any incompatibility issues between struts 1.1 and jboss 3.2.x? TIA, buics - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JBoss v.s. tomcat?

2003-06-22 Thread Sloan Bowman
I have been using Tomcat for over a year now and I am very happy with the way it performs. Recently though I have been looking at JBoss, does any one here use JBoss or have any comments on the differents besides J2EE compliance. Thanks for your help. Thanks, Sloan

RE: JBoss v.s. tomcat?

2003-06-22 Thread Andrew Hill
JBoss actually uses tomcat (or jetty, (etc...)) to provide its servlet container functionality. -Original Message- From: Sloan Bowman [mailto:[EMAIL PROTECTED] Sent: Monday, 23 June 2003 11:00 To: Struts-user MailingList Subject: JBoss v.s. tomcat? I have been using Tomcat for over

RE: JBoss v.s. tomcat?

2003-06-22 Thread Sloan Bowman
Yes I just did some research and realized that JBoss is simply a EJB app server to add J2EE Beans to the applications. My bad.. Regards, Sloan JBoss actually uses tomcat (or jetty, (etc...)) to provide its servlet container functionality. -Original Message- From: Sloan Bowman [mailto

[OT] DIR Structure for deploying my code on JBoss

2003-06-07 Thread Mick Knutson
I currenlty have my whole struts application in 2 jars and a war inside my ear. This is all done via ant. This is quite time consuming at times as it can take me as much as 15 minutes between compiles before I can test my code. So, I want to modify my ant so it will just deploy the sode itself,

Re: SecurityFilter used with JBoss?

2003-04-06 Thread Max Cooper
Mick, I suspect that it wouldn't work, but I have never tested it. I offer my support if you want to try it out, but I don't have any experience with JBoss. -Max - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 20, 2003 12:09 AM Subject

Re: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue

2003-04-03 Thread Mikael Eriksson
them directly from the outside. Regards /Mikael At 09:51 2003-04-03 +0200, [EMAIL PROTECTED] wrote: I appologize for this Off-Topic message, but I desperatly need help! I have been fighting with the JBoss DatabaseServerLoginModule for almost 2 months now without success. I have tried an infinite

RE: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue

2003-04-03 Thread Mick . Knutson
Subject: Re: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue Hello! Try changing this line in login-config.xml module-option name = rolesQuerySELECT user_roles, user_group FROM USER_ROLES WHERE USERNAME=?/module-option To module-option name = rolesQuerySELECT

RE: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue

2003-04-03 Thread Mikael Eriksson
/Mikael -Original Message- From: Mikael Eriksson [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 11:17 AM To: Struts Users Mailing List Cc: Knutson, Mick Subject: Re: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue Hello! Try changing this line in login-config.xml

RE: [OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue

2003-04-03 Thread Mikael Eriksson
'Roles'. I assumed 'Roles' ment I could call the 'Roles' what I understand as 'Roles'. Not the literal 'Roles'. Anyway, thanks very much. The trivial questions are best because I can answer them :-) Seriously I can see how the descriptoin can be misread, the jboss docs are a bit terse

[OT] EXTREMELY URGENT: JBoss JAAS/Container Security issue

2003-04-02 Thread Mick . Knutson
I appologize for this Off-Topic message, but I desperatly need help! I have been fighting with the JBoss DatabaseServerLoginModule for almost 2 months now without success. I have tried an infinite number of combinations to try to get to a _SIMPLE_ solution as outlined by the JBoss manual

JBoss-3.0.4 and Tomcat-4.1.12,Problem with Deployment and ApplicationREsources

2003-04-01 Thread Thilko Richter
Hi! I have some serious problem with the deployment of my struts application. At first I´ve got an error when I try to access my ApplicationResources. This is my configuration: In the web.xml: servlet-nameaction/servlet-name servlet-class org.apache.struts.action.ActionServlet

RE: JBoss-3.0.4 and Tomcat-4.1.12,Problem with Deployment and ApplicationREsources

2003-04-01 Thread Anthony . Leon
PROTECTED] Sent: 02 April 2003 07:54 To: [EMAIL PROTECTED] Subject: JBoss-3.0.4 and Tomcat-4.1.12,Problem with Deployment and ApplicationREsources Hi! I have some serious problem with the deployment of my struts application. At first I´ve got an error when I try to access my ApplicationResources

Re: RE: JBoss-3.0.4 and Tomcat-4.1.12,Problem with Deployment and ApplicationREsources

2003-04-01 Thread Thilko Richter
PROTECTED] Subject: JBoss-3.0.4 and Tomcat-4.1.12,Problem with Deployment and ApplicationREsources Hi! I have some serious problem with the deployment of my struts application. At first I´ve got an error when I try to access my ApplicationResources. This is my configuration

error with JBoss: Missing message for key

2003-03-26 Thread Rabih Yazbeck
Hello, I have received an error (copied below) when deploying my Struts application on JBoss-Tomcat4.18, but I dont have problem with the stand-alone Tomcat4.18 or WebLogic using the same war file... my MessageProperties files are in the war file under WEB-INF/lib .. I also tried to put them

RE: error with JBoss: Missing message for key

2003-03-26 Thread Raible, Matt
Have you tried putting MessageProperties in WEB-INF/classes? -Original Message- From: Rabih Yazbeck [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 2:14 PM To: 'Struts Users Mailing List' Subject: error with JBoss: Missing message for key Hello, I have received

RE: error with JBoss: Missing message for key

2003-03-26 Thread Rabih Yazbeck
Yes I did, but as part of the war file (I dont know if there is any way to deploy them manually under JBOSS -- not as war) -Original Message- From: Raible, Matt [mailto:[EMAIL PROTECTED] Sent: 26 March 2003 21:20 To: 'Struts Users Mailing List' Subject: RE: error with JBoss: Missing

RE: error with JBoss: Missing message for key

2003-03-26 Thread James Mitchell
On Wed, 2003-03-26 at 16:24, Rabih Yazbeck wrote: Yes I did, but as part of the war file (I dont know if there is any way to deploy them manually under JBOSS -- not as war) Deploying an expanded (unzipped) war on JBoss/Tomcat is quite easy. 1. Stop JBoss 2. Create a folder for your app named

Trying to use struts-menu with JBoss 3.0.6

2003-03-24 Thread James CE Johnson
I'm trying to try out struts-menu 1.2 with JBoss 3.0.6 with struts 1.1-RC1. When I deploy the sample webapp (webapps/struts-menu.war) Jboss complains about: 16:06:37,760 ERROR [Digester] Begin event threw exception java.lang.ClassNotFoundException: No ClassLoaders found

SecurityFilter used with JBoss?

2003-03-20 Thread Mick . Knutson
JBoss has many PAM modules including one DatabaseServerLoginModule. Can this be used with the SecurityFilter? I ask because it seems to be a parameter to add such a realm module: !-- start with a Catalina realm adapter to wrap the Catalina realm defined below -- realm className

Re: Anyone using JBoss with custom validator rules?

2003-03-04 Thread Eric Jain
Caused by: java.lang.NoClassDefFoundError: What's the structure of your .war? Two possible solutions: A) Put the commons (or even all Struts related) libraries in your $jboss/server/$setup/lib. B) Nest your .war inside a .sar that contains all libraries at the top level. -- Eric Jain

Re: Anyone using JBoss with custom validator rules?

2003-03-04 Thread Chris Trawick
What version of JBoss are you using? I have successfully gotten custom validators to work without a hitch on JBoss 3.0.x (all versions beta through latest). All validator classes and jars are contained in the war like this: /WEB-INF/*.tld /WEB-INF/web.xml /WEB-INF/struts-config.xml /WEB-INF

Anyone using JBoss with custom validator rules?

2003-03-03 Thread Brian Topping
Hi all, I have Validator operational with two-password validation along the lines of what is in the developer guide. I've found that the custom validator function can be found when the setup is running under standalone Tomcat 4.0.x, but not when that tomcat is running under JBoss, I get

Re: struts-menu ClassLoaders in jboss

2003-02-13 Thread Will Etson
I ran into the same problem. It turns out its a class loader issue in Struts Menu. I have posted a patch at the Struts Menu sourceforge site. Martin J. La Jeunesse [EMAIL PROTECTED] 02/12/03 06:25PM Have been spending the day trying to get struts-menu working under jboss, without much

struts-menu ClassLoaders in jboss

2003-02-12 Thread Martin J. La Jeunesse
Have been spending the day trying to get struts-menu working under jboss, without much success. Upon deploying my app: 2003-02-12 17:31:00,547 ERROR [org.apache.commons.digester.Digester] Begin event threw exception java.lang.ClassNotFoundException: No ClassLoaders found

Struts 1.1b, Jboss 3.0.4 and Jetty.

2003-02-05 Thread Clark Wright
Couple of questions: The first one is rather minor: I am constantly getting messages of the following format in the jboss log file: 2003-02-05 17:14:43,686 ERROR [STDERR] Feb 5, 2003 5:14:43 PM org.apache.struts.util.PropertyMessageResources init INFO: Initializing, config

RE: [List Of Struts SubProjects ]RE: Jboss and Struts Menu

2003-02-01 Thread Alireza Fattahi
]RE: Jboss and Struts Menu Struts Menu! Unfortunately, I have not heard about it. It makes me feel bad because I would use it in my previous project if I knew it :( Well it has passed but is there a list of these projects? May be a there are lot more out there. To Will_Etson: Sorry for no help

RE: [List Of Struts SubProjects ]RE: Jboss and Struts Menu

2003-02-01 Thread Craig R. McClanahan
On Sat, 1 Feb 2003, Alireza Fattahi wrote: I found one at http://jakarta.apache.org/struts/doc-1.0.2/userGuide/resources.html . Is there more? The up-to-date version of the Struts Resources pages is online at: http://jakarta.apache.org/struts/resources/ Craig

Jboss and Struts Menu

2003-01-31 Thread Will Etson
Is anyone using Jboss and StrutsMenu together? I trying to get the sample app to deploy, without much luck. I even recompiled the library with struts 1.1b3. No luck. Under tomcat 4.1.12 LE, every thing is fine. I've even tried some of the other fixes for JBoss ClassLoader/Struts problems

RE: Jboss and Struts Menu

2003-01-31 Thread James Higginbotham
What version of Jboss are you using? They've recently been including some of the jakarta libs for bootstrapping and other needs, so the classloader could be an issue. They've also fixed some classloader issues in jb 3.0.6, which was released just Mon/Tues of this week. Sorry, but I haven't tried

[List Of Struts SubProjects ]RE: Jboss and Struts Menu

2003-01-31 Thread Alireza Fattahi
- From: Will Etson [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 01, 2003 1:22 AM To: [EMAIL PROTECTED] Subject: Jboss and Struts Menu Is anyone using Jboss and StrutsMenu together? I trying to get the sample app to deploy, without much luck. I even recompiled the library with struts 1.1b3

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

2003-01-22 Thread Rachel
At 21:46 21/01/2003 +0100, you wrote: Have you try to add struts into jboss/server/default/lib ? I just tried that and it threw the same error on deployment. Are there known issues with this latest version of Struts and JBoss? I have successfully deployed things using Struts 1.0.2 and using

  1   2   3   >