Re: [JBoss-user] problems with server with 2 network cards

2001-06-22 Thread Patrick Buchinger
Nicolai P Guba wrote: >>>>>> "PB" == Patrick Buchinger <[EMAIL PROTECTED]> writes: >>>>> > > PB> hi everybody! > PB> i have a server with 2 network cards in it, one is connecting to the > PB> internal network (let's s

Re: [JBoss-user] problems with server with 2 network cards

2001-06-22 Thread Patrick Buchinger
swer. there really was java.naming.provider.url=localhost, so i changed it to 212.172.122.17, but still the same patrick > >> -Original Message- >> From: Patrick Buchinger [mailto:[EMAIL PROTECTED]] >> Sent: Freitag, 22. Juni 2001 11:21 >> To: Jboss (E-m

[JBoss-user] problems with server with 2 network cards

2001-06-22 Thread Patrick Buchinger
hi everybody! i have a server with 2 network cards in it, one is connecting to the internal network (let's say ip=192.168.0.100) and one is connecting to the internet (let's say ip=212.172.122.17). the os of the server is linux (kernel 2.2.16). the server also is the gateway from the internal

Re: [JBoss-user] tomcat JDBCRealm breaks on redeploy

2001-05-04 Thread Patrick Buchinger
Scott Hasse wrote: > I started to watch JBoss' stderr (which doesn't get traced to the log file > with my setup), and did notice the following errors. I have tried > refreshing this many times, but still have the same problem. > > 2001-05-03 02:51:39 - ContextManager: JDBCRealm: The database co

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
> Okay, the problem is in the context class loader. There is documentation on > Jboss 3rd party which describes the changes required in the server.xml. But > at the same time you have to not keep this following line in your > server.xml. > className="org.jboss.tomcat.ContextClassLoaderInterceptor

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
> I just tried the tomcat-test.ear and it worked fine. I am using > JBOSS/TOMCAT/APACHE and if you want I can post my server.xml and jboss.conf > file > > Thanks, > Swami hi swami! yes, please send me those files. btw, are you using a "standalone" version of jBoss, or the jBoss/tomcat bundle?

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
hi dan! > A While back Ken Jenks posted a message on some changes you may need to > make to application.xml to allow the servlet to see the EJB classes. Have > you seen this and tried it? It seemed to work for the person he was > helping at the time. > i couldn't remember that i've seen this mes

Re: [JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
tomcat bundle works, but if you install jBoss and tomcat on their own, it does not work. what configuration error could i have made? (in jBoss, tomcat is unchanged as i mentioned above) tnx, patrick > > THanks, > Swami > > -Original Message- > From: Patrick Buchinger [mai

[JBoss-user] bug in the latest few versions of jBoss 2.1

2001-03-29 Thread Patrick Buchinger
hi everyone! i posted this problem a few days ago, but noone responded, so i'm triying it again... when i'm deploying an .ear file in the latest jBoss 2.1, i'm allways getting a ClassNotFoundException when i want to access a servlet which accesses a (stateless session) bean. the servlet can't

Re: [JBoss-user] deploying an .ear

2001-03-28 Thread Patrick Buchinger
----- Original Message - > From: Patrick Buchinger <[EMAIL PROTECTED]> > Date: Tuesday, March 27, 2001 12:14 pm > Subject: Re: [JBoss-user] deploying an .ear > >> hi! >> >>> You can look at tomcat-test.ear for more clarification. If you >>

Re: [JBoss-user] deploying an .ear

2001-03-27 Thread Patrick Buchinger
at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:498) at java.lang.Thread.run(Thread.java:498) is this a jBoss 2.1 issue?? i'm running jBoss 2.1 (cvs from last week or so). please help! tnx, patrick > > Thanks, > Swami > > -Original Message

Re: [JBoss-user] deploying an .ear

2001-03-27 Thread Patrick Buchinger
Ken Jenks wrote: > At 10:28 AM 3/27/01 +0200, you wrote: > >> sorry if this is an RTFM, but i'm not able to find any documentation >> about my problem. > > > I'm working on it. great!! > > >> ok, i want to deploy an enterprise application, which contains one >> .jar and one .war file i

Re: [JBoss-user] deploying an .ear

2001-03-27 Thread Patrick Buchinger
Swami Iyer wrote: > Put the client side EJB files into the lib directory in your EAR file. > > Swami thank you, for your answer, but still a ClassNotFoundException! my ear file looked the following: app .jar app.war META-INF/application.xml now i tried the following: app.jar app.war lib/in

Re: [JBoss-user] how to access servlet within embedded tomcat?? (solved)

2001-03-23 Thread Patrick Buchinger
Patrick Buchinger wrote: > Alvin Yap wrote: > >> In your application.xml you should have a web module context defined. >> >> >> >> sample.war >> /sample >> >> >> . >> >> To get to the servl

Re: [JBoss-user] how to access servlet within embedded tomcat?? (solved)

2001-03-23 Thread Patrick Buchinger
Alvin Yap wrote: > In your application.xml you should have a web module context defined. > > > > sample.war > /sample > > > . > > To get to the servlet http://hostname:port/sample/servlet/ServletName > > Alvin > hi everyone!! ok, first of all thank you all f

Re: [JBoss-user] how to access servlet within embedded tomcat??

2001-03-23 Thread Patrick Buchinger
Tahir Awan wrote: > Are u sure you .ear is deployed properly? I could never got it to work until > I remove all the encodings from web.xml, application.xml, ejb-jar.xml etc. > > Tahir yes, the ear deploys without any error message. plus, i'm able to access the ejb from the jar file in the ear