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
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
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
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
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
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
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
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
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
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!
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):
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
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@
---
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
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
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
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
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
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
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
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,
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
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
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:
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
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.
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
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
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
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
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
--
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
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
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
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
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
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
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
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
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
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
;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
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
-
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
-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
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
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
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
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
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
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
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
>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
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
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
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
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
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
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
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
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
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
: 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
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
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
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
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
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
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
/
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
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
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
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]...
"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
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
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
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
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
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
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
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
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
__
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
>
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
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
_
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
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
>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
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
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
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
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
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
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
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
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
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
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
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
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 - 100 of 157 matches
Mail list logo