[JBoss-user] Jboss3.0 on Linux

2002-09-19 Thread Arijit Ghosh
Hi, I am trying to install jboss3.0 tomcat4.0.3 on Linux. I have installed JDK1.3 and have java_home/bin folder in my path. I have also set JBOSS_HOME as required. Then from JBOSS_HOME/bin, I try to execute java -jar run.jar Server starts loading various services. It prints -- .. [Nam

Re: [JBoss-user] Jboss3.0 on Linux

2002-09-19 Thread Binil Thomas
See the QuickStart guide at http://sourceforge.net/project/showfiles.php?group_id=22866 (get the JBoss.3.0.QuickStart.Draftx.pdf HTH, Binil On Thu, 19 Sep 2002, Arijit Ghosh wrote: > Hi, > > I am trying to install jboss3.0 tomcat4.0.3 on Linux. I have installed > JDK1.3 and have java_home/b

[JBoss-user] Re : Jboss3.0 on Linux

2002-09-19 Thread Arijit Ghosh
I don't want to install Jboss as a Linux service, as mentioned in the quick start guide. Now I am also getting the following error and server shuts down automatically. 2002-09-19 14:33:12,905 ERROR [org.jboss.web.WebService] Starting failed java.net.BindException: Address already in use at jav

[JBoss-user] Error compiling ejbql (Thanks)

2002-09-19 Thread Phuwarin . Supawarapong
Thanks for everyone that help me to fix the problem. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL PROTECTED] htt

[JBoss-user] Re: Security Roles not accessible in beans? (Scott M Stark)

2002-09-19 Thread Benoit Xhenseval
Thanks for the prompt answer. Is there any plan (or patches-out-there) that would forward the run-as role to the application component. Is JBoss 3.x similar? I do not know the J2EE spec well enough but guess that it must be a grey area. However, the current implementation is "counter-intuitiv

AW: [JBoss-user] The old problem standalone Tomcat with JBoss

2002-09-19 Thread "Dannemann, Björn"
mmmhh.. At the moment i have no Time to do it by hand, so i will use JBoss with integrated Tomcat for a while. The problem with the integrated Tomcat is that there are many jar's that can conflict with Jetspeed. With Tomcat standalone i haven't this problems. Please JBoss, i think i (we?) need a

RE: [JBoss-user] RE: Indexing of finders

2002-09-19 Thread Kevin Conner
Hiya Dain. > > That is me. I like this feature. Are you thinking about > > just adding an > > empty tag to the cmp-field element. Something like ? I've managed to do the first part, specifying the indexes in the jbosscmp-jdbc.xml file. I've included the changes made to the 3.0.2 download f

RE: [JBoss-user] Re: Security Roles not accessible in beans? (Scott M Stark)

2002-09-19 Thread Sternagel Annegret (SYS/PE)
we are using a JAAS login in a MBean (jboss 2.4.3). It's working the same way as from the client. Important parts: create a LoginContext with "client-login" in auth.conf of the server check that the configuration for client-login exists client-login { org.jboss.security.ClientLoginModule requi

AW: [JBoss-user] Re : Jboss3.0 on Linux

2002-09-19 Thread Stefan Groschupf
>java.net.BindException: Address already in use be sure on port 8080 or 80 (depends on your jetty setup) don't run a other application like apache. be sure you have no jboss zombie .. ;) (killall -9 java) try it again and win the battle. HTH stefan --

RE: [JBoss-user] Re : Jboss3.0 on Linux

2002-09-19 Thread Finn, Michael
Title: RE: [JBoss-user] Re : Jboss3.0 on Linux Looks like something is already listening on your http port. - Make sure there isn't a JBoss process already running - Use netstat -a to see what ports on being listened on - To see what's got the port, use the lsof util (freely available, but pr

[JBoss-user] LIKE sql

2002-09-19 Thread kiuma
How can I render a case insensitive searc ? Customer.name1 LIKE ?1 is case sensitive LCASE(Customer.name1) = LCASE(?1) doesn't match partial pattern matching Thanks, kiuma --- This sf.net email is sponsored by:ThinkGeek Welcome to geek hea

[JBoss-user] How to run a servlet?

2002-09-19 Thread Madhu
Hi, How to run servelts in JBoss.I am finding some difficulty in running the servlets? can any one help me out to solve this difficulty?How to run a servlet? i am creating a directory with .war name and inside i am creating the WEB-INF folder with xml file and servlet classes, but it's not a

Re: [JBoss-user] Jboss3.0 on Linux

2002-09-19 Thread David Ward
Arijit Ghosh wrote: > Hi, > > I am trying to install jboss3.0 tomcat4.0.3 on Linux. I have installed > JDK1.3 and have java_home/bin folder in my path. > > I have also set JBOSS_HOME as required. > > Then from JBOSS_HOME/bin, I try to execute java -jar run.jar > > Server starts loading various

Re: [JBoss-user] How to run a servlet?

2002-09-19 Thread David Ward
Madhu wrote: > Hi, > How to run servelts in JBoss.I am finding some difficulty in running the > servlets? can any one help me out to solve this difficulty?How to run a > servlet? i am creating a directory with .war name and inside i am > creating the WEB-INF folder with xml file and servlet cla

RE: [JBoss-user] Re: Security Roles not accessible in beans? [Annegret]

2002-09-19 Thread Benoit Xhenseval
Hi Annegret, Many thanks for this! We managed to login but... It seems a bit convoluted so may be you have a more elegant way to achieve this. We want to minimise the changes for the JBoss installation, ideally everything should be self contained! I would be very interested how you have setu

[JBoss-user] Http session

2002-09-19 Thread DMASTALERZ
Hye, Someone can tell me how I can browse all the active http session with JBOSS/Jetty 3.2. Something like log\request.log but plus the session ID and state Thans in advance, David.

[JBoss-user] Deploying Cocoon 2.0.3 in JBoss 3.0.2 with Embedded Catalina 4.0.4

2002-09-19 Thread Klaus Richarz
Hello, we are using cocoon with JBoss/Catalina. We have packed the cocoon.war file into an .ear file to set the context-root to "/cocoon". Everything works fine with 3.0.0/4.0.3 & JDK 1.3.1_03. Now we have upgraded JBoss/Catalina from 3.0.0/4.0.3 to 3.0.2/4.0.4. Result: we cannot deploy Cocoon 2

[JBoss-user] mod_webapp and JBOSS 3.0.2 - Tomcat bundle

2002-09-19 Thread Thomas T. Veldhouse
Has anybody managed to get mod_webapp working with the JBOSS 3.0.2 - Tomcat 4.0.4 bundle? I tried to do it, but in spite of the settings I had in server.xml, I was not able to get the warp connector to start, it simply ignored my settings. Thanks in advance, Tom Veldhouse ---

Re: [JBoss-user] Http session

2002-09-19 Thread Pavel Kolesnikov
On Thu, 19 Sep 2002 [EMAIL PROTECTED] wrote: > Someone can tell me how I can browse all the active http session with > JBOSS/Jetty 3.2. I don't think you can do that. There may be a Jetty specific way to do that, but servlet specification doesn't tell anything about it. Even if you know a sess

Antwort: RE: [JBoss-user] Re: Security Roles not accessible in beans? [Annegret]

2002-09-19 Thread mehrdad . ashrafi
Hi , you are not restricted to use of auth.conf , what JAAS needs , is only login modules , which by default are in auth.conf . you may redirect it by writting your configuration , and set it as you configuration with a command , only once !! Configuration.setConfiguration(new MyAuthConfiguratio

Re[2]: [JBoss-user] Http session

2002-09-19 Thread Alex Loubyansky
>> Someone can tell me how I can browse all the active http session with >> JBOSS/Jetty 3.2. I think, you can achieve it with HttpSessionListener interface. alex --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http:/

[JBoss-user] Specifying isolation level

2002-09-19 Thread Jim Crossley
I hope this isn't too dumb of a question, but how do I specify a READ_COMMITTED isolation level for one of my CMP beans? The QuickStart guide mentions the different isolation levels, but it doesn't tell me how to specify them. Thanks, Jim -

[JBoss-user] Deployment Error (Apache+Tomcat+JBoss)

2002-09-19 Thread Manoj Kithany
Hi Experts, Greetings! I created the context in SERVER.XML file and added a following CONTEXT: Also, my Directory structure is as follows: /kithany /kithany/META-INF/application.xml /kithany/WEB-INF/web.xml /kithany/foo.jsp /kithany/index.html /kithany/kithany.war I have my APPLICATION.XML fi

Re: [JBoss-user] Http session

2002-09-19 Thread Pete Beck
I think this ability was in the specification at some point, but it was removed for security considerations. If you think about it, it just wouldn't be secure to allow a given servlet access to other http sessions. Unfortunately this is not helpful if you have a legitimate reason for needing to

Re: [JBoss-user] Specifying isolation level

2002-09-19 Thread David Jencks
You can only specify it per-datasource, not per-bean. Most dbs seem to commit or throw an error if you try to change the isolation level inside a transaction. I guess it would be possible to include a tx isolation spec with the method transaction specs, but I think it would be pretty confusing,

Re: [JBoss-user] Deploying Cocoon 2.0.3 in JBoss 3.0.2 with Embedded Catalina 4.0. 4

2002-09-19 Thread Bruce Scharlau
At 15:54 19/09/2002 +0200, you wrote: >Hello, > >we are using cocoon with JBoss/Catalina. We have packed the cocoon.war file >into an .ear file to set the context-root to "/cocoon". >Everything works fine with 3.0.0/4.0.3 & JDK 1.3.1_03. > >Now we have upgraded JBoss/Catalina from 3.0.0/4.0.3 to 3

[JBoss-user] Re: Security Roles not accessible in beans?

2002-09-19 Thread Benoit Xhenseval
Many thanks to Annegret and Mehrad for their most useful input! We went OTT for the auth.conf and trying to replicate how a "true" client works with JAAS, and hence trying to have 2 auth.conf. The MBean Timer is running in the same JVM as JBoss therefore, it already has an auth.conf it can use

Re: [JBoss-user] Deployment Error (Apache+Tomcat+JBoss)

2002-09-19 Thread Gary S. Cuozzo
I have my WEB-INF and other web related items encapsulated within my .war file. So, move WEB-INF tree, foo.jsp, and index.html into the .war file and try that. at a glance, the application.xml and web.xml seem to be ok. hth, gary. Manoj Kithany wrote: > Hi Experts, > > Greetings! > > I c

[JBoss-user] Petstore v1.1.2 on JBOSS 3.0.0

2002-09-19 Thread Adewunmi, Tracy
Hello, We are trying to deploy Sun's Petstore v1.1.2 to JBOSS 3.0.0. We have applied the jps1.1.2-01 patch; however, I'm getting a NullPointerException being thrown from the ScreenFlowXmlDAO object when trying to access WEB-INF/xml/requestmappings.xml. I'm sure the solution to this problem ha

[JBoss-user] How to run servlet?

2002-09-19 Thread Madhu
Thanks for u r response every thing what u told is absoluetly correct, but some times we have to assume certain things..i am creating .war directory means i have certain level of knowledege in JBOSS. I am using jboss3.0 with tomact, and i am deploying the war directory in the deploy directory

Re: [JBoss-user] Specifying isolation level

2002-09-19 Thread Emerson Cargnin - SICREDI Serviços
why there isn't a property at jboss.xml to define the transaction isolation at ejb level, isn't it possible? David Jencks wrote: > You can only specify it per-datasource, not per-bean. Most dbs seem to > commit or throw an error if you try to change the isolation level inside a > transaction.

Re: [JBoss-user] LIKE sql

2002-09-19 Thread Dain Sundstrom
If you run Branch_3_0 (no binary release yet), you can use this syntax: LCASE(Customer.name1) LIKE LCASE(?1) -dain kiuma wrote: > How can I render a case insensitive searc ? > > Customer.name1 LIKE ?1 is case sensitive > > LCASE(Customer.name1) = LCASE(?1) doesn't match partial pattern match

Re: [JBoss-user] How to run servlet?

2002-09-19 Thread José Cervera Uceda
Have you edited your web.xml file? it should include a declaration of your servlet:       ...         HelloWorld    com.package.HelloWorld        ...   you could access this servlet from http://127.0.0.1/contextRoot/servlet/HelloWorld   The context root is declared in application

RE: [JBoss-user] How to run servlet?

2002-09-19 Thread Rupp,Heiko
> From: Madhu [mailto:[EMAIL PROTECTED]] > i think i am missing something,if any one have idea pl share with us. Do you have any log messages that the server produces after you put the .war into the deploy directory? Without its a bit like looking at a crystal ball .. --

Re: [JBoss-user] LIKE sql

2002-09-19 Thread Emerson Cargnin - SICREDI Serviços
doesn't 3.2beta incorporate this fix(feature) ? Dain Sundstrom wrote: > If you run Branch_3_0 (no binary release yet), you can use this syntax: > > LCASE(Customer.name1) LIKE LCASE(?1) > > -dain > > kiuma wrote: > >> How can I render a case insensitive searc ? >> >> Customer.name1 LIKE ?1 is

Re: [JBoss-user] How to run servlet?

2002-09-19 Thread Binil Thomas
> but some times we have to assume certain things.. yes, but definitely not on an internet list! > i am creating .war directory means i have certain level of knowledege in JBOSS. let me check my crystal ball! :) --- This sf.net email is spo

Re: [JBoss-user] LIKE sql

2002-09-19 Thread Dain Sundstrom
Yes. -dain Emerson Cargnin - SICREDI Serviços wrote: > doesn't 3.2beta incorporate this fix(feature) ? > > Dain Sundstrom wrote: > >> If you run Branch_3_0 (no binary release yet), you can use this syntax: >> >> LCASE(Customer.name1) LIKE LCASE(?1) >> >> -dain >> >> kiuma wrote: >> >>> How can

Re: [JBoss-user] How to run servlet?

2002-09-19 Thread David Ward
Madhu wrote: > Thanks for u r response > every thing what u told is absoluetly correct, but some times we have to > assume certain things..i am creating .war directory means i have certain > level of knowledege in JBOSS. > I am using jboss3.0 with tomact, and i am deploying the war directory in

Re: [JBoss-user] Specifying isolation level

2002-09-19 Thread David Jencks
Rereading the post you responded to I still think I explained the situation fairly well. This feature has not been requested often (I think twice so far). It's possible, but would require a fair amount of code, would probably be extremely confusing to use, and doesn't seem to be a high priority.

[JBoss-user] report generator

2002-09-19 Thread Vincent Stoessel
Hello, Very new to EJB and Jboss. I was wondering if there are any EJB components for generating reports out of an jdbc datasource? Thanks. -- Vincent Stoessel Linux Systems Developer vincent xaymaca.com --- This sf.net email is sponsored by:

[JBoss-user] home.findByPrimaryKey HANGS!!!!!!!!!!!!!!!!!!!!!!!!!

2002-09-19 Thread Saroj Kumar
Hi! Ive been struggling with this for quite some time.I have some Jsps deployed in Tomcat 4.04 which then call EJB components hosted on Jboss 3.0.1. I have session and entity beans(CMP2.0) deployed on Jboss. My session beans calls a java class which in turn tries to do a home.findByPr

Re: [JBoss-user] Specifying isolation level

2002-09-19 Thread Dain Sundstrom
Is this even possible? I don't think it is. Isolation level is an attribute of the connections and not the transaction, so unless we used a separate connection for each bean we would not be able to have different levels in the same transaction. If we did use different connections for each b

Re: [JBoss-user] home.findByPrimaryKey HANGS!!!!!!!!!!!!!!!!!!!!!!!!!

2002-09-19 Thread Dain Sundstrom
Have you done a thread dump when it hangs? Where is it waiting. My guess is you database is locked somehow. -dain Saroj Kumar wrote: > Hi! > Ive been struggling with this for quite some time.I have some Jsps > deployed in > Tomcat 4.04 which then call EJB components hosted on Jboss 3.0.1

Re: [JBoss-user] Specifying isolation level

2002-09-19 Thread David Jencks
You could have a bunch of properties per connection factory and per ejb-method that could be set just before a connection was enlisted in a transaction for the first time. Transaction isolation could be one of these. Weblogic does something like this. I think it would be ridiculously confusing

Re: [JBoss-user] Specifying isolation level

2002-09-19 Thread Pete Beck
On that basis, wouldn't it be possible to configure two datasources, and just use different datasources for different beans? On Thu, 2002-09-19 at 18:26, Dain Sundstrom wrote: > Is this even possible? I don't think it is. Isolation level is an > attribute of the connections and not the transa

Re: [JBoss-user] Specifying isolation level

2002-09-19 Thread Jim Crossley
Thank you for all your replies, but I'm still a bit confused WRT something Floyd Marinescu writes in his EJB Design Patterns book. In it, he describes the concurrency issues involved in a primary key generation pattern that involves the use of a Sequence CMP bean. I think he's saying that I c

Re: [JBoss-user] Specifying isolation level

2002-09-19 Thread Dain Sundstrom
He means UPDATE WHERE, which we don't support. The better way it to use SELECT FOR UPDATE, which is supported. If all you care about is a sequence generator, just use the one included with JBoss. The CMP example code that comes with the Quick Start Guide uses it. Alternatively, you can use

Re: [JBoss-user] Specifying isolation level

2002-09-19 Thread Dain Sundstrom
Yes. Pete Beck wrote: > On that basis, wouldn't it be possible to configure two datasources, and > just use different datasources for different beans? > > > On Thu, 2002-09-19 at 18:26, Dain Sundstrom wrote: > >>Is this even possible? I don't think it is. Isolation level is an >>attribute o

[JBoss-user] JMS client acknowledgement

2002-09-19 Thread Venkateshwar Bommineni
I am submitting this again. Is CLIENT_ACKNOWLEDGEMENT mode ever works in any JBOSS version? thanks inn advance Vekat --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _

[JBoss-user] Deploy to ROOT - how for virutal host?

2002-09-19 Thread Thomas T. Veldhouse
I am trying to deploy an application to the root of my jetty server (in the JBOSS 3.0.2 package). I have been unable to configure it correctly. I have tried adding the following: virtual.host.name /context "/webapps/myapp" false It will not parse (parse errors fly by on

Re: AW: [JBoss-user] The old problem standalone Tomcat with JBoss

2002-09-19 Thread Emerson Cargnin - SICREDI Serviços
or at least a web-client configuration : P Dannemann, Björn wrote: > mmmhh.. > At the moment i have no Time to do it by hand, so i will use JBoss with > integrated Tomcat for a while. > The problem with the integrated Tomcat is that there are many jar's that can > conflict with Jetspeed. > With

[JBoss-user] JMS client acknowledgement

2002-09-19 Thread Venkateshwar Bommineni
I am submitting this again. Is CLIENT_ACKNOWLEDGEMENT mode for JMS ever works in any JBOSS version? thanks in advance Vekat --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf

[JBoss-user] JBoss yearly subscription

2002-09-19 Thread Kim, Yong
I have purchased the $99.00 JBoss subscription recently... but I haven't received any CD yet. When do I get it? Mitchell --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf __

[JBoss-user] CLIENT_ACKNOWLEDGEMENT in JBOSS JMS

2002-09-19 Thread Venkateshwar Bommineni
I am submitting this again. Is CLIENT_ACKNOWLEDGEMENT mode ever works in any JBOSS version? thanks inn advance Vekat --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

Re: [JBoss-user] JBoss yearly subscription

2002-09-19 Thread Dain Sundstrom
CDs cost $500. The $99 subscription is download only. See http://www.jboss.org/services/subscription.jsp for more information. -dain Kim, Yong wrote: > I have purchased the $99.00 JBoss subscription recently... but I haven't > received any CD yet. > When do I get it? > > Mitchell -

RE: [JBoss-user] JBoss yearly subscription

2002-09-19 Thread Kim, Yong
Sorry. I didn't see that from flashline. Mitchell -Original Message- From: Dain Sundstrom [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19, 2002 4:18 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] JBoss yearly subscription CDs cost $500. The $99 subscription is download on

[JBoss-user] glue and jboss?

2002-09-19 Thread Emily Short
Has anyone successfully deployed GLUE in Jboss?  I was using Axis but my client needs to be jdk1.1.8 compatible (!!!) so I need to switch to GLUE.  I am a little lost about how to deploy GLUE.  I’ve made a glue.war file and deployed it, but there’s not much in it right now.  Anyone with a c

[JBoss-user] Can an ejb function as a daemon?

2002-09-19 Thread David McKnight
I have an application that polls a db table (legacy application) for data every few seconds. The data in this table will never get updated by beans, only by other tables, triggers, VB clients, etc. The app I have now runs as a daemon, when it starts up it initializes a few things then does it's

RE: [JBoss-user] Can an ejb function as a daemon?

2002-09-19 Thread JD Brennan
Title: RE: [JBoss-user] Can an ejb function as a daemon? Sounds like a good place to use an MBean.  They get started when deployed and can create threads and call Session Beans, etc. JD -Original Message- From: David McKnight [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 19,

Re: [JBoss-user] Can an ejb function as a daemon?

2002-09-19 Thread David Jencks
Plus there's an mbean timer service and the somewhat more sophisticated jboss scheduler mbean. david jencks On 2002.09.19 17:43:11 -0400 JD Brennan wrote: > Sounds like a good place to use an MBean. They > get started when deployed and can create threads > and call Session Beans, etc. > > JD >

[JBoss-user] Re: Can an ejb function as a daemon?

2002-09-19 Thread McKnight, David
Sounds like a good place for an MBean.. That sounds great, and I will look into it asap. We've been using Jboss to develop on and use in house, but our app may be used with another app server. Aren't Mbeans Jboss specific? (Pardon my ignorance, and thanks again...) DM -

[JBoss-user] Jetty Integration

2002-09-19 Thread Luttrell, Peter
I just switched from using Tomcat to Jetty with all work (JBoss3.0.2 on w2k).   I have noticed that hot deployments no longer work of webapps!   Here's the error that I get: HTTP ERROR: 500 jzentry == 0, jzfile = 199988168, total = 56, name = C:\Documents and Settings\\Local Setting

Re: [JBoss-user] Re: Can an ejb function as a daemon?

2002-09-19 Thread Dain Sundstrom
McKnight, David wrote: > > Sounds like a good place for an MBean.. > > > > That sounds great, and I will look into it asap. We've been using Jboss to > develop on and use in house, but our app may be used with another app > server. Aren't Mbeans Jboss specific? (Pardon my ignorance, and thanks

[JBoss-user] Heres a hard one on CMP / Transactions (URGENT)

2002-09-19 Thread taxali
Hi, I have 2 Entity Beans and one Session Bean. One method in the session bean ("placeOrder") has to update two DIfferent DB tables (eg: customer wants to buy, therefore insert record into ORDER table and UPDATE a record in CURRENT_STOCK table). This method MUST perform BOTH these operations as *O

Re: [JBoss-user] Heres a hard one on CMP / Transactions (URGENT)

2002-09-19 Thread David Jencks
You might find reading the discussion of declarative transaction support in any book on ejbs more enlightening than the flames this post is likely to receive. There's a free one (mastering ejbs) you can download from theserverside. david jencks On 2002.09.19 18:49:59 -0400 taxali wrote: > Hi, >

Re: [JBoss-user] Re: Can an ejb function as a daemon?

2002-09-19 Thread Rick LaBanca
They are jboss specific but j2ee will have them in some way eventually. Jboss does a lot of cool things, but you have to make sure they aren't specific! What I did to replace an rmi server for now is have session beans access a singleton. It seems the safest way to set up a service right now and

[JBoss-user] JBoss with no servlet engine?

2002-09-19 Thread Thomas T. Veldhouse
Is there source available for JBOSS without any servlet engine packaged with it? If not, is there an easy way to stop ALL servlet engine activity? Thanks in advance, Tom Veldhouse --- This sf.net email is sponsored by:ThinkGeek Welcome to

Re: [JBoss-user] JBoss with no servlet engine?

2002-09-19 Thread David Jencks
I'm not sure about 2.4, I didn't think it came with a servlet engine. For 3.x and 4, I don't know where you can get packaged source at all, but you can remove jetty by removing jbossweb.sar from server/[config]/deploy. You'll have to remove some other things to such as jmx-console.war and possib

AW: [JBoss-user] JBoss with no servlet engine?

2002-09-19 Thread Stefan Groschupf
> If not, is there an easy way to stop ALL servlet engine activity? Delete the Catalina or jetty service files form your default/deploy folder. That's it. stefan --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http:

RE: [JBoss-user] Virtual hosting question

2002-09-19 Thread Brian Topping
I took a look at this but don't know what to do next. EmbeddedCatalina.findHost() is returning the default host in the engine for both queries, each with the correct different virtual host names. When StandardHost.addChild() is called the first time, of course it works fine, dies on the second ti

[JBoss-user] NoClassDefFoundError: org/apache/catalina/LifecycleListener

2002-09-19 Thread John Snyder
I have downloaded and unzipped the jboss-3.0.0_tomcat-4.0.3 package. When I try to start jboss with the run.bat -c default command, I get the deployment error below. This is on a Windows 2000 machine.Could anyone PLEASE explain what I can do about this -- I can't do anything with JBoss if it

[JBoss-user] Re: Jboss3.0 on Linux

2002-09-19 Thread Arijit Ghosh
Thanks everyone for the help... Its working now. Regards, Arijit --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ JBoss-user mailing list [EMAIL

[JBoss-user] NoClassDefFoundError: org/apache/catalina/LifecycleListener

2002-09-19 Thread John Snyder
OK, I fixed this problem.  Here's what it was, in case anybody else wants to know.   The tomcat4-service.xml file, located at C:\[whatever]\jboss-3.0.0_tomcat-4.0.3\server\default\deploy, said this:   ]> Given the directory structure above, the location of catalina was incorrect.  It is

[JBoss-user] Re: How to run servlets?

2002-09-19 Thread Madhu
Thanks David, I have taken your input as positive and it's  natural , some times it happens , now i am able to run the servlets...  no problem just i started from scratch and i tested with simple servlet, so now i have to test with my functionalities,  thanks for u r input Thanks&Regards

[JBoss-user] mbean not registered

2002-09-19 Thread G.L. Grobe
I'm still having problems getting a simple MBean to deploy. Below is the errors I'm getting and the MBean code itself.Any help much appreciated. --- jboss 3.0.2 error output    01:08:39,319 INFO  [MainDeployer] Starting deployment of package: file:/u/public/jboss/jboss-3.0.2/server/default/d

Re: [JBoss-user] N.Y. Open house tonight at 7pm

2002-09-19 Thread Gary S. Cuozzo
I just returned to CT from the open house. I'm happy to say that I had a good time, learned a bit, got to meet some of the key JBoss folks and also some other interesting people in the J2EE community. Thanks much for hosting it, gary. Scott M Stark wrote: >Don't forget to attend the free JB

[JBoss-user] Erratic -- jboss3.0 on linux

2002-09-19 Thread Arijit Ghosh
Hi, Jboss3.0 on Linux is behaving erratically. When I try to execute, ./run.sh from the bin folder, server starts running but stops suddenly at no specific point. 1. Sometimes it hangs after displaying --- Starting General Purpose Architecture 2. Sometimes it hangs after displaying -- Successfu

[JBoss-user] Re: Erratic -- jboss3.0 on linux

2002-09-19 Thread Arijit Ghosh
On restarting the machine and trying to start the jboss server, it hangs after printing the following --- [URLDeploymentScanner] Creating Why is it behaving so randomly ? Regards, Arijit Original Message Subject: Erratic -- jboss3.0 on linux Date: Fri, 20 Sep 2002 12:21:5

Re: [JBoss-user] Re: Erratic -- jboss3.0 on linux

2002-09-19 Thread Binil Thomas
Hi Arijit, I dont know why you run into these problems. But I have been using JBoss3 on my RH 7.2 machine at home and RH 7.3 machine here at work. I use Sun JDK 1.3.1 on both machines. Are you by any chance using an older version of the JDK? Thanks, Binil On Fri, 20 Sep 2002, Arijit Ghosh wrote

Re: [JBoss-user] Erratic -- jboss3.0 on linux

2002-09-19 Thread Robert Krüger
most likely a vm problem. java on linux is a bit of a problem. many VMs (including the latest 1.4.1 VM) are very buggy. what vm are you using? try switching (e.g. from 1.4.1 to 1.4 or 1.3 or try the blackdown ports or ibm vms instead of sun's). it's really trial and error as one VM might run

[JBoss-user] JBossCMP: new ways to create entity beans

2002-09-19 Thread Alex Loubyansky
Hello folks! JBossCMP now provides some new ways to setup and create entity beans. It is based on so called entity commands. First some working examples (snippet from jbosscmp-jdbc.xml): MyCMPBean mycmp_table id knownid INTEGER INTEGER(11)

[JBoss-user] N.Y. Open house tonight at 7pm

2002-09-19 Thread Scott M Stark
Don't forget to attend the free JBoss open house at the New York Marriott East Side at 7pm tonight, Thursday Sep 19. See the following link for information on the Marriot location: http://www.marriott.com/epp/default.asp?MarshaCode=NYCEA Scott Stark Chief Technology Offi