Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Jules Gosnell
user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user -- /** * Jules Gosnell * Partner * Core Developers Network (Europe) **/ --- This SF.Net email sponsored by: Free pre-bu

Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS

2003-08-14 Thread Jules Gosnell
advance for all your help! Best regards, Surajit -Original Message- From: Jules Gosnell [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 12, 2003 9:35 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [JBoss-user] MOD_JK2 PROBLEM - SETTING UP STICKY SESSIONS Surajit, point your brows

Re: [JBoss-user] jetty & oracle

2003-07-30 Thread Jules Gosnell
tinfo/jboss-user -- /* * Jules Gosnell * Partner * Core Developers Network (Europe) * http://www.coredevelopers.net */ --- This SF.Net email sponsored by: Free pre-

Re: [JBoss-user] Apache / JBoss Communication via mod_jk2 - Can UnixSockets be us ed?

2003-07-30 Thread Jules Gosnell
nline. Thanks Ray -- /* * Jules Gosnell * Partner * Core Developers Network (Europe) * http://www.coredevelopers.net */ --- This SF.Net email sponsored by: Fre

Re: [JBoss-user] Re: Mod_JK Failover

2003-07-08 Thread Jules Gosnell
n the forthcoming Web Tier documentation available from www.coredevelopers.net Jules Vladyslav Kosulin wrote: Jules Gosnell wrote: Regardless, this is too much management overhead and mod_jetty will address this and many other issues. I never heard about mod_jetty, and am not able to find any refer

Re: [JBoss-user] Re: Mod_JK Failover

2003-07-05 Thread Jules Gosnell
Eric Jain wrote: My client currently alters the weighting in the workers.properties files to '-1' Can this be done at runtime without restarting Apache? depends whether you call a 'graceful' restart a restart. My understanding is that a graceful restart should not drop requests. Regardless, th

Re: [JBoss-user] Mod_JK Failover

2003-06-23 Thread Jules Gosnell
looked at mod_jk2, which has an API for changing worker attributes via http - but I found it too unstable for production. Jules Any ideas? Any help would greatly appreciated. Felipe Jules Gosnell wrote: I think that if you send back a 404, mod_jk will fail-over to the next node. If you tr

Re: [JBoss-user] Hello ! The problem of JBoss 3.0.7 (without Tomcat)runing on Linux !

2003-06-23 Thread Jules Gosnell
jonathan wong wrote: Dear All , Hello ! Thank you for some of you helping me to create EJB in JBoss running on W2K . However , there is a problem when the JBoss running in Linux (RedHat 9.0) . I install j2sdk1.4.1_03 in /usr/java/j2sdk1.4.1_03 and set /usr/java/j2sdk1.4.1_03/bin in the PATH (w

Re: [JBoss-user] Mod_JK Failover

2003-06-20 Thread Jules Gosnell
-- /** * Jules Gosnell * Partner * Core Developers Network (Europe) **/ --- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Ser

[JBoss-user] SLSB question...

2003-05-28 Thread Jules Gosnell
THIS IS FOR A CLIENT WHO HAS A JBG SUPPORT CONTRACT Guys, A team here needs a component that does something like this: An invocation comes in, initiates a number of pieces of short-term, concurrent work. when all have been done, the result is aggregated and returned in the outbound invocation

Re: [JBoss-user] forward() generates java.lang.IllegalStateException:committed

2003-04-15 Thread Jules Gosnell
AFAIK, you will get this error if you have already committed some content to the response and then you try to forward it to somewhere else... If you want to forward, your target should provide ALL the content, otherwise perhaps you need to include the target ? Jules costin wrote: Hello! I

Re: [JBoss-user] JGStore Error: cannot assign instance of $Proxy90to field.. (fwd)

2003-04-02 Thread Jules Gosnell
s the EJBs are local, and one has been made in the src server, but not in the tgt server ? Let me know the situation as this will help me figure out what is happening. Jules Joao Clemente On Wed, 2 Apr 2003, Jules Gosnell wrote: Hmmm... I guess I must have made the assumption that if a clas

Re: [JBoss-user] Http Session Clustering, JGStore debugging

2003-04-02 Thread Jules Gosnell
Aleksandr, I can't find your original posting. Please point me to it and I will answer it to the best of my ability. Jules Aleksandr Shneyderman wrote: I have reported a problem with JGstore a couple of weeks ago that is still unanswered. I would like to get my hands "dirty" and debug it mysel

Re: [JBoss-user] JGStore Error: cannot assign instance of $Proxy90to field.. (fwd)

2003-04-02 Thread Jules Gosnell
Hmmm... I guess I must have made the assumption that if a class was available to the src webapp to serialise, then it would be available to the destination webapp to deserialise... That may have been a mistake as it looks like your src webapp has managed to obtain a proxy for an EJB, which can

Re: [JBoss-user] Usage of JRE1.3.1 instead JDK1.3.1 for JBoss startup

2003-04-02 Thread Jules Gosnell
Muraly R wrote: Hi All, One doubt regarding the usage of JDK1.3.1 and JRE1.3.1. Currently my application has JRE1.3.1 in the real environment. Though in the development environment I am using JDK1.3.1. In the real environment I have modified the run.bat to use 'rt.jar', instead of 'tools

Re: [JBoss-user] HTTP clustering and container security?

2003-04-02 Thread Jules Gosnell
OK - we are looking at it. Jules Scott M Stark wrote: It has to be a bug. This is just a trival web app marked as distributable with declarative security? Create a bug report on sourceforge. Scott Stark Chief Technology Officer JBoss Group, LLC xxx

Re: [JBoss-user] List ten things you want fixed (was Re: JBoss: NotReady For Prime Time)

2003-04-02 Thread Jules Gosnell
Joao Pedro Clemente wrote: List ten concrete things in JBoss that's not working for you, and I'll see if I can contribute some of my also limited spare time to fix it up for you. One: Clustering. I'll send a mail now to Jules and jboss-user ro report (once again) problems with JGStore. My las

Re: [JBoss-user] http session drive me nuts

2003-03-29 Thread Jules Gosnell
Rupp,Heiko wrote: Jules, thanks again and sorry when I was rude. likewise The one that I pointed you two in the second message in this thread. Ok, my mistake again. I only saw this as FAQ wrt url-rewriting. The SessionManager that *you* have asked for by specifying that your webapp is

Re: [JBoss-user] Adding an ExpiryHandler to Jetty

2003-03-29 Thread Jules Gosnell
The ConfigurationElement of jboss-service.xml is applied to the JettyServer object. If you want to configure a Context object, you write similar code and put it in a WEB-INF/jetty-web.xl (or web-jetty.xml). http://jetty.mortbay.org/configure_1_2.dtd";> SomeValue Jules Jim Crossley w

Re: [JBoss-user] session bug?

2003-03-29 Thread Jules Gosnell
Rupp,Heiko wrote: Hi, see also the thread "http sessions drive me nuts" and Jboss-Bug [ jboss-Bugs-709559 ] https://sourceforge.net/tracker/?func=detail&atid=376685&aid=709559&group_id =22866 In my opinion the jetty-out-of-the-Jboss-box is bogus as other systems like jboss-with-tomcat or Bea wls6.

Re: [JBoss-user] http session drive me nuts

2003-03-27 Thread Jules Gosnell
Rupp,Heiko wrote: Jules, AbstractReplicatedStore you've declared your webapp as distributed and ignored the message that Jetty gave you on startup about not being able to provide distributed session management (probably becaise you are running 'default' not 'all' - this one is als

Re: [JBoss-user] http session drive me nuts

2003-03-26 Thread Jules Gosnell
Rupp,Heiko wrote: Jules, thanks fro your reply. Sessions will be tracked with cookies, not url rewriting, by default. I found this one out too now. For debugging, url rewriting is more obvious. Now I have a simple case (attached): browser calls the "root-url" http://localhost:8080/se

Re: [JBoss-user] http session drive me nuts

2003-03-25 Thread Jules Gosnell
Rupp,Heiko wrote: Hi, does anyone have a simple example on how to use sessions with JBoss and Jetty. Yes, I know there are frameworks like struts and so. What I try to do is HttpSession session=request.getSession(); session.setAttribute("foo","bar"); encodedURL=response.encodeURL("/some/page.js

Re: [JBoss-user] Feature Request

2003-03-23 Thread Jules Gosnell
David Corbin wrote: Please feel free to tell me I'm nuts, or that there is a better way to solve my problem. I'd like to have a directory that is "recognized by a class loader as if it were on the class path", that is intrinsicly associated with a .WAR (I can't speak to .EAR, though that might

[JBoss-user] Re: Question about Jboss and Jetty

2003-03-21 Thread Jules Gosnell
Diana Estrada wrote: Hi, I read your ppt presentation abour JbossJetty.ppt, because I use Jboss and y like to use Jetty, but I have some questions about this, over its configuration. I don't know where I can cofigurate the my URL, and the root or directory of my project. And If I need to put my

Re: [JBoss-user] Jetty SSL with 3.2.0RC2

2003-03-07 Thread Jules Gosnell
Frank Morton wrote: I added the following to jboss-service.xml while running 3.2.0RC2 under MacOS X: 8443 5 255 5 2000 /usr/local/jboss/server/default/conf/keystore mypwurd mypwurd Nothing is listening on port 8443 at all. This appears to be ignored. Sounds like you are not running the

Re: [JBoss-user] ERROR [JGStore] could not demarshal incoming update

2003-03-05 Thread Jules Gosnell
This is now fixed in CVS for Branch_3_0 and 3_2. I have a test case for this, which was unfortunately succeeding because it was configured on a per-webapp, rather than global basis, and was thus seeing the correct classloader. Global setting of the JGStore via the jboss-service.xml will now hav

Re: [JBoss-user] Feature idea

2003-03-04 Thread Jules Gosnell
Guy Rouillier wrote: - Original Message - From: "Rick LaBanca" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 03, 2003 7:53 AM Subject: Re: [JBoss-user] Feature idea Jetty is separate but the jboss folks seem to want to treat it as the official jsp portion of the suite (I

Re: [JBoss-user] Feature idea

2003-03-03 Thread Jules Gosnell
I have considered how this might be implemented. Here is a brief dump of the current state of affairs. 1. As Jonathan says - you can only implement this if your API specifies a redeploy(), not simply deploy()/undeploy() methods. The deployment JSR does list this as an optional requirement and a

Re: [JBoss-user] ERROR [JGStore] could not demarshal incoming update

2003-03-03 Thread Jules Gosnell
It makes no sense ... does it? The app is deployed in every node I've got! Can someone point me for a possible problem? Thank you Joao Clemente Joao, Scott has sent me a suggestion for a fix for this. I will have a look at it this evening. Thanks for reporting the problem. Jules -

Re: [JBoss-user] classpath for JSP compiling

2003-02-25 Thread Jules Gosnell
you should find the Jasper project at jakarta.apache.org and suggest it to them. Good luck, Jules Thorbjørn Ravn Andersen wrote: Jules Gosnell wrote: This step is problematic to perform in an automated manner, due to the need for development time knowledge (which jsps are servlets and which

[JBoss-user] Re: JSP deployment in JBoss

2003-02-24 Thread Jules Gosnell
Amrutha, I'm afraid that I do not have the time to answer personal emails about JBoss. This question would be better asked on [EMAIL PROTECTED] where there are a large number of people who might answer it for you. I am forwarding you there. Even better, simply hunt the web for a tutorial on we

[JBoss-user] Re: [jetty-support] JavaGroups: strange exception

2003-02-24 Thread Jules Gosnell
can we have a little more content what version of JBoss ? are you mixing two different versions ? do you have a request that comes in every 5 seconds (from your lb perhaps). Are you intending to use distributed sessions etc.. Jules Vladyslav Kosulin wrote: Thius exception happens every 5 sec

Re: [JBoss-user] jbossha-httpsession.sar

2003-02-19 Thread Jules Gosnell
Dennis Muhlestein wrote: Could I have http sessions clusters accross two cluster partitions? ie: Clustered jboss servers A & B are on partitionA Clustered jboss servers C & D are on partitionB Apache aA Load Balances between A & B. Apache aB Load balances between C & D. Hardware loadbalancer

Re: [JBoss-user] jboss 3.2 http session clustering

2003-02-19 Thread Jules Gosnell
If you are using Jetty, Use the 'all' configuration.. Uncomment the necessary block in .../deploy/jbossweb.sar/META-INF/jboss-service.xml Check out the JavaGroups doc to make sure that multicast traffic is being handled correctly by your network. Add the tag to your war/WEB-INF/web.xml Ensu

Re: [JBoss-user] classpath for JSP compiling

2003-02-17 Thread Jules Gosnell
vey useful... - Original Message ----- From: "Jules Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 2:38 AM Subject: Re: [JBoss-user] classpath for JSP compiling Rod Macpherson wrote: Can we specify that we want all JSPs compiled at deplo

Re: [JBoss-user] classpath for JSP compiling

2003-02-17 Thread Jules Gosnell
implement it. JSP precompilation is explained in the Jetty/JBoss FAQ : http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/contrib/jetty/* FAQ*?rev=HEAD&content-type=text/vnd.viewcvs-markup I will add this discussion, Cheers, Jules - Original Message ----- From: "Jules Gosn

Re: [JBoss-user] classpath for JSP compiling

2003-02-16 Thread Jules Gosnell
Jasper expects it's classpath to be passed as a string via an init-param. This string is generated by walking up the classloader hierarchy and adding all relevant dirs/jars to it. This generation is done on deployment of the war. It looks s if it is missing the classes in your ejb-jar. was it

Re: [JBoss-user] Different behaviour when using two JVMs?

2003-02-07 Thread Jules Gosnell
If the problem is simply between the web and ejb tiers - try toggling the Java2Compliance flag in your jbossweb.sar/META-INF/jboss-service.xml... This is currently set to allow classes to be shared between the two tiers so that calls can pass parameters by reference - if you toggle it, I think

Re: [JBoss-user] Clustering broken in 3.0.6 again ?!?

2003-02-04 Thread Jules Gosnell
Have you read the JavaGroups doc and got e.g. the Draw demo working ? - do you know that you have multicast routed correctly between the nodes of your cluster ? If not, then no amount of tinkering with Jetty config is going to get this going. I haven't made any such changes to Jetty... maybe J

Re: [JBoss-user] jbossweb virtual hosts configuration

2003-02-04 Thread Jules Gosnell
[EMAIL PROTECTED] wrote: Is there a faq or a current tutorial that explains how to set up virtual hosts in jbossweb/jetty? I've been going off of the one on the Jetty website, and the JBoss/Jetty faq and I've encountered some difficulties. post them to jetty-support. we'll work through them

Re: [JBoss-user] Too Slow - Jetty/JBoss FAQ

2003-01-24 Thread Jules Gosnell
e\lib\rt.jar;c:\j2ee\lib\j2ee.jar What I do wrong? I use JDK 1.4, JBoss 3.0.4, Window2000 Thanks in advance, Phuwarin

Re: [JBoss-user] Session Id not reinitialized

2003-01-23 Thread Jules Gosnell
myApp]/main.jsp. filled variables are the same of Box1 so Box1 and Box2 share the same session. What could it be? kiuma Jules Gosnell ha scritto: 3.0.6 will be out soon (early next week?) Please repeat the test in that and if the problm persists, mail again with more detail - i.e. a blow-by-

Re: [JBoss-user] Too Slow - Jetty/JBoss FAQ

2003-01-23 Thread Jules Gosnell
look in here (for Jetty) : http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/contrib/jetty/FAQ?rev=HEAD&content-type=text/vnd.viewcvs-markup Jules [EMAIL PROTECTED] wrote: I'm newbe, How to do that? Thanks in advance

Re: [JBoss-user] Session Id not reinitialized

2003-01-22 Thread Jules Gosnell
3.0.6 will be out soon (early next week?) Please repeat the test in that and if the problm persists, mail again with more detail - i.e. a blow-by-blow account of exactly what you did from both boxes and what behaviour you observed. Jules kiuma wrote: Hello, I'm having the following problem:

Re: [JBoss-user] unable to deploy my application to JBoss-Jetty: java.lang.ClassNotFoundException: org.mortbay.j2ee.session.JGStore

2003-01-20 Thread Jules Gosnell
João Clemente wrote: On Fri, 17 Jan 2003 07:36:57 + Jules Gosnell <[EMAIL PROTECTED]> wrote: João Clemente wrote: As I've reported some days ago, when using 3.0.5RC2, I am getting these strange lines in my log file. This time I'm using 3.0.5 binaries available in sou

Re: [JBoss-user] unable to deploy my application to JBoss-Jetty: java.lang.ClassNotFoundException: org.mortbay.j2ee.session.JGStore

2003-01-20 Thread Jules Gosnell
search this list's and jboss-dev's archive, I've already answered this question, Jules Herve Tchepannou wrote: I'm trying to deploy an application that I've successfully deployed on JBoss-Tomcat, but Im receiving the following errors: java.lang.ClassNotFoundException: org.mortbay.j2ee.session.

Re: [JBoss-user] Http Clustering: No store ?!?

2003-01-18 Thread Jules Gosnell
João Clemente wrote: On Fri, 17 Jan 2003 07:36:57 + Jules Gosnell <[EMAIL PROTECTED]> wrote: João Clemente wrote: As I've reported some days ago, when using 3.0.5RC2, I am getting these strange lines in my log file. This time I'm using 3.0.5 binaries available in sou

Re: [JBoss-user] Loosing my mind

2003-01-18 Thread Jules Gosnell
There is a bad bug to do with session id's in Jetty 4.2.4, which went out in 3.0.5. Please either refresh a cvs copy of jboss-3.0 or d/l the latest Jetty from jetty.mortbay.org and substitute the jars in your jbossweb.sar with the ones contained in this (this is covered in my FAQ - http://cvs.

Re: [JBoss-user] JBoss/Jetty and JSP 2.0

2003-01-18 Thread Jules Gosnell
Pete Beck wrote: Anyone know what sort of timeframe we might be able to use JSP 2.0 in JBoss? I haven't tried it, but if you have a Jasper that implements JSP2.0, try replacing the jasper jars in jbossweb.sar with it and see if it works... If not, they have changed the external API and we may

Re: [JBoss-user] Replication fails: strange JavaGroups Exception

2003-01-18 Thread Jules Gosnell
Vladyslav Kosulin wrote: Jules Gosnell wrote: Alternatively, d/l the latest Jetty 4.2.5? from jetty.mortbay.org and follow the instructions in this FAQ for updating your jbossweb.sar with fresh Jetty jars... Unfortunately, FAQ is not clear in some details: 1) Jetty 4.2.5 includes

Re: [JBoss-user] Replication fails: strange JavaGroups Exception

2003-01-17 Thread Jules Gosnell
The code in question does this : try { target.getClass().getMethod(methodName, argClasses).invoke(target, argInstances); } catch (Exception e) { _log.error("this should never happen - code version mismatch ?", e); } } A method invocation has arrived via JavaGroups and I am disp

Re: [JBoss-user] Http Clustering: No store ?!?

2003-01-16 Thread Jules Gosnell
João Clemente wrote: As I've reported some days ago, when using 3.0.5RC2, I am getting these strange lines in my log file. This time I'm using 3.0.5 binaries available in sourceforge. 01:16:45,502 INFO [JBossWebApplicationContext] setDistributable true 01:16:46,062 INFO [JBossWebApplicationCont

[JBoss-user] session counting....

2003-01-14 Thread Jules Gosnell
Is there a non-intrusive way to maintain a count of the number of instances of a given session bean within JBoss. I'v had a look around at the various Metric, Statistic and Count gathering components but could not find anything specific and lightweight enough. Before I take the plunge, I wond

Re: [JBoss-user] Jetty + SSL

2003-01-09 Thread Jules Gosnell
There will be a Jboss-3.0.5 out shortly (next week?), with an up-to-the-minute Jetty in it. Please try this and if the problem persists, take it to [EMAIL PROTECTED] . Cheers, Jules Dave Smith wrote: Jboss 3.0.4. I am seeing this in the log. After this any references to my ear return a 404

Re: [JBoss-user] Non-HTTP Servlets?

2003-01-02 Thread Jules Gosnell
Rodrigo Chandía wrote: Hi Everyone: Can Servlets be used to handle protocols other than HTTP? I have to handle a protocol other than HTTP in a request/response fashion so I thought servlets would be a nice way to do it. I guess that an application server can handle connections, threads and suc

Re: [JBoss-user] jetty bug?

2003-01-01 Thread Jules Gosnell
I have just updated the Jetty on Branch_3_0 to 4.2.x. Please follow the instructions on SourceForge to check out a fresh JBoss-3.0.x and try again. Use -r Branch_3_0 and the module name jboss-3.0 (from memory) If the problem persists in this latest version, we will look at it. Cheers, Jules

Re: [JBoss-user] Clustered Http Session Locks

2002-12-20 Thread Jules Gosnell
João Clemente wrote: This is all my stuff, I'm busy until the weekend. I will look at it then. Any news on this? I've runned the example some more times. One of two things happen: If it does not lock, it'll usually fail/throw exception to sync the sessions and the container will start with

Re: [JBoss-user] Pre compiling JSP Pages

2002-12-20 Thread Jules Gosnell
Sundaram Ramasamy wrote: Hi, I am using jboss with tomcat. I want to precompiled my JSP pages, how will I do that. thanks in advance. -SR search this list and the web forum for the words Jetty and FAQ - follow the link. Jules

Re: [JBoss-user] custom error 500 page for missing applications

2002-12-18 Thread Jules Gosnell
hans albers wrote: What do I have to do to set up a custom error page for http status error 500 if I want to remove and deploy applications? (JBoss 3.0.4) Hans _ Hotmail - Absolut kostenfrei! Der weltweit größte E-Mail-Anbieter i

Re: [JBoss-user] Same .war that I deploy perfectly in "default" throws exceptions in "all" ?!?

2002-12-17 Thread Jules Gosnell
I've looked at the log, and I don't think the problem is Jetty/JBossWeb. You have a number of EJB related errors in the log. They are not me field of expertise. Good Luck, Jules Joao Pedro Clemente wrote: (Is there a mailing list max message size? This is the third time I try to send this.

Re: [JBoss-user] Clustered Http Session Locks

2002-12-16 Thread Jules Gosnell
João Clemente wrote: This is all my stuff, I'm busy until the weekend. I will look at it then. Any news on this? I've runned the example some more times. One of two things happen: If it does not lock, it'll usually fail/throw exception to sync the sessions and the container will start with n

Re: [JBoss-user] Same .war that I deploy perfectly in "default" throws exceptions in "all" ?!?

2002-12-16 Thread Jules Gosnell
OS ? JVM ? Jetty or Tomcat ? JBoss Version ? Log ? Stacktrace ? WAR ? Jules João Clemente wrote: Hi. I have an web application (a .war) that I can deploy in "default" configuration under JBoss's CVS. (This application will eventually get deployed as clustered.) BEFORE I do any changes to the

[JBoss-user] Re: servlet interceptors on JBoss

2002-12-13 Thread Jules Gosnell
Aleksandr Bukharovich wrote: Dear Jules, I am doing research using JBoss. To obtain the needed for me information, I would like to be able to intercept HTTP request coming from a client and hitting a servlet. I know about interceptors for EJBs in JBoss. Could you briefly explain to me how interc

Re: [JBoss-user] env-entry

2002-12-12 Thread Jules Gosnell
Themost likely solution is to order your web.xml elements properly. Search down for 'ordering' in my JBoss/Jetty FAQ. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/contrib/jetty/FAQ?rev=HEAD&content-type=text/vnd.viewcvs-markup Jules Tom Coleman wrote: My 3.2.0 beta2 build squawks whe

Re: [JBoss-user] Clustered Http Session Locks

2002-12-12 Thread Jules Gosnell
This is all my stuff, I'm busy until the weekend. I will look at it then. Jules João Clemente wrote: On Wed, 11 Dec 2002 10:41:27 +0100 "Sacha Labourey" <[EMAIL PROTECTED]> wrote: Then a CTRL+BREAK (or signal -3) for a thread stack dump would be really helpful. Jules, maybe you have a bug w

Re: [JBoss-user] env-entry

2002-12-12 Thread Jules Gosnell
If you are talking Jetty, please mail the log. Jules Tom Coleman wrote: My 3.2.0 beta2 build squawks when parsing tags in the web.xml file in a web archive during deployment. This tag is required per the 2.3 Servlet spec. Is this correct behavior for JBoss? Do these tags belong in jboss

Re: [JBoss-user] yet HttpSession problems (Was:Anyone succesfullyusing session clusters?)

2002-12-10 Thread Jules Gosnell
Jules Gosnell wrote: Joao, I'm sure I checked this fix in - maybe it is on another branch - I will have a look tonight. Apart from this fix, ar you experiencing any other problems ? Jules The fix is in Branch_3_0 now. Jules Joao Pedro Clemente wrote: Hello, Which HTTP Se

Re: [JBoss-user] Using Apache web server - yes or no?

2002-12-10 Thread Jules Gosnell
Andreas Mecky wrote: Hello Joao, I think that David Ward has given some more reasons why to use an apache webserver. Even if the content is dynamic it can still contain images. Take yahoo.com as an example. The have special webservers that only deliver the images (you can see this when you look

Re: [JBoss-user] yet HttpSession problems (Was:Anyone succesfully using session clusters?)

2002-12-10 Thread Jules Gosnell
Joao, I'm sure I checked this fix in - maybe it is on another branch - I will have a look tonight. Apart from this fix, ar you experiencing any other problems ? Jules Joao Pedro Clemente wrote: Hello, Which HTTP Session implementation do you use? hmmm... the default one? Jetty? From to

Re: [JBoss-user] Anyone succesfully using session clusters?

2002-12-05 Thread Jules Gosnell
Jetty (JBossWeb) or Tomcat ? Jules Joao Pedro Clemente wrote: Yes, I'm talkinga about httpsession. I've browsed over jboss's cvs and found nothing calle "Branch_3_0" (http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/jboss/) maybe I'm looking on the wrong place? maybe its what is under "jboss"

Re: [JBoss-user] Setting distributable tag on web.xml fails to deploy

2002-12-04 Thread Jules Gosnell
Joao Pedro Clemente wrote: If we are talking Jetty (JBossWeb) - 2 things : You need to be running the 'all' configuration The distributable support is improved in 3.0.4 Thank you Jules. We are talking about Jetty. I think that it's impossible to use distributable in 3.0.3, as I've searched s

Re: [JBoss-user] Setting distributable tag on web.xml fails to deploy

2002-12-04 Thread Jules Gosnell
Dan A. Dickey wrote: On Tuesday 03 December 2002 09:13 am, João Clemente wrote: I've tried to get http session replication woking by placing the distributable tag in my web.xml file, running with JBoss 3.0.3. Well, the clustering manual says something like "place a clustering tag as true in we

Re: [JBoss-user] Problems with JetSpeed on JBoss

2002-11-28 Thread Jules Gosnell
Fabiano Cruz (Cilix Software) wrote: Hi aLL, I´m running JetSpeed 1.4b1 with MySQL on JBoss 3.0.3 ... "everything works fine", but when JBoss started, I´m not seeing this msg: 10:13:18,069 INFO [Server] JBoss (MX MicroKernel) [3.0.3 Date:200209301503] Sta rted in 0m:18s:984ms This message a

Re: [JBoss-user] deploying war file

2002-11-28 Thread Jules Gosnell
BTW - you might find this thread on Benchmarking interesting... http://groups.yahoo.com/group/jetty-discuss/message/5101 Jules Jules Gosnell wrote: SainTiss wrote: Well, to be honest, there isn't any particular reason why I chose the tomcat-integrated build... I just thought that

Re: [JBoss-user] deploying war file

2002-11-28 Thread Jules Gosnell
any feedback, or problems that you find moving apps from TC to Jetty would be much appreciated. Jules Hans On Thu, 2002-11-28 at 11:29, Jules Gosnell wrote: too bad ! you should try Jetty - it comes bundled by default in the JBoss download. I do the integration AND answer questions on

Re: [JBoss-user] deploying war file

2002-11-28 Thread Jules Gosnell
hat's not it, then sorry for flaunting my ignorance. Jules SainTiss wrote: Hi, thanks for the offer, but I am using Tomcat indeed... Hans On Thu, 2002-11-28 at 10:43, Jules Gosnell wrote: SainTiss wrote: Hi, I'm trying to create a servlet here... I've already crea

Re: [JBoss-user] deploying war file

2002-11-28 Thread Jules Gosnell
SainTiss wrote: Hi, I'm trying to create a servlet here... I've already created a .war file, and jboss says it's been deployed correctly... Now what is the url for the servlet? localhost:8080/ is the only thing that doesn't yield an error, but it doesn't execute the servlet either.. Thanks

Re: AW: [JBoss-user] deploying war file

2002-11-27 Thread Jules Gosnell
what is in your jboss-web.xml ? does it mess with your context root ? If so, your warname is probably being ignored in favour of this entry. Jules SainTiss wrote: Hi, I do have an entry, which looks like this: ClientServlet Saint Client Servlet eenloketsysteem.ClientServlet

Re: [JBoss-user] Jetty/JSP Broken in 3.0.4?

2002-11-25 Thread Jules Gosnell
Mail me the ear and I will look at it. jules Stefan Arentz wrote: Hey, I have a very simple project that works just fine on tomcat. When I deploy it in JBoss/Jetty then I get the following error, even for the most simple JSP that contains no code: HTTP ERROR: 500 Unable to compile class for

[JBoss-user] Re: 2.4.10 with jetty 4.2.1: CNFE for org.apache.jasper.servlet.JspServlet

2002-11-22 Thread Jules Gosnell
s, Jules Jerome Lacoste (Frisurf) wrote: On Wed, 2002-11-20 at 14:39, Jules Gosnell wrote: Excellent. Please keep me informed of any problems. Here it goes: I managed to deploy our application 10 minutes ago, and until now it has been running OK. I had one problem to solve: Upon deploym

Re: [JBoss-user] JBoss-3.2.0beta2 released

2002-11-20 Thread Jules Gosnell
Re: the : java.lang.ClassNotFoundException: Unexpected error during load of: org.mortbay.j2ee.session.JGStore, msg=org/javagroups/MessageListener that you get when starting the 'default' configuration. Simply copying the javagroups.jar from server/all/lib into server/default/lib should put a st

Re: 2.4.10 with jetty (was Re: [JBoss-user] Following up log4j deadlock...)

2002-11-20 Thread Jules Gosnell
wrote: On Wed, 2002-11-20 at 12:47, Jules Gosnell wrote: get fresh JBoss 2.4.10 and Jetty 4.2.1 binary releases from SourceForge unpack both, setting JBOSS_HOME and JETTY_HOME to their top-levels find the JBoss cvs page on SourceForge, read it, and do a clean 'cvs co -r Branch_2_4 jboss-2.

Re: 2.4.10 with jetty (was Re: [JBoss-user] Following up log4j deadlock...)

2002-11-20 Thread Jules Gosnell
ined JBOSS_HOME. Do I need to donwload Jboss 2.4.10 binary release, install it and use it as JBOSS_HOME? Or can I use a former installation? You could, but I have only tried building against 2.4.10 jerome On Wed, 2002-11-20 at 11:17, Jules Gosnell wrote: There is a thread in the forums abo

Re: 2.4.10 with jetty (was Re: [JBoss-user] Following up log4j deadlock...)

2002-11-20 Thread Jules Gosnell
There is a thread in the forums about 2.4.10/Jetty. It's in CVS and I have invited anyone who wants to give it a whirl to do so and come back to me with any problems. When this happens, I'll find the time to release it. Jules Jerome Lacoste (Frisurf) wrote: I had missed the release as the jbo

[JBoss-user] Re: [Fwd: Re: [jetty-discuss] Release 4.2.1]

2002-11-18 Thread Jules Gosnell
Get the most recent Jetty and the most recent JBoss. swap the jars in .../deploy/jbossweb.sar/ for their equivalent in the Jetty distro, using org.mortbay.jetty-1.2.jar in place of org.mortbay.jetty.jar (...jetty.jar is for 1.4, ...jetty-1.2.jar for 1.2&1.3) if you are running on 1.3 JVM. errr

Re: [JBoss-user] JBossWeb dist => JBoss/Jetty dist?

2002-11-18 Thread Jules Gosnell
YES otisg wrote: Hello, Is JBoss distribution available at http://jboss.org/downloads.jsp with the description of: "(includes JBossWeb HTTP server and JSP/Servlet engine)" the same as the distribution previously referred to as JBoss/Jetty combination? I've looked a JBossWeb stuff, and that

Re: [JBoss-user] Jetty and Clustering ..

2002-11-18 Thread Jules Gosnell
ypo in the class name, so please ignore that delta. Dustin -Original Message----- From: Jules Gosnell [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 14, 2002 4:21 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Jetty and Clustering .. I've just notice that you are using 3.2beta

Re: [JBoss-user] Jetty and Clustering ..

2002-11-14 Thread Jules Gosnell
) + ""); %> Below is test2.jsp which should display the information stored in the SessionInfo bean: Test Page We are on test page 2 <%out.println(sessionInfo.getInfo());%> If I remove from web.xml, then test2.jsp will show "Info was set on the test.jsp page&qu

Re: [JBoss-user] Jetty and Clustering ..

2002-11-14 Thread Jules Gosnell
Here is a reply I wrote to the same problem recently - the guy came back and told me it worked fine: Bernie, I haven't had time to run the app, but I think that I know what is happening. Imagine you are talking to a remote object (e.g. an EJB). you create a HashTable - ht you call bean.setHas

Re: [JBoss-user] Jboss dist w/o a Servlet container?

2002-11-12 Thread Jules Gosnell
So remove the http-invoker.sar. AFAIK it is used to accept EJB invocations via HTTP. If you have no integrated webcontainer (I'm assuming external use of Resin) then you won't be able to use it anyway. In fact copy 'all' to 'myserver' and run.sh -c myserver. Remove services from myserver/deplo

Re: [JBoss-user] JBOss server : HTTP Error: Internal server Error

2002-11-07 Thread Jules Gosnell
What version ? What port ? Logfile ? OS ? JVM ? etc ? Jules Kazandjian Erik wrote: Is there anyone who can connect to the JBoss server. I always get HTTP ERROR: 500 Internal Server Error RequestURI=/ Thanks Erik ___

Re: [JBoss-user] Jboss 3.0.4 with Jetty, ROOT.war

2002-11-06 Thread Jules Gosnell
om: Sebastian Hauer [mailto:sebastian.hauer@;sknt.com] Sent: Wednesday, November 06, 2002 4:42 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-user] Jboss 3.0.4 with Jetty, ROOT.war Hi Jules, -Original Message- From: Jules Gosnell [mailto:jules@;mortbay.com] Sent: Wednesday, November 06,

Re: [JBoss-user] Jboss 3.0.4 with Jetty, ROOT.war

2002-11-06 Thread Jules Gosnell
1. where did you find this instruction ? 2. have you tried root.war ? Jules Sebastian Hauer wrote: Actually to answer my question. I was able to bind ROOT.war to the / context using a jboss-web.xml file where I defined / as context. According to the current documentation I should have been able

Re: [JBoss-user] Httpsession clustering synch?

2002-11-05 Thread Jules Gosnell
Sacha Labourey wrote: But now that I do, I will try your debug idea and see what I can get for logs. BTW I am very glad to hear the sessions are updated with attribute granularity! Session level would kill my app I think! it really depends. Some MVC framework use a single HTTPSession attribute

Re: [JBoss-user] Httpsession clustering synch?

2002-11-05 Thread Jules Gosnell
Sacha Labourey wrote: Ah, ok, I thought he was using the JBoss' one. Anyway, I was interested in the problem and wasn't able to understand the scenario. Did you? ;) -Message d'origine- De : [EMAIL PROTECTED] [mailto:jboss-user-admin@;lists.sourceforge.net]De la part de

Re: [JBoss-user] Httpsession clustering synch?

2002-11-05 Thread Jules Gosnell
osed to work, is it supposed to synch up servers coming online after activity has already occurred? rick ----- Original Message - From: "Jules Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 7:51 PM Subject: Re: [JBoss-user] Httpsessio

Re: [JBoss-user] Httpsession clustering synch?

2002-11-04 Thread Jules Gosnell
b is OK. - Original Message - From: "Jules Gosnell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 04, 2002 4:43 PM Subject: Re: [JBoss-user] Httpsession clustering synch? Jetty or Tomcat - more detail please. Jules LaBanca, Rick wrote: I

Re: [JBoss-user] Httpsession clustering synch?

2002-11-04 Thread Jules Gosnell
Jetty or Tomcat - more detail please. Jules LaBanca, Rick wrote: It appears clustering session works well, except for one condition. If server a is in use, then I start server b, server b won't have the session info (I guess it wasn't around to hear it). Is this just the limits of the javagroups

Re: [JBoss-user] JBoss3.0, Tomcat, SSL

2002-10-29 Thread Jules Gosnell
https://localhost:8443/pc ? Jules [EMAIL PROTECTED] wrote: I'm new to JBoss and SSL. Using jboss-3.0.3_tomcat- 4.0.5, I have created a test application packaged as "pc.ear". I want to use SSL to protect connections between a client's browser and the servlets/JSP pages of the application.

  1   2   3   >