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

2003-08-14 Thread Jules Gosnell
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 browser at the correct context on your

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

2003-08-14 Thread Jules Gosnell
-- /** * Jules Gosnell * Partner * Core Developers Network (Europe) **/ --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download

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

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

Re: [JBoss-user] jetty oracle

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

Re: [JBoss-user] Re: Mod_JK Failover

2003-07-08 Thread Jules Gosnell
in 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 references

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,

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 Servers. We

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] 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

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

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

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

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

2003-04-02 Thread Jules Gosnell
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 class

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=detailatid=376685aid=709559group_id =22866 In my opinion the jetty-out-of-the-Jboss-box is bogus as other systems like jboss-with-tomcat or Bea wls6.2

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). ?xml version=1.0 encoding=ISO-8859-1? !DOCTYPE Configure PUBLIC -//Mort Bay

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] 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

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.jsp);

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: Call name=addListener Arg New class=org.mortbay.http.SunJsseListener Set name=Port8443/Set Set name=MinThreads5/Set Set name=MaxThreads255/Set Set name=MaxIdleTimeMs5/Set Set

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

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

Re: [JBoss-user] classpath for JSP compiling

2003-02-25 Thread Jules Gosnell
, then 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: [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

[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

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 distributed/ tag to your

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] classpath for JSP compiling

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

Re: [JBoss-user] classpath for JSP compiling

2003-02-17 Thread Jules Gosnell
... - 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 deploy time? The servlet approach has

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] 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] 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

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

2003-01-24 Thread Jules Gosnell
1.4, JBoss 3.0.4, Window2000 Thanks in advance, Phuwarin Jules Gosnell

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=HEADcontent-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-23 Thread Jules Gosnell
. 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-blow account

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
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:

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 sourceforge. 01:16

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] 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

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 -

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 sourceforge. 01:16:45,502

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

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

[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

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

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

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] 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] 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] 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

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] 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

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

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 env-entry 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

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 when

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

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

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 Session

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
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

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

Re: [JBoss-user] deploying war file

2002-11-28 Thread Jules Gosnell
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 created a .war file

Re: [JBoss-user] deploying war file

2002-11-28 Thread Jules Gosnell
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 the list :-) BTW - not that I know anything

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

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

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: servlet servlet-nameClientServlet/servlet-name display-nameSaint

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
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 deployment of EAR

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

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

2002-11-20 Thread Jules Gosnell
. 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 about 2.4.10/Jetty

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

2002-11-20 Thread Jules Gosnell
: 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.4' cd

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

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

2002-11-18 Thread Jules Gosnell
that typo 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 jsp:useBean and Clustering .. I've just notice that you are using

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 jsp:useBean 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

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

2002-11-14 Thread Jules Gosnell
on the test.jsp page as expected. So something else still isn't right. Dustin -Original Message- From: Jules Gosnell [mailto:jules;mortbay.com] Sent: Thursday, November 14, 2002 11:25 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Jetty jsp:useBean and Clustering .. Here is a reply I wrote

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

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
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] Jboss 3.0.4 with Jetty, ROOT.war

2002-11-06 Thread Jules Gosnell
, 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, 2002 3:57 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Jboss

Re: [JBoss-user] Httpsession clustering synch?

2002-11-05 Thread Jules Gosnell
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] Httpsession clustering synch? OS JVM JBoss version What have you

Re: [JBoss-user] Httpsession clustering synch?

2002-11-05 Thread Jules Gosnell
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 Jules Gosnell Envoyé : mardi

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

Re: [JBoss-user] Httpsession clustering synch?

2002-11-04 Thread Jules Gosnell
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: It appears clustering session works well, except for one

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. I

Re: [JBoss-user] jboss-3.0.3_tomcat-4.1.12 VS JBOSS3.0.3-jetty

2002-10-26 Thread Jules Gosnell
Jetty and Tomcat are two different implementations of the same specifications. Jetty is included by default in the JBoss3 distrib, Tomcat is available in a separate bundled download. Functionally, provided you do not stray from the specs, they should be identical (however the spec has areas

Re: [JBoss-user] Still Disappearing JSPs seen via Jetty

2002-10-15 Thread Jules Gosnell
Look around in /tmp/Jetty_* dirs Is it possible that some chron job is removing the JSPs from these directories ? Jules Frank Morton wrote: I've posted this a number of times with no response each time it happens. And it is happening right now, do I'd like to know if there is anything

Re: [JBoss-user] JBoss only using 1 of 8 cpu's

2002-10-11 Thread Jules Gosnell
Alwyn Schoeman wrote: Hi, I'm running JBoss 3.0.3 on a Sun Fire 880 with 8 cpu's. Even though I have about 450 threads going it uses only 1 cpu and not very well at that. I have tried all the JVM options for 1.4.1, but no difference. Anyone have any ideas? If you are doing web work

Re: [JBoss-user] Help!!!: Redeploy problem

2002-10-08 Thread Jules Gosnell
copy the file onto the same filesystem, then move it into deploy - this will be an immediate/atomic operation Jules Greg Turner wrote: When JBoss hot deploys something, it makes a copy into tmp and actually deploys the copy in tmp. I am guessing that what happens is that when ftp starts

Re: [JBoss-user] NullPointerException with Jetty's deployer when distributable is set

2002-10-08 Thread Jules Gosnell
, or a bug ticket number that I can track? Thanks, Dustin -Original Message- From: Jules Gosnell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 6:27 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] NullPointerException with Jetty's deployer when distributable i s set

Re: [JBoss-user] NullPointerException with Jetty's deployer whendistributable i s set

2002-10-02 Thread Jules Gosnell
Thanks for spotting this. It looks like the ground shifted under my feet between releases. I'll get to this as soon as I have the time. Jules Barlow, Dustin wrote: I am running the tip version 3.2.0beta2 (did a cvs update about 2 hours ago). I am playing with the HttpSession clustering

Re: [JBoss-user] 3.0.3 bug? NullPointer when deploying

2002-10-02 Thread Jules Gosnell
Thanks for spotting this. It looks like the ground shifted under my feet between releases. I'll get to this as soon as I have the time. Jules Mathias Bogaert wrote: When I deploy my ear on JBoss 3.0.3 (worked fine with 3.0.2) with distributable/ in the web.xml file of the contained war

Re: [JBoss-user] Servlet API weirdness

2002-10-02 Thread Jules Gosnell
Please post your web.xml. Please ensure that you are using the same web.xml when running in either container. Jules Eric Anderson wrote: I recently moved a servlet .war file from Tomcat 4.0.1 to JBoss 3.0.2/Jetty. This caused the application to break, mainly because

Re: [JBoss-user] jboss + tomcat problem

2002-10-01 Thread Jules Gosnell
Arijit Ghosh wrote: I am using Jboss3.0 with TOmcat 4.0.3 Wjen I start my Jboss, and type in the web browser -- http://localhost:8080 I am getting the following error -- Apache Tomcat/4.0.3 - HTTP Status 500 - No Context configured to process this request This means exactly what it

Re: [JBoss-user] Colorfull memory puzzle

2002-09-30 Thread Jules Gosnell
So, Michael, When are you going to post your monitoring/graphing code - it looks useful Jules Michael Bartmann wrote: Hello again, perhaps some of you remember my posting about health monitoring. I hacked a tiny MBean framework with SampleService-plugins. My biggest problem is

Re: [JBoss-user] jboss3.0.2-jetty4.1.0

2002-09-27 Thread Jules Gosnell
d/l JBoss-3.2beta and take the jbossweb.sar and jbossweb-ejb.jar from that. Jules Catalin Teodorescu wrote: Hi all, is there any bundle of jboss3.0.2 and jetty4.1.0? I replaced the jars by hand in the jboss3.0.2 but it does not register the contex for my .ear. (No errors in the log

[Fwd: [JBoss-user] Jetty's javax.servlet.error request attributes]

2002-09-24 Thread Jules Gosnell
forwarding you to Jetty-Discuss... Jules ---BeginMessage--- Should javax.servlet.error.status_code attribute contain a corresponding value in case of HTTP error? Is it mandatory by the spec? With Jetty that comes with current JBoss-3.2.0beta2 status_code is null for 404 (haven't tried

  1   2   >