Re: [JBoss-user] Jboss-Tomcat 3.2.x - Petstore application

2003-10-31 Thread harm
TED] To [EMAIL PROTECTED] cc Subject [JBoss-user] Jboss-Tomcat 3.2.x - Petstore application Anyone got a successful deployment ? regards Arun DISCLAIMER*** Information contained and transmitted by this e-mail is

[JBoss-user] Jboss-Tomcat 3.2.x - Petstore application

2003-10-31 Thread ARUN PRASAD
Anyone got a successful deployment ? regards Arun DISCLAIMER*** Information contained and transmitted by this e-mail is confidential and proprietary to Tata Steel Ltd. and is intended for use only by the addressee. If you are n

Re: [JBoss-user] HTTP BASIC authentication is broken (Was: Re: [JBoss-user] JBoss+Tomcat vs. Tomcat: Authentication Differences)

2003-10-14 Thread Scott M Stark
There is nothing wrong with basic auth in JBoss-3.2.2RC4_Tomcat-4.1.27. It sounds like the app is expecting there to be a valid user on non-secured pages and the caching that is required to achive this is disabled in the embedded version because it breaks the ability to transmit the caller creden

[JBoss-user] HTTP BASIC authentication is broken (Was: Re: [JBoss-user] JBoss+Tomcat vs. Tomcat: Authentication Differences)

2003-10-14 Thread Weiqi Gao
Is HTTP BASIC authentication broken in JBoss-3.2.2RC4_Tomcat-4.1.27? Using UsersRolesLoginModule seems not to work reliably as a replacement for Tomcat's MemoryRealm, at least in the scenario I outlined in my original post four days ago. -- Weiqi Gao [EMAIL PROTECTED] On Fri, 2003-10-10 at 20:2

[JBoss-user] HTTP BASIC authentication is broken (Was: Re: [JBoss-user] JBoss+Tomcat vs. Tomcat: Authentication Differences)

2003-10-14 Thread Weiqi Gao
Is HTTP BASIC authentication broken in JBoss-3.2.2RC4_Tomcat-4.1.27? Using UsersRolesLoginModule seems not to work reliably as a replacement for Tomcat's MemoryRealm, at least in the scenario I outlined in my original post four days ago. -- Weiqi Gao [EMAIL PROTECTED] On Fri, 2003-10-10 at 20:2

[JBoss-user] JBoss+Tomcat vs. Tomcat: Authentication Differences

2003-10-10 Thread Weiqi Gao
Hi, I'm trying to setup Simon Brown's Weblog software Pebble 1.3 (http://www.simongbrown.com/blog/readme.html) under JBoss+Tomcat bundle and encountered some difficulties that maybe are related to the way JBoss does authentication for webapps. Deployment-wise, Pebble is very simple. I downloaded

Re: [JBoss-user] JBoss + Tomcat + DIGEST

2003-09-21 Thread Scott M Stark
Yes, the integration is incomplete because digest auth requires that the server know the clear text password as entered by the user. This is generally not something one can lookup and there is no support for this in the JAAS integration. The only thing that makes sense to do would be to create a

Re: [JBoss-user] JBoss + Tomcat + DIGEST

2003-09-18 Thread Scott M Stark
Yes, I'll have to look into this. -- Scott Stark Chief Technology Officer JBoss Group, LLC [EMAIL PROTECTED] wrote: Hi! How can I get DIGEST authentication get working with Tomcat? I have written a login-module, which works fine, if I am using F

[JBoss-user] JBoss + Tomcat + DIGEST

2003-09-18 Thread TIBOR . KISS
Hi! How can I get DIGEST authentication get working with Tomcat? I have written a login-module, which works fine, if I am using FORM or BASIC authentication, however, my methods are not even invoked, if I switch to DIGEST auth. Could the following code snippet be the problem? package org.jboss

Re: [JBoss-user] JBoss+Tomcat answering for static files

2003-09-03 Thread Scott M Stark
This is supported in 3.2.2RC2+ by adding the element: to the deploy/jbossweb-tomcat.sar/META-INF/jboss-service.xml descriptor in the Config attribute element content: ... ... ... Victor Batista wrote: Hello!

[JBoss-user] JBoss+Tomcat answering for static files

2003-09-03 Thread Victor Batista
Hello! I am using JBoss-3.2.1 with bundled Tomcat-4.1.24 (without Apache or any other webserver). I need Tomcat to answer for static files which are on a remote dir. How can I do this? I need to do something like the following (If I was running Tomcat as a standalone process):

Re: [JBoss-user] JBoss/Tomcat and J2EE 1.4

2003-09-02 Thread Remy Maucherat
Matthew Hixson wrote: I know that J2EE 1.4 is still beta, but I was wondering what the JBoss Group's plans are for supporting it. Namely, how quickly after J2EE 1.4 final can we expect to see JBoss and Tomcat implementing the new APIs and supporting all of the new web services stuff? Tomcat 5 S

[JBoss-user] JBoss/Tomcat and J2EE 1.4

2003-09-02 Thread Matthew Hixson
I know that J2EE 1.4 is still beta, but I was wondering what the JBoss Group's plans are for supporting it. Namely, how quickly after J2EE 1.4 final can we expect to see JBoss and Tomcat implementing the new APIs and supporting all of the new web services stuff? Thanks, -M@ ---

RE: [JBoss-user] JBoss TomCat

2003-08-20 Thread Rupp, Heiko
Hi, > I am asking it due to some problems in our customer using > JBoss-TomCat. What problems do you see? Can you post stack traces? > Have something about network, or other problem that can > generates connection crashes? Can you post config files? Heiko -- Heiko W. Rupp

[JBoss-user] JBoss TomCat

2003-08-19 Thread Edgar Silva
Hi Folks... Somebody knows if is possible to use Tomcat's DataSource instead JBoss's Datasource? I am asking it due to some problems in our customer using JBoss-TomCat. Have something about network, or other problem that can generates connection crashes? I am using RadHat 7.2 and JBoss 3.2.1-To

Re: [JBoss-user] JBoss/Tomcat and xdoclet tutorial?

2003-06-05 Thread Paul Ranauro
might be able to answer them. Paul - Original Message - From: "Matthew Hixson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 03, 2003 9:48 PM Subject: [JBoss-user] JBoss/Tomcat and xdoclet tutorial? > I was wondering if someone could point me t

RE: [JBoss-user] JBoss/Tomcat and xdoclet tutorial?

2003-06-04 Thread Rupp,Heiko
Hi, > I was wondering if someone could point me to some documentation that > contains step-by-step instructions for configuring an entity > bean and a > session bean for deployment in Tomcat and JBoss by using xdoclet. I There is the xpetstore on sf.net that sould give some hints. Not really

[JBoss-user] JBoss/Tomcat and xdoclet tutorial?

2003-06-04 Thread Matthew Hixson
I was wondering if someone could point me to some documentation that contains step-by-step instructions for configuring an entity bean and a session bean for deployment in Tomcat and JBoss by using xdoclet. I would like to know exactly which xdoclet tags to use to generate which parts of the d

Re: [JBoss-user] Jboss - Tomcat help !!

2003-01-30 Thread Rod Macpherson
Smells like a duplicate package (javax.servlet.jsp) in the classpath. - Original Message - From: "Gabriel Pinto" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 10:55 AM Subject: [JBoss-user] Jboss - Tomcat help !! I'm getting s

[JBoss-user] Jboss - Tomcat help !!

2003-01-30 Thread Gabriel Pinto
I'm getting some errors sometimes when I try to access my application. Does anyone know what is it ? Thanks Gabriel Error: Apache Tomcat/4.0.6 - HTTP Status 500 - Internal Server Error type Exception report m

[JBoss-user] JBoss + Tomcat - LDAP Authorization -- mapping logical roles to the actual roles

2002-11-20 Thread Dhiraj Ramakrishnan
Hi , I am Dhiraj Ramakrishnan, a software engineer from India. I am facing the following problem in JBoss, I am trying to implement LDAP configuration with JBOSS3.0.4_Tomcat. I have configured the login-config.xml to the following,

RE: [JBoss-user] JBoss/Tomcat hanging on undeploy

2002-10-28 Thread Schnitzer, Jeff
How about a slightly different question: Has anyone else experienced this, or am I alone in the universe? :-) Thanks, Jeff Schnitzer [EMAIL PROTECTED] > -Original Message- > From: Schnitzer, Jeff > Sent: Thursday, October 24, 2002 2:19 PM > To: [EMAIL PROTECTED] > Subje

[JBoss-user] JBoss/Tomcat hanging on undeploy

2002-10-24 Thread Schnitzer, Jeff
Hi! I've noticed that JBoss (3.0.2, with Tomcat 4.0.4) seems to hang periodically when trying to undeploy an application, either as part of the shutdown process or as part of a redeploy. The problematic message seems to be: 2002-10-24 20:04:37,378 INFO [org.jboss.web.localhost.Engine] StandardW

Re: Re: [JBoss-user] jboss + tomcat problem

2002-10-01 Thread Arijit Ghosh
But as I said, the ROOT context exists. So it should display the default page -- And it works perfectly in Jboss 2.4.3 with Tomcat 3.2.3 Regards, Arijit 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:

RE: [JBoss-user] Jboss/TOMCAT default page not showing -- http://localhost:8080

2002-10-01 Thread Barlow, Dustin
Tuesday, October 01, 2002 5:22 AM > To: JBoss User > Subject: [JBoss-user] Jboss/TOMCAT default page not showing -- > http://localhost:8080 > > > Please ignore the earlier mail as I forgot to add the ERRORS. :( > > Hi, > > Can somebody help me ? > > I am usi

Re: [JBoss-user] jboss + tomcat 4.1.12

2002-10-01 Thread Pete Beck
This also works with V3. I never managed to get Coyote working for SSL though On Mon, 2002-09-30 at 23:29, James Cooley wrote: > Hi David, > > It's pretty simple to get the Coyote connector working with JBoss 2.4.7 > and Tomcat 4.0.4. Just replace > > org.apache.catalina.connector.http10.

[JBoss-user] Jboss/TOMCAT default page not showing -- http://localhost:8080

2002-10-01 Thread Arijit Ghosh
Please ignore the earlier mail as I forgot to add the ERRORS. :( Hi, Can somebody help me ? I am using JBoss3.0 with Tomcat4.0.3. After starting Jboss, and on trying http://localhost:8080 I am getting the following error on the JSP page Apache Tomcat/4.0.3 - HTTP Status 500 - No Context

[JBoss-user] Jboss/TOMCAT default page not showing -- http://localhost:8080

2002-10-01 Thread Arijit Ghosh
Hi, Can somebody help me ? I am using JBoss3.0 with Tomcat4.0.3. After starting Jboss, and on trying http://localhost:8080 I am getting the following error on the JSP page and following OUTPUT on the JBoss server --- However, on using Jboss2.4.3 with Tomcat3.2.3, and on trying http://l

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 w

RE: [JBoss-user] jboss + tomcat problem

2002-09-30 Thread Saroj Kumar
Subject: [JBoss-user] jboss + tomcat problem 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

[JBoss-user] jboss + tomcat problem

2002-09-30 Thread Arijit Ghosh
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 --

RE: [JBoss-user] jboss + tomcat 4.1.12

2002-09-30 Thread Liam Magee
ECTED]] On Behalf Of David Ward Sent: Tuesday, October 01, 2002 4:40 AM To: [EMAIL PROTECTED] Subject: [JBoss-user] jboss + tomcat 4.1.12 Just wondering why each new release of JBoss gets bundled with old branches of Tomcat (or Catalina). For instance, tomcat 3.2.x and catalina 4.0.x, instead of

Re: [JBoss-user] jboss + tomcat 4.1.12

2002-09-30 Thread James Cooley
Hi David, It's pretty simple to get the Coyote connector working with JBoss 2.4.7 and Tomcat 4.0.4. Just replace org.apache.catalina.connector.http10.HttpConnector with org.apache.coyote.tomcat4.CoyoteConnector in your jboss.jcml in the conf/catalina directory. I'd imagine 2.4.9 shou

Re: [JBoss-user] jboss + tomcat 4.1.12

2002-09-30 Thread Tom Coleman
Is mod_webapp a viable option? It works with Catalina 4.0. Configuration is much simpler than mod_jk, which we left behind long ago. > > However, I'm kind of stuck in that I want to drop mod_jk (unacceptable > performance) for the Coyote connector, but that doesn't come included > until Cat

[JBoss-user] jboss + tomcat 4.1.12

2002-09-30 Thread David Ward
Just wondering why each new release of JBoss gets bundled with old branches of Tomcat (or Catalina). For instance, tomcat 3.2.x and catalina 4.0.x, instead of 3.3.x and 4.1.x. Classloading issues? My guess is just strapped for time to regression test the bundles (understandable). I'm sure

Re: [JBoss-user] JBoss/Tomcat Question

2002-08-12 Thread Greg Turner
I believe this is a necessary but insufficient condition for running clustered http sessions.  I mean, you have to also tell the tomcat specific code to hook into the JBoss clustering code because it is tomcat code that implements the servlet API. scott ditzenberger wrote: Greg, I think you need

Re: [JBoss-user] JBoss/Tomcat Question

2002-08-12 Thread jboss-user
You can easily migrate fom 3.0. Just copy catalina dir from 3.0 into 3.0.1 and remove jbossweb.sar directory from deploy and copy tomcat4-service.* from 3.0 deploy into 3.0.1 deploy dir. Should work...:) Martin Vanek > Is there going to be a release of > JBoss-3.0.1Final/Tomcat-4.0.3 ? > Greg

Re: [JBoss-user] JBoss/Tomcat Question

2002-08-11 Thread scott ditzenberger
Greg, I think you need to run {jboss_dist}/server/all instead of {jboss_dist}/server/default. SD  Greg Turner <[EMAIL PROTECTED]>wrote: OK. so my next question is how do I turn on clustered http sessions forJBoss/Tomcat combo?Pavel Kolesnikov wrote:> On Sun, 11 Aug 2002, Greg Turner wrote:>> > Is t

Re: [JBoss-user] JBoss/Tomcat Question

2002-08-11 Thread Greg Turner
OK. so my next question is how do I turn on clustered http sessions for JBoss/Tomcat combo? Pavel Kolesnikov wrote: > On Sun, 11 Aug 2002, Greg Turner wrote: > > > Is there going to be a release of JBoss-3.0.1Final/Tomcat-4.0.3 ? > > Until it's released try to remove deploy/jbossweb.sar and cop

Re: [JBoss-user] JBoss/Tomcat Question

2002-08-11 Thread Pavel Kolesnikov
On Sun, 11 Aug 2002, Greg Turner wrote: > Is there going to be a release of JBoss-3.0.1Final/Tomcat-4.0.3 ? Until it's released try to remove deploy/jbossweb.sar and copy all tomcat related files (jboss/catalina and jboss/server/default/deploy/tomcat*xml) from older release of JBoss-3.*/Tomcat

[JBoss-user] JBoss/Tomcat Question

2002-08-11 Thread Greg Turner
Is there going to be a release of JBoss-3.0.1Final/Tomcat-4.0.3 ? Greg --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [E

Re: [JBoss-user] JBoss & Tomcat

2002-07-30 Thread Peter T. Abplanalp
;Peter T. Abplanalp" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, July 30, 2002 11:38 AM > Subject: [JBoss-user] JBoss & Tomcat > > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > hi all. i am trying to i

RE: [JBoss-user] JBoss & Tomcat

2002-07-30 Thread Enrique Vetere
uenos Aires - Argentina --- -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Peter T. Abplanalp Sent: Tuesday, July 30, 2002 3:38 PM To: [EMAIL PROTECTED] Subject: [JBoss-user] JBoss & Tomcat -

Re: [JBoss-user] JBoss & Tomcat

2002-07-30 Thread Scott M Stark
lt;[EMAIL PROTECTED]> Sent: Tuesday, July 30, 2002 11:38 AM Subject: [JBoss-user] JBoss & Tomcat > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > hi all. i am trying to integrate jboss/tomcat with apache and after > some research have come to the conclusion that the

[JBoss-user] JBoss & Tomcat

2002-07-30 Thread Peter T. Abplanalp
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi all. i am trying to integrate jboss/tomcat with apache and after some research have come to the conclusion that the tomcat in jboss/tomcat does not use the server.xml file in ~jboss/catalina/conf. has anyone else noticed this? am i missing someth

[JBoss-user] jboss + tomcat + jboss + SSL client auth

2002-05-29 Thread Dawes, Phil
Hi All, Our company is using jboss 3.0.0rc1 + tomcat, and we have written a custom jaas loginmodule to authenticate users via password. We have an company wide PKI infrastructure which we use with weblogic, and are keen to use with jboss. 1) Is it possible with the 3.0 builds to authenticate br

Re: [JBoss-user] JBoss, Tomcat and Apache 2

2002-04-22 Thread Ricardo Argüello
1 Thanks in advance, Ricardo - Original Message - From: "Simon Stewart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 22, 2002 5:52 AM Subject: [JBoss-user] JBoss, Tomcat and Apache 2 > It's taken a while, but I now have Apache 2.0.35 and

Re: [JBoss-user] JBoss, Tomcat and Apache 2

2002-04-22 Thread Simon Stewart
Shows how much I know. I've got everything working fine now. For other people in the same boat (wanting to get Apache 2, JBoss 3 RC1 and mod_webapp working together, I've put up a HOWTO at: http://www.pubbitch.org/jboss.html Cheers, Simon -- Real Programmers don't comment their code. If it w

[JBoss-user] JBoss, Tomcat and Apache 2

2002-04-22 Thread Simon Stewart
It's taken a while, but I now have Apache 2.0.35 and a standalone installation of Tomcat 4.0.3 talking to each other via mod_webapp from the jakarta connectors project. I now want to do the same thing with the embedded installation of Tomcat from the JBoss RC1 + tomcat binaries. Foolishly, I thou

[JBoss-user] JBoss, tomcat, Apache 2

2002-04-19 Thread Simon Stewart
Just about to lurch headlong into installing JBoss 3RC1 + tomcat from binaries alongside Apache 2.0.35. I'm planning on using the mod_jk connector downloaded fresh from the apache tomcat site and have successfully built it (after first downgrading to JDK1.3 because there's something about the JDK1

RE: [JBoss-user] Jboss - Tomcat - Struts

2002-03-25 Thread Maris Orbidans
hi Chris We are developing our project with JBoss, Tomcat and Struts. > This is a newbie question but what is the advantages for having Tomcat >and JBoss >integrated. You can deploy EAR archives. I think that's the main advantage. > I am new to the ejb world and have started developing t

[JBoss-user] Jboss - Tomcat - Struts

2002-03-23 Thread Chris Perren
This is a newbie question but what is the advantages for having Tomcat and JBoss integrated. I am new to the ejb world and have started developing them by running JBoss through my IDE (jbuilder). Everything seem ok except for having to created a new EAR files for JSP and Struts modification

[JBoss-user] JBOSS-Tomcat-SSL

2002-01-22 Thread Andrea Malavasi
>I follow the instructions present in www.jboss.org to configur Jboss with SSL >but i have some problems. the version of Jboss and Tomcat are different. The version I use is Jboss 2.4.3 and Tomcat 4.0. >is possible to make this configuration? >if yes, i need detailed information about the steps t

Re: [JBoss-user] JBoss + Tomcat running independently

2001-12-08 Thread Tom Armistead
D" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, December 05, 2001 11:37 AM Subject: [JBoss-user] JBoss + Tomcat running independently > > Hi > > Having happily run the JBoss + Tomcat package from the jboss.org site > fo

Re: [JBoss-user] JBoss + Tomcat running independently

2001-12-07 Thread Guy Rouillier
No, nothing special, other than to make sure that the jboss/client classes are in the tomcat/lib directory. - Original Message - From: "Allan Kamau" <[EMAIL PROTECTED]> To: "Guy Rouillier" <[EMAIL PROTECTED]> Sent: Friday, December 07, 2001 4:01 AM

Re: [JBoss-user] JBoss + Tomcat running independently

2001-12-06 Thread Guy Rouillier
thing about Tomcat. - Original Message - From: "DOD" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, December 05, 2001 11:37 AM Subject: [JBoss-user] JBoss + Tomcat running independently > > Hi > > Having happily run

Re: [JBoss-user] JBoss + Tomcat running independently

2001-12-05 Thread Jozsa Kristof
I don't know the answer to your exact question, but may I mention, that deploying Cocoon 2.0 into the JBoss+Catalina bundled package is not a hard task to do at all, you might choose this easier way. All you have to do is get rid of the jaxp/crimson packages, add xerces, and configure JBoss to use

[JBoss-user] JBoss + Tomcat running independently

2001-12-05 Thread DOD
Hi Having happily run the JBoss + Tomcat package from the jboss.org site for the last while, I've had a nightmare trying to upgrade to Tomcat 4 and Cocoon 2 running under JBoss. I've gone for the easy option - to run JBoss as an EJB server and Tomcat separately as my servlet/ JSP container. Th

Re: [JBoss-user] JBoss+Tomcat problem!!!

2001-11-22 Thread Steve Slatcher
Are you running Apache and forgetting to use your tomcat port number? A bit of a long shot perhaps, but I had similar problems when I unwittingly created and used a half-cocked apache-tomcat-jboss integration. I could access the "jboss" tomcat through apache, but for some reason could not serve

[JBoss-user] JBoss+Tomcat problem!!!

2001-11-22 Thread Artur Jonak
Hi, I'm using JBoss2.2.2 with Tomcat3.2.2. And in Tomcat conf directory there is web.xml file where user can define what mime types Tomcat recognizes. I changed this by appending my own mimes but Tomcat doesn't see these changes. I guess that this config file is not used by Tomcat embeded into JB

[JBoss-user] JBoss + Tomcat config ptoblem

2001-11-21 Thread Artur Jonak
Hi, I'm using JBoss2.2.2 with Tomcat3.2.2. And in Tomcat conf directory there is web.xml file where user can define what mime types Tomcat recognizes. I changed this by appending my own mimes but Tomcat doesn't see these changes. I guess that this config file is not used by Tomcat embeded into JB

[JBoss-user] Jboss + Tomcat 4 + SSL - Possible?

2001-10-12 Thread Hunter Hillegas
Has anyone got a JBoss/Tomcat4 setup going with SSL? The instructions to get Tomcat 4 up with SSL seem straightforward but since the current Jboss/Tomcat4 bundle doesn't read server.xml, I can't tell if it is currently possible... Hunter ___ JBoss-us

Re: [JBoss-user] Jboss Tomcat Error

2001-10-02 Thread Fred Loney
: restart tomcat. Fred Loney Spirited Software, Inc. www.spiritedsw.com - Original Message - From: "Papo Napolitano" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 02, 2001 10:56 AM Subject: [JBoss-user] Jboss Tomcat Error > I've a webapp run

[JBoss-user] Jboss Tomcat Error

2001-10-02 Thread Papo Napolitano
I've a webapp running ok, but every time that a made a rebuild of it a got the following error if I don't restart tomcat server. Anybody can help ?? Error: 500 Location: /usermanager/index.html Internal Servlet Error: java.lang.IllegalStateException: Can't happen - classname is null, who add

Re: [JBoss-user] JBoss-Tomcat as NT Service

2001-08-08 Thread Steve Slatcher
Thanks guys for the suggestions. For the record, I finished up using ServiceMill for now, as we already use it in-house. From the guy who did the surfing to find it, I am told it is one of the few products that makes it easy to convert batch files (or whatever they're called on NT) into services

Re: [JBoss-user] JBoss-Tomcat as NT Service

2001-08-07 Thread Michael Jara
ROTECTED]> Sent: Tuesday, August 07, 2001 9:52 AM Subject: Re: [JBoss-user] JBoss-Tomcat as NT Service > Try Javaservice package. I have used it for Tomcat as NT Service successfully on win2000 > > Madock > > 8/2/01 7:19:12 PM, "Steve Slatcher" <[EMAIL PROTECTED]> w

Re: [JBoss-user] JBoss-Tomcat as NT Service

2001-08-07 Thread Madock Chiwenda
Try Javaservice package. I have used it for Tomcat as NT Service successfully on win2000 Madock 8/2/01 7:19:12 PM, "Steve Slatcher" <[EMAIL PROTECTED]> wrote: >Could someone give me, or point me to, a set of steps to get JBoss >and Tomcat running as an NT service. I have seen the FAQ entry an

[JBoss-user] jboss & tomcat 3.3 or higher

2001-08-06 Thread Ulli Hoffmann
Hi, does anybody have some guidelines how to configure jboss with tomcat 3.3 or higher? Tx, Ulli ___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] JBoss-Tomcat as NT Service

2001-08-02 Thread Steve Slatcher
Could someone give me, or point me to, a set of steps to get JBoss and Tomcat running as an NT service. I have seen the FAQ entry and attemped to use javants.exe, but I am far from convinced that I have a half-way correct properties file as the only documentation I managed to findwas in Google's

[JBoss-user] JBoss-Tomcat as NT Service

2001-08-02 Thread Kemp Randy-W18971
/ Hopefully, one of these links should help you. To: [EMAIL PROTECTED] From: "Steve Slatcher" <[EMAIL PROTECTED]> Date: Thu, 2 Aug 2001 17:19:12 +0100 Organization: Scientia Knowledge Computing Ltd. Subject: [JBoss-user] JBoss-Tomcat as NT Service Reply-To: [EMAIL PROTECTED] Could

RE: [JBoss-user] jboss/tomcat with Xalan & Xerces ?

2001-07-20 Thread Maraya Michael
ne (a Java bug requires this). --- Michael R. Maraya > -- > From: [EMAIL PROTECTED][SMTP:[EMAIL PROTECTED]] > Reply To: [EMAIL PROTECTED] > Sent: Friday, July 20, 2001 4:47 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] jboss/tomcat with Xalan

[JBoss-user] JBoss/Tomcat - Monitoring Requests

2001-07-20 Thread Lex
Is there any way to monitor the number of current number of http requests and see things like the URL they are requesting and what IP they are coming from?  I know Apache has such a status page that can be hit to show this type of info.   Also, is there any way to have a log of these http re

Re: [JBoss-user] jboss/tomcat with Xalan & Xerces ?

2001-07-20 Thread Roy Yip
It's a bit tricky here. In my case, WEB-INF/lib doesn't work for jar which involved Remote Method Invocation. I had to put it in %TOMCAT_HOME%/lib to make the class "loadable". Steve Slatcher wrote: > > "Roy Yip" <[EMAIL PROTECTED]> wrote in message >[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...

Re: [JBoss-user] jboss/tomcat with Xalan & Xerces ?

2001-07-20 Thread Steve Slatcher
"Roy Yip" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Simply put those jar files in %JBOSS_HOME%/lib/ext. This make them available to the EJBs, but does can JSPs really find them here? > > I already tried with puting these jars in jboss/lib/ tomcat/lib

Re: [JBoss-user] jboss/tomcat with Xalan & Xerces ?

2001-07-20 Thread Roy Yip
Simply put those jar files in %JBOSS_HOME%/lib/ext. [EMAIL PROTECTED] wrote: > > I need the packages in xalan.jar and xerces.jar to execute my Entity > Bean. > > I don't find the way to indicate to my JBoss-2.2.2/Tomcat-3.2.2 server > how to find them in execution of my JSP. > > If someb

[JBoss-user] jboss/tomcat with Xalan & Xerces ?

2001-07-20 Thread Antoine . ISIDOR
I need the packages in xalan.jar and xerces.jar to execute my Entity Bean. I don't find the way to indicate to my JBoss-2.2.2/Tomcat-3.2.2 server how to find them in execution of my JSP. If somebody had this problem ? or anybody's suggestions.. thanks. I already tried with puting these

Re: [JBoss-user] JBoss-Tomcat 2.2.2 JDBC Auth Broken?

2001-07-18 Thread Scott M Stark
lt;[EMAIL PROTECTED]> Sent: Tuesday, July 17, 2001 10:39 AM Subject: [JBoss-user] JBoss-Tomcat 2.2.2 JDBC Auth Broken? > When I configure and use tomcat 3.2.2 by itself, I can get the JDBC > authentication working, but when I use the tomcat with jboss, using the > exact same config pa

[JBoss-user] JBoss-Tomcat 2.2.2 JDBC Auth Broken?

2001-07-17 Thread Michael P. McCutcheon
When I configure and use tomcat 3.2.2 by itself, I can get the JDBC authentication working, but when I use the tomcat with jboss, using the exact same config parameters, I keep getting a null pointer somewhere in the jboss.tomcat.security something packages. Any clues? Does JDBC authentication w

[JBoss-user] JBoss & Tomcat Configuration

2001-07-10 Thread Prashant Sarode
Hi All, I am using JBoss v.2.2.2 & Tomcat v.3.2.2 & Windows 98 O.S. Right now I am using both these s/w individually. I wanted to run Interest Servlet example. How can I run that Is it possible thru Tomcat ?? Is there any setting needed to configure both JBoss & Tomcat togeth

Re: [JBoss-user] JBoss & Tomcat under the same JVM

2001-07-05 Thread Lachezar Dobrev
___ JBoss-user mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-user

[JBoss-user] JBoss & Tomcat under the same JVM

2001-07-04 Thread Kemp Randy-W18971
To: [EMAIL PROTECTED] Date: Wed, 04 Jul 2001 17:09:35 +0100 From: Anthony IVETAC <[EMAIL PROTECTED]> You are doing everything correctly. Subject: [JBoss-user] JBoss & Tomcat under the same JVM Reply-To: [EMAIL PROTECTED] If I start JBoss with the "run_with_tomcat" scrip

[JBoss-user] JBoss & Tomcat under the same JVM

2001-07-04 Thread Anthony IVETAC
If I start JBoss with the "run_with_tomcat" script, how can I be sure that they are both running under the same JVM? Is this the correct way of starting JBoss & Tomcat within the same JVM? I get no error messages upon initialization, and the test deployment works fine. Thanks __

Re: [JBoss-user] JBoss - Tomcat v Resin

2001-07-02 Thread Julian Gosnell
t;[EMAIL PROTECTED]> > To: "User @ JBoss" > <[EMAIL PROTECTED]> > Date: Sun, 1 Jul 2001 23:11:17 +0100 > Subject: [JBoss-user] JBoss - Tomcat v Resin > Reply-To: [EMAIL PROTECTED] > > Has anyone tried using JBoss with Resin. They claim > to be the fastest >

[JBoss-user] JBoss - Tomcat v Resin

2001-07-02 Thread Kemp Randy-W18971
1 23:11:17 +0100 Subject: [JBoss-user] JBoss - Tomcat v Resin Reply-To: [EMAIL PROTECTED] Has anyone tried using JBoss with Resin. They claim to be the fastest servlet engine around [among others!] and was wondering what your impressions of it were. Believe that it *not* having an integrated VM with JB

[JBoss-user] JBoss - Tomcat v Resin

2001-07-01 Thread Vinay Menon
Has anyone tried using JBoss with Resin. They claim to be the fastest servlet engine around [among others!] and was wondering what your impressions of it were. Believe that it *not* having an integrated VM with JBoss would offset it a bit. Many thanks in advance Vinay _

Re: Solved!(was: RE: [JBoss-user] JBoss/Tomcat and Apache Soap setup)

2001-06-29 Thread David Green
Quite literally, with the newest version of Apache SOAP, and the newest version of JBoss/Tomcat - _all_ you have to do is take soap.war from the SOAP distribution and drop it in jboss/deploy/ - that's it. No copying soap.jar, no changing classpaths, no editing startup scripts or configuration file

Re: [JBoss-user] JBoss/Tomcat and Apache Soap setup

2001-06-29 Thread David Green
I have downloaded the JBoss/Tomcat bundle, dropped soap.war from the newest Apache SOAP distributions into jboss/deploy/, and SOAP setup is complete. Just launch JBoss with run_with_tomcat.sh. Pretty incredible. Can be accessed through your browser at http://hostname:8080/soap/ - Just be careful

Solved!(was: RE: [JBoss-user] JBoss/Tomcat and Apache Soap setup)

2001-06-29 Thread Bruce Scharlau
>Nick, and Timo, thanks for your help. I went back to basics and double (quadruple at least really ;-) ) checked the Apache-soap install guide. And went carefully over the classpaths and where things were, to see that I hadn't inadverntently moved something out of the classpath. Here's what

RE: [JBoss-user] JBoss/Tomcat and Apache Soap setup

2001-06-29 Thread Bruce Scharlau
At 03:07 PM 6/29/2001 +0300, you wrote: >I maybe fooling around here, but I noticed that you have soap.jar still >in Jboss' classpath.. > >As you run the ServiceManagerClient from the console. what is the >classpath? ..or does the ServiceManagerClient throw these exceptions or >JBoss/Tomcat? > >b

RE: [JBoss-user] JBoss/Tomcat and Apache Soap setup

2001-06-29 Thread Nick Taylor
i run the combined tomcat/jboss in a single vm so don't have to start tomcat explicity through tomcat.bat, its started by jboss for me. looking at your trace it appears that servlet.jar isn't being picked up...is it in your tomcat/lib dir? your error 500 is being thrown in the tomcat container s

RE: [JBoss-user] JBoss/Tomcat and Apache Soap setup

2001-06-29 Thread Timo Kauppinen
I maybe fooling around here, but I noticed that you have soap.jar still in Jboss' classpath.. As you run the ServiceManagerClient from the console. what is the classpath? ..or does the ServiceManagerClient throw these exceptions or JBoss/Tomcat? btw:have you tried the .war in jboss/deploy dire

RE: [JBoss-user] JBoss/Tomcat and Apache Soap setup

2001-06-29 Thread Bruce Scharlau
At 11:01 AM 6/29/2001 +0100, you wrote: >you can do it this way but for each soap service deployed, the deployment >descriptor needs to be reloaded each time jboss is restarted (if you are >using the rpcrouter). if you deploy soap.war in tomcat/webapps, the dd has >to be loaded only once (or when

RE: [JBoss-user] JBoss/Tomcat and Apache Soap setup

2001-06-29 Thread Bruce Scharlau
At 10:37 AM 6/29/2001 +0100, you wrote: >I run the jboss2.2.2/tomcat3.2.2 single vm combo with soap 2.2 and the >xerces parser. My classpath to start jboss/tomcat is: >CLASSPATH=;run.jar;d:\jdk\lib\tools.jar;..\lib\xerces.jar >The soap rpcrouter is deployed by dropping soap.war in the tomcat webap

RE: [JBoss-user] JBoss/Tomcat and Apache Soap setup

2001-06-29 Thread Nick Taylor
second scraping i know but the subtlties of jboss/tomcat deployment is the key thing here. nick > -Original Message- > From: Timo Kauppinen [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 29, 2001 10:42 AM > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] JBoss/Tomcat and Ap

RE: [JBoss-user] JBoss/Tomcat and Apache Soap setup

2001-06-29 Thread Nick Taylor
age- > From: Bruce Scharlau [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 29, 2001 9:51 AM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] JBoss/Tomcat and Apache Soap setup > > > Hi all, > > I'm setting up Soap 2-2 to work with JBoss2.2.2/Tomcat 3.2.2 > a

Re: [JBoss-user] JBoss/Tomcat and Apache Soap setup

2001-06-29 Thread Timo Kauppinen
Have you tried the soap.war package? Just put the soap.war from soap-2.2.zip/gzip into jboss' deploy directory.. and hope for the best. At least it worked for me without any diffculties and I got it up and running... haven't deployed anything or tested it properly yet, though... Timo On Fri, 2

[JBoss-user] JBoss/Tomcat and Apache Soap setup

2001-06-29 Thread Bruce Scharlau
Hi all, I'm setting up Soap 2-2 to work with JBoss2.2.2/Tomcat 3.2.2 and having a hell of a time with the classpath setting in JBoss. There were a few cryptic comments in the archives, but no clear answer as to what worked. I've changed the run.bat file in JBoss to from the default crimson.jar

[JBoss-user] [JBoss/Tomcat] Flat web application and classloaders

2001-06-28 Thread Vincent Harcq
Hi, I am trying JBoss/Tomcat with several ejbs deployed as .jar and a web application not deployed as a war but instead in tomcat/webapps/ROOT (it is more easy for developement). I have an entity PK class that is both in one ejb.jar and in tomcat/ I change it and redeploy my ejb. I do NOT recompil

[JBoss-user] jBoss-tomcat & jcml

2001-06-21 Thread Richard Bottoms
The following is in the JBoss manual regarding changing the jboss.jcml file: >Tell JBoss about the new JBDC driver > >Now that you have installed a JDBC driver for MS SQL Server, you need to tell JBoss that you would like it to use >this driver. Add an entry for the driver to the list of drivers

[JBoss-user] jboss/tomcat + cocoon

2001-06-18 Thread joey castillo
hi there, is there a "how-to" re:cocoon 1.8.2 integration with jboss-tomcat? i had cocoon running on tomcat3.2.2. but was not successful with jboss-tomcat. thanks, joey castillo __ Do You Yahoo!? Spot the hottest trends in music, movies, and more

  1   2   >