I deployed the xpetstore application (which can be found on sourceforge)
in JBoss without any trouble.
Regards,
Harm de Laat
Informatiefabriek
The Netherlands
"ARUN PRASAD" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
10/31/2003 11:45 AM
Please respond to
[EMAIL PROTECTED]
To
[EMAIL PRO
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
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
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!
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
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
Matthew,
As everyone else is in this space, I am new at this, and what I say should
be taken with a high degree of skeptism.
Two weeks ago, I looked for the same type of tutorial. I found no
definitive work, however, I did find clues from various sources. The two
best sources are xpetstore and
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
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 some errors sometimes when I t
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]
> Subject: [JBoss-user]
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:
Try http://localhost:8080/jmx-console
There is no default context anymore in the 3.0 series, so that's why you
aren't seeing a default page like you did in the 2.4.x series of JBoss.
Dustin
> -Original Message-
> From: Arijit Ghosh [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, October 01,
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.
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
It seems that your port 8080 is captured by some other app or by JBOSS
itself
Try changing the port no and use that one for Tomcat
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Arijit
Ghosh
Sent: Tuesday, October 01, 2002 9:18 AM
To: JBoss User
Subject
There is some working code under CVS (contrib/tomcat41) which integrates
Catalina 4.1 with Jboss 3.0.2. If you can't get that working, let me
know and I'll send you the tomcat-service.jar offline.
Regards,
Liam.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On B
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
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
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Tue, Jul 30, 2002 at 11:54:38AM -0700, Scott M Stark wrote:
> That is correct. It uses the configuration embedded in the
> tomcat4-service.xml
> descriptor.
thanks for the reply! i am unable to find a tomcat4-service.xml in
the jboss directory st
Tomcat's server.xml is not used. jBoss quick start explains that you have to
configure some attributes in the Catalina plugin.
Enrique Vetere
---
Baufest
http://www.baufest.com
Phone: 11-4807-8080
Av. Las Heras 3257
(C1425ASJ) Buenos Air
That is correct. It uses the configuration embedded in the
tomcat4-service.xml
descriptor.
Scott Stark
Chief Technology Officer
JBoss Group, LLC
- Original Message -
From: "Peter T. Abplanalp" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Se
Where can I get a binary distribution of the tomcat-connectors Apache mod_webapp
module?
I've tried the CVS, but I'm using W2K, and doesn't have a C compiler!
I've tried to use the "old" mod_webapp connector with no luck.
Also using Apache 2.0.35 + JBoss 3.0.0 RC1
Thanks in advance,
Ricardo
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
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
Tomcat 4 has a JNDI implementation... So unless you can figure out how to turn that off, things performing JNDI lookups, inside of tomcat, for jboss resources, will fail.
Tom
On Fri, 2001-12-07 at 01:19, Guy Rouillier wrote:
Please see my other reply on this same subject. Why does J
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
Please see my other reply on this same subject. Why does JBoss need to know
anything about Tomcat? In our environment, anyway, Tomcat handles JSP pages
which invoke methods on EJBs running in JBoss. So Tomcat needs to know the
location of those EJBs, but JBoss doesn't need to know anything abou
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
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
This is a long-standing tomcat problem that is mentioned from time to
time on the tomcat list. The problem arises because recompile gens a new
class serial id which confuses tomcat. The last I heard, the tomcat
folks dismiss it as a classloader problem and suggest that you do what
you did: restart
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
Try putting xerces.jar and xalan.jar in the /lib directory inside
your EAR file then add the following Class-Path entry to your EJB jar and/or
WAR file's manifest:
Manifest-Version: 1.0
Class-Path: lib/xerces.jar lib/xalan.jar
Remeber to add a new line after the last line (a Ja
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
The JBoss/Tomcat bundle uses a security realm that works across
EJBs and web apps. If you want to use another security interceptor
for web apps you need to remove the JBossSecurityMgrRealm.
- Original Message -
From: "Michael P. McCutcheon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sen
___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user
Since we are comparing Servlet Containers, and I've
never used Resin, I was wondering if anyone on the
list had used both Resin and Jetty-3 and could give us
some feedback about percieved speeds...
Thanks,
Jules
--- Kemp Randy-W18971 <[EMAIL PROTECTED]>
wrote: > This is a loaded question. F
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
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 webapps
dir.
nick
> -Original Message-
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
lt;[EMAIL PROTECTED]>
Sent: Friday, June 15, 2001 5:22 PM
Subject: Re: [JBoss-user] jboss-tomcat
> The most uptodate example is the JAAS security tutorial that shows
> deployment of a secure ear. It does not explain the whys of the steps,
> it just goes through the process and hides the det
This has been asked so many times... I think I am just going to write up a
tutorial for it :)
I'll try to have something finished tomorrow
Al
- Original Message -
From: Richard Bottoms <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 15, 2001 4:41 PM
Subject: [JBoss-user] j
The most uptodate example is the JAAS security tutorial that shows
deployment of a secure ear. It does not explain the whys of the steps,
it just goes through the process and hides the details in the ant build
script.
http://www.jboss.org/documentation/HTML/ch11s83.html
- Original Message --
This is a tomcat config issue. Look at the following element in the
tomcat/conf/server.xml file:
- Original Message -
From: "Ulli Hoffmann" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 11, 2001 3:32 AM
Subject: [JBoss-user] JBoss-Tomcat not working f
Thx Scott. Looks like I made enough noise on this bit . Where is it
btw? I can't find it on the website (u just added jetty so I''m on the right
page).
Lionel
- Original Message -
From: "Scott M Stark" <[EMAIL PROTECTED]>
To: "jBoss user" <[EMAIL PROTECTED]>
Sent: Sunday, June 10, 2001 9:
Original Message -
From: "Lionel Siau" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 08, 2001 7:54 PM
Subject: Re: [JBoss-user] jboss-tomcat-apache
> Alex,
>
> can't be. I start Apache first always before jboss-tomcat and it works
just
> fine. It
t; <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 08, 2001 10:23 PM
Subject: RE: [JBoss-user] jboss-tomcat-apache
> Thanks I had already pulled it. Unfortunately it looks just like mine :(
>
> Just to make sure I didn't miss something, the lines
>
get Apache to tell me
why
> it won't start!
>
> Alex
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Alex Radka
> Sent: Friday, June 08, 2001 8:49 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] jboss-tomcat
]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alex Radka
Sent: Friday, June 08, 2001 8:49 AM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] jboss-tomcat-apache
Thanks,
I have the latest JBoss-2.2.2-Tomcat-3.2.2 release and as I said, everything
works fine EXCEPT for the apps deployed through an .
PROTECTED]
Subject: Re: [JBoss-user] jboss-tomcat-apache
Alex,
I just sent mine to Walter on the list on a similar request a few minutes
again. Grab it from there.
Lionel
PS : I could have sworn the auto-conf file was generated itself. Hmmbut
u're not getting it. Strange.
- O
AIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 08, 2001 8:48 PM
Subject: RE: [JBoss-user] jboss-tomcat-apache
> Thanks,
>
> I have the latest JBoss-2.2.2-Tomcat-3.2.2 release and as I said,
everything
> works fine EXCEPT for the apps deployed through an .ear fil
ehalf Of Lionel Siau
Sent: Friday, June 08, 2001 6:22 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] jboss-tomcat-apache
Alex,
I have been using for 2 weeks and it works just fine. Just redeployment also
works perfectly. I'm on a win2k system with JDK 1.3 using Apache 1.9.20 and
Tomcat 3.2
.
Lionel
- Original Message -
From: "Alex Radka" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, June 07, 2001 12:53 AM
Subject: RE: [JBoss-user] jboss-tomcat-apache
> O.K.
>
> Everything works fine for the apps that come with Tomcat (examples
Aliasing apache into your jboss temp deploy directory isn't really a great
idea because you get exactly the problem you mention below.
Instead, try using the mod-jk to bridge the gap between
tomcat/apache. Check out the Jboss/Tomcat apache howto for info on
getting jboss & embedded tomcat goin
For what its worth some stuff i'd typed about setting up apache/tomcat/jboss
Setting up jBoss-Tomcat 2.2
1. Unzip the zip file to your applications directory
2. To setup a datasource,
a) Take a back up of jboss.jcml under JBOSS_HOME/conf/tomcat [assuming
that you are running the Tomcat-jBos
I would love to read a good answer to this one. I have this in my
httpd.conf include:
Alias /myapp "/usr/local/jboss/tmp/deploy/Default/myapp.ear/web1001"
Options Indexes FollowSymLinks
Unfortunately, if I re-deploy myapp.ear, "web1001" increments and I have
no way for Apache to cha
O.K.
Everything works fine for the apps that come with Tomcat (examples, test,
admin).
I get the following error in mod_jk.log when I try to access an app that was
deployed through the JBoss (.ear file).
[jk_connect.c (143)]: jk_open_socket, connect() failed errno = 146
[jk_ajp12_worker.c (152)
Alex Radka wrote:
>>From http://www.jboss.org/documentation/HTML/ch11.html#howtotomcat
>
> The Pre-2.1 CVS source contains a new version of EmbeddedTomcat (plus other
> enhancements) that does parse Tomcat's server.xml. It is recommended that
> you use the information provided below. This new ve
>We have an application running on the JBoss 2.2.1 and Tomcat 3.2.1
>distribution and we have a problem mixing it with CORBA.
I have now tried this with the JBoss 2.2.2 + Tomcat 3.2.2 distro and it
fails in exactly the same way, with a NullPointerException in the guts of
Sun's CORBA implementat
If you are using JBoss, you are probobly using their JNP JNDI
implementation.
Your client code is probably using the jndi.properties, which by default
contains the url rmi://localhost:1099. What you want is for your
jndi.properties file to match the seetings in your jnp.properties file.
I found
during the initialization, it deploys the jar of your bean?
-Original Message-
From: Yuval Koren [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 29, 2001 2:41 PM
To: '[EMAIL PROTECTED]'
Subject: [JBoss-user] Jboss+Tomcat
i'm using jboss 2.2.1 and tomcat 3.2.1 on NT 4.0 machine.
When tryin
Hi,
You can follow the steps given in the attached document to enable ssl for
embedded tomcat.
Regards
Rama Rao
- Original Message -
From: Jonathan Holloway <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 21, 2001 8:49 PM
Subject: [JBoss-user] Jboss, tomcat and ssl
> I don'
Try making an ear file containing the ejb-jar file and a war file, which
in turn contains your servlet. The servlet will then see the interface
classes directly out of the ejb-jar file. look at the tomcat test .ear
file in the jboss-tomcat distribution (or get it out of the contrib
module in C
Title: RE: [JBoss-user] Jboss/Tomcat/Apache Basic Authentication...
I had a similar problem in that my IE kept just logging on to the basic authentication dialog automatically, like in a session. I had to stop IE and restart it to have a new session.
I thought that I was no longer being
Hi Uno,
move xerces.jar to the front of the classpath, like:
CLASSPATH=xerces.jar:$CLASSPATH
Works for me.
Sincerely,
Michel de Groot
> Hi, I'm trying to install the cocoon servlet from xml.apache.org
> on top of jboss with embedded tomcat.
> However there seam to be some class path error.
If you want to add another XML parser than the JBoss default (Sun XML),
f.e. Xerces, add it at the front of the classpath in run.sh
Michel de Groot
> hi, cocoon as been installed on top of jboss-tomcat by several people,
> there has been several post explainning it.
> have a look at the archive
Title: RE: [JBoss-user] JBOSS-Tomcat-2.1 beta, Error 500.
Scott,
It worked.
Another question: Have you tried to integrate them
with apache? Do you know if it would work?
Thanks,
Fumiko.
- Original Message -
From:
Scott Warren
To: [EMAIL PROTECTED]
Sent
hi, cocoon as been installed on top of jboss-tomcat by several people,
there has been several post explainning it.
have a look at the archive www.mail-archive.com.
but basicly obne way to do it is to :
set your classpath to "" in run.bat
then add tools.jar,run.jar to it.
then add all the cocoon
Title: RE: [JBoss-user] JBOSS-Tomcat-2.1 beta, Error 500.
Yeah you still need to add tools.jar from the JDK 1.2 or 1.3 into your classpath.
Hope this helps
Regards
Scott Warren
Lead Internet Technologies Developer
It's in tools.jar on jdk1.3. What version are
you running?
- Original Message -
From:
Fumiko Kutch
To: [EMAIL PROTECTED]
Sent: Monday, March 19, 2001 7:30
PM
Subject: [JBoss-user] JBOSS-Tomcat-2.1
beta, Error 500.
Hi,
I have installed Jboss-Tomcat-
89 matches
Mail list logo