[JBoss-user] log4j and my server instance(s)

2003-09-08 Thread James Ward
Hello JBoss Friends, I have a few JBoss instances all running on the same server. If ERROR level events are generated in any instance, log4j email's the error to me. The problem is that sometimes it is very hard to discern from the generated email which instance of JBoss had the error. Is there any

Re: [JBoss-user] Recent CVS removals

2003-08-14 Thread James Ward
> They did this on August 5, after you droped them from the project, isn't it? This is not entirely true... The project was registered on 2003-07-18 at 11:30. -James On Thu, 2003-08-07 at 08:33, Vladyslav Kosulin wrote: > Bill Burke wrote: > > > JBoss Group, as caretaker of the JBoss project,

Re: [JBoss-user] Register & Login User In One Step

2003-08-01 Thread James Ward
Erik, Thanks for the response. I am just not sure how to do this with form based auth and the j_security_check stuff. Any help would be greatly appreciated. -James On Fri, 2003-08-01 at 09:56, Erik Price wrote: > James Ward wrote: > > Has anyone figured out a cool way with JBoss an

RE: [JBoss-user] JBoss recompiles Jsps every time I hit the page

2003-08-01 Thread James Ward
n > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of James Ward > Sent: 01 August 2003 16:31 > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] JBoss recompiles Jsps every time I hit the > page > > Brian, > Hmmm. Strang

RE: [JBoss-user] JBoss recompiles Jsps every time I hit the page

2003-08-01 Thread James Ward
> see how that could be happening. I don't even use a timestamp in > building > my ear/war. Perhaps I should! > > Thanks for the suggestion though, > Brian > > > -Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behal

[JBoss-user] Register & Login User In One Step

2003-08-01 Thread James Ward
Has anyone figured out a cool way with JBoss and JAAS to make it so that when a user registers on a web page (ie. creates an account) they get automatically logged in? Thanks in advance. -James --- This SF.Net email sponsored by: Free pre-bui

Re: [JBoss-user] JBoss recompiles Jsps every time I hit the page

2003-08-01 Thread James Ward
Hey Brian. I think JBoss (Jetty or Tomcat) will only compile the jsp if the original jsp file date is newer than the compiled class. We had a problem where the date on the computer creating the war was in the future, so jsp's would recompile every hit. Check that first. -James On Fri, 2003-08-

Re: [JBoss-user] logout

2003-04-03 Thread James Ward
As far as I know you can't logout with BASIC auth since the browser keeps sending the authentication info. Use Form based auth. Or if you want to be really slick, have xdoclet create your web.xml for you and create a build time variable which will specify which authentication method to use. This

Re: [JBoss-user] JBoss: Not Ready For Prime Time

2003-03-27 Thread James Ward
Ed, Thanks for your insightful comments. All of us who run JBoss with zero problems will consider your well thought out conclusion the next time we consider paying $50k for a buggy app server. I am looking forward to the next careful evaluation you make. Just a little tip though; Next time it w

Re: [JBoss-user] Feature Request

2003-03-23 Thread James Ward
Yup. Jboss is sure neat hu? Doing development this was saves quite a few cycles. No wasted time in unnecessary jar'ing and unjar'ing. Ant or Maven will just copy the files that have been changed. Touch the dir, or web.xml or whatever to reload. Fun stuff! -James On Sun, 2003-03-23 at 21:07

Re: [JBoss-user] [OS] JBoss/EJB build systems - Xdoclet with Ant,Maven, Centipede?

2003-02-10 Thread James Ward
On Mon, 2003-02-10 at 10:53, David Jencks wrote: > On 2003.02.10 11:57 Darren Hartford wrote: > > Hi All, > > Been using Ant and Xdoclet, great tools, makes my life a LOT easier than > > good-ol' writing interfaces on my own :-) > > > > I have started migrating to the Maven build system, to suppor

Re: [JBoss-user] Interesting article! JBoss is scaring BEAway!!!

2003-02-07 Thread James Ward
Overall a good article, but of course here are my $0.02. "JBoss has yet to achieve anything like the status of Linux" Hey Bill Synder, are you serious? With over 2 million downloads in 2002, can you really make this statement? Sure Linux probably has billions of downloads, but it's an OS, not a

Re: [JBoss-user] Deploying tools

2003-01-19 Thread James Ward
Or even better, Maven? http://jakarta.apache.org/turbine/maven They are nearing a 1.0 release which goes way beyond the capabilities of Ant. Things like automatic dependency checking / downloading, building subprojects with the reactor, website (documentation generation), a console, etc. Maven

[JBoss-user] Loosing my mind

2003-01-17 Thread James Ward
Shouldn't this work: index.jsp <%@ page session="true" %> Your session id: <%= session.getId() %> Currently I am getting: Your session id: I am using JBoss 3.0.5 for j2se 1.4 (with Jetty). Thanks in advance. -James --- This SF.NET ema

[JBoss-user] blah-service.xml deployment problem

2003-01-14 Thread James Ward
This might be a very dumb question, but I can't figure it out. I have a blah.jar file which contains a blahMBean I have a blah-service.xml which uses the blahMBean When I drop both files into the deploy dir at the same time, JBoss always tries to load the blah-service.xml before the blah.jar get's

RE: [JBoss-user] JBoss-3.0.5 release available

2003-01-13 Thread James Ward
Matthew, I am a long time Tomcat enthusiast. However, when Jetty added AJP13 support, I ditched Tomcat with JBoss. For my needs, Jetty works better and is the JBoss standard. Just out of curiosity, why do you still use Tomcat? -James On Mon, 2003-01-13 at 08:55, Matthew Baird wrote: > First o

Re: [JBoss-user] Remote Shutdown of JBoss Server

2003-01-02 Thread James Ward
I believe that the class that does the shutdown actually connects to the jmx-console. If this is true, all you need to do is password protect the jmx-console. This would break the shutdown script. But I prefer to kill the process anyways (And have updated my scripts to do so). -James On Th

[JBoss-user] ServiceBindingManager

2002-10-02 Thread James Ward
I can't seem to find *anything* on the new ServiceBindingManager in 3.2. Does anyone know how to use it? Sorry I am not smart enough to figure it out from the code. ;) The error I am currently getting is: javax.management.InstanceNotFoundException: jboss.system:service=ServiceBindingManager is

[JBoss-user] Jakarta-Slide & JBoss

2002-08-25 Thread James Ward
Has anyone messed with the Jakarta-Slide project? It is pretty interesting, but they seem to be writing from scratch much of the back-end stuff that JBoss already does. I spent a bit of time trying to get it up in JBoss 3.0, but had some issues. I need web based File / Document management... Wh

RE: [JBoss-user] HELP : JBoss 3.0.x isn't logging ANYRuntimeExceptions!!

2002-07-25 Thread James Ward
Title: RE: [JBoss-user] HELP : JBoss 3.0.x isn't logging ANYRuntimeExceptions!! Alan, Here is a little snippet from how I am doing this:   import org.apache.log4j.Category;   public class CategoryDAO {       private static String CLASSNAME = CategoryDAO.class.getName();     private

RE: [JBoss-user] HELP : JBoss 3.0.x isn't logging ANYRuntimeExceptions!!

2002-07-25 Thread James Ward
l didn't get any. I don't think this problem is mine. Are you saying that you don't think JBoss should log transaction crashes by default? (I don't mean to sound rude, but did you actually read my email?) Craig On Thu, 2002-07-25 at 17:46, James Ward wrote: > Jboss uses lo

RE: [JBoss-user] HELP : JBoss 3.0.x isn't logging ANY RuntimeExceptions!!

2002-07-25 Thread James Ward
Jboss uses log4j. If you want to change what jboss logs, edit the log4j.xml file. For more info I think there is stuff in the Quick Start Guide: http://prdownloads.sourceforge.net/jboss/JBoss.3.0QuickStart.Draft3.pdf? download -James -Original Message- From: Craig O'Shannessy [mailto:

RE: [JBoss-user] Which verisign certificate ?

2002-07-23 Thread James Ward
prices on 8/5 though. At $300 I don't think they are really inexpensive, but their service is good. gary. James Ward wrote: >Bobby, >It may be too late for you, but I wouldn't use Verisign for certs. They >are expensive and in my experience hard to work with. I use

RE: [JBoss-user] Which verisign certificate ?

2002-07-23 Thread James Ward
Bobby, It may be too late for you, but I wouldn't use Verisign for certs. They are expensive and in my experience hard to work with. I use www.thawte.com and have not been disappointed after buying ~30 certificates. They also have the JavaSoft (Java Web Server) type listed. Does anyone else us

RE: [JBoss-user] Re: Does any one have a Linux JVM success story?

2002-07-11 Thread James Ward
I have had great success running JBoss 2.4.x and JBoss 3 on SuSE 8.0 under IBM's Java that comes with SuSE. I have also run JBoss with JDK 1.3.1_01 and 1.4 from Sun, but IBM is the fastest for my application. However, I would recommend people running servers with Linux to use either Debian Woody

RE: [JBoss-user] Hi

2002-06-13 Thread James Ward
We should be having an Alpha Release today. Check out the Cayambe project: http://www.cayambe.org http://sf.net/projects/cayambe We follow many of the Core J2EE Patterns and we are using Struts. And of-course it runs in JBoss 2.4.x and JBoss 3.0. Let me know if you have any questions. -James

RE: [JBoss-user] request for mySQL configuration files

2002-06-06 Thread James Ward
Check out: http://www.cayambe.org/core/sql/mysql-service.xml We use the mm.mysql driver: http://mmmysql.sourceforge.net/ Hope that helps. -James > -Original Message- > From: wonder sonic [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 06, 2002 1:10 PM > To: [EMAIL PROTECTED] > Subje

RE: [JBoss-user] Struts Class loading error

2002-05-29 Thread James Ward
JBoss 3's classloaders are much better. In JBoss 3, you can just dump it in your deploy dir. In Jboss 2.4 try to put it in Catalina's lib dir. -James > -Original Message- > From: Sundaram Ramasamy [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 29, 2002 12:40 PM > To: [EMAIL PROTECT

RE: [JBoss-user] auto restart connection pool

2002-05-24 Thread James Ward
What is interesting is that from my experiences this is more of a JDBC driver issue than a connection pool issue. The mysql JDBC drivers do this quite well. I can get a connection to mysql through jdbc, restart mysql and still use the same connection object without any problems. However with Ora

[JBoss-user] RE: [JBoss-dev] CD SUBSCRIPTION

2002-05-22 Thread James Ward
Great Idea!!! How much does it cost? -James > -Original Message- > From: marc fleury [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 22, 2002 2:22 PM > To: Jboss-Development@Lists. Sourceforge. Net; Jboss-User@Lists. > Sourceforge. Net > Subject: [JBoss-dev] CD SUBSCRIPTION > > Folk

RE: [JBoss-user] error when redeploying ear file

2002-05-20 Thread James Ward
back around to being jboss issues. BTW: There are some developer docs at: http://www.cayambe.org/docs/developer -James > -Original Message- > From: Michael Delamere [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 5:14 PM > To: [EMAIL PROTECTED]; James Ward > Subj

RE: [JBoss-user] error when redeploying ear file

2002-05-20 Thread James Ward
; From: Michael Delamere [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 4:14 PM > To: [EMAIL PROTECTED]; James Ward > Subject: Re: [JBoss-user] error when redeploying ear file > > Sorry, > > I forgot to mention that I´m using JBOSS3.0RC2! > > Would JBOSS2.4.6 solve

RE: [JBoss-user] error when redeploying ear file

2002-05-20 Thread James Ward
I think I have seen this before. If you are not yet using 2.4.6 with Tomcat 4, give that a try. You could also try to put your struts jar files in the lib/ext dir. -James > -Original Message- > From: Michael Delamere [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 20, 2002 3:49 PM > T

RE: [JBoss-user] JBoss in a multi developers environment

2002-05-20 Thread James Ward
This might actually be the easiest way to do this... If you could run each instance on it's own IP then all of the instances could use the default ports. From the ISP side, this would make things very easy. -James www.wantJAVA.com > -Original Message- > From: Matthew French [mailto:[E

RE: [JBoss-user] better to run Tomcat and JBOSS seperately?

2002-03-29 Thread James Ward
If you are concerned about Security, I think the best thing to do is put Apache on a box in front of your app server.  That way jboss doesn't even need to be on a routable ip.  Just my $0.02.   -James   -Original Message-From: Guy Rouillier [mailto:[EMAIL PROTECTED]]Sent: Thursd

RE: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread James Ward
It is pretty much your standard server.xml.  JBoss parses the file and takes what it needs.   -James   -Original Message-From: Michael Delamere [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 28, 2002 9:32 AMTo: James Ward; [EMAIL PROTECTED]Subject: Re: [JBoss-user] JBOSS

RE: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread James Ward
t.xml for setting the tomcat startup params.   I knew it was more difficult than my first post stated, but I forgot what I did.   -James     -Original Message-From: Michael Delamere [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 28, 2002 8:43 AMTo: James Ward; [EMAIL PROT

RE: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread James Ward
JBoss 2.4.3 with Tomcat.   I am also working on do this with 3.0.   -James   -Original Message-From: Michael Delamere [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 28, 2002 8:24 AMTo: James Ward; [EMAIL PROTECTED]Subject: Re: [JBoss-user] JBOSS and Virtual Hosts Hi

RE: [JBoss-user] JBOSS and Virtual Hosts

2002-03-28 Thread James Ward
Here are my config file snippets: httpd.conf DocumentRoot /home/www/vhost1 ServerName vhost1JkMount /* vhost1   workers.properties should be easy ( point vhost1 to the ajp13 port )   tomcat.xml in the jboss/conf/vhost1 dir (this one is also easy, just setup ajp13)   Make sure that jboss st

[JBoss-user] JCP Program Chair responds to Apache Software Foundation

2002-03-22 Thread James Ward
I just found this: http://www.jcp.org/aboutJava/communityprocess/announce/LetterofIntent.html One interesting part that might pertain to JBoss is: "...we have drafted a change to the JSPA that would require specification leads to provide no-cost access to the TCK implementations (without obligat

RE: [JBoss-user] forums

2002-03-18 Thread James Ward
The Forums are working fine for me.  Can you find out what IP address main.jboss.org is resolving to for you?  For me I get 209.61.155.140   If that is the IP address you are resolving to, then can you get me a traceroute?   Thanks.   -James     -Original Message- From: A

RE: [JBoss-user] jboss3.0 docs

2002-03-14 Thread James Ward
Title: FW: [JBoss-user] jboss3.0 docs They are on sourceforge: http://sourceforge.net/project/showfiles.php?group_id=22866   -James     -Original Message-From: Herve Tchepannou [mailto:[EMAIL PROTECTED]]Sent: Thursday, March 14, 2002 12:38 PMTo: jbossSubject: FW: [JBoss-user] j

RE: [JBoss-user] Free J2EE Executive Overview from Smart Soft

2002-03-07 Thread James Ward
These kind of pitches usually are better received if you use the terms correctly. It's "container managed persistence" not "container manager persistence". > -Original Message- > From: Smart Soft - The Developer Training Company [mailto:webmaster@smart- > soft.com] > Sent: Thursday, Marc

RE: [JBoss-user] problem Jboss and Tomcat

2001-09-21 Thread James Ward
I have seen this when I tried to run Tomcat and JBoss in different JVM's. The new Embedded Tomcat support is very nice. Give JBoss 2.4.1-Tomcat-3.2.3 a try. -James -Original Message- From: Jaime Gomez [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 20, 2001 6:42 PM To: [EMAIL PRO

[JBoss-user] JSP compile issue

2001-09-14 Thread James Ward
Hi Everyone! So I have almost succesfully installed JBoss 2.4.1 with Tomcat 3.2.3 and Apache 1.3.14 (using mod_jk). My only remaining issue is jsp's. I can not get jsp's that access EJB's to compile. Jasper can not find the ejb client classes. This is wierd because servlets and manually compi