RE: [JBoss-user] CMP Postgres and Booleans

2001-04-11 Thread Rajeev Bacchu

Hi anil,

Thank u ver much, let me sit down right now & follow what u have said, &
just one more thing, can u tell me how to start postgresql with -i option? U
r way ahead of me with these things so I am sure u'd know. I just want to
avoide the time running through the docs for this.

thank u,

-Rajeev B.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, April 11, 2001 1:08 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] CMP Postgres and Booleans


Hi,

Here we go Rajeev,  with top half of the jboss.jcml.
Make sure you started postgres with -i option on.
Check your pg_hba.conf  is right.
and postgresql.jar in $JBOSS_HOME/lib/ext .
jboss will hang if it cannot find postgresql.jar.

anil







___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] CMP Postgres and Booleans

2001-04-10 Thread Rajeev Bacchu

Hi,

It is Jboss2.1 beta. I am waiting for that block of xml that I have to put
in jboss.jcml to configure a connection pool for postgresql6.5.3, I am using
Linux (Mandrake). The dirver is loading fine, but jboss just hangs when it
comes to initializing the connection pool. I know I have gone wrong some
where. So if I see that block of entries, on a working server I should be
able to set the things right.

thank u,

-Rajeev B.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, April 10, 2001 8:03 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] CMP Postgres and Booleans



Which version of jboss??


Rajeev Bacchu wrote:

> Hi,
>
> This is a small request for help, I am not able to configure a
connection
> pool for Postgresql database,


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] CMP Postgres and Booleans

2001-04-10 Thread Rajeev Bacchu

Hi,

This is a small request for help, I am not able to configure a connection
pool for Postgresql database, can u please mail me the mbean entry in
jboss.jcml file for a postgresql connection pool?
It would be of great help to me. I am struggling a bit.

thanks in advance,

Rajeev B.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, April 10, 2001 12:30 AM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] CMP Postgres and Booleans


I have a CMP bean that has a boolean variable.  Before
jboss is started, the value in the postgres database
is 1 (true), after I start postgres and the bean is
loaded, the value goes to false, and the database is
updated to reflect this.  What do I have
misconfigured?


__
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Postgresql Connection Pool

2001-04-09 Thread Rajeev Bacchu

Hi thank u,

I am starting it as a service, can u give me a clue as to how I can do
that? And another question, are the mbean entries in my jboss.jcml OK?

regards,

-RawLife.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Monday, April 09, 2001 8:33 PM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] Postgresql Connection Pool


Are you starting postmaster with the -i option?  That sets it to allow
networked connections.  I did the same thing...


>From: "Rajeev Bacchu" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: "jboss" <[EMAIL PROTECTED]>
>Subject: [JBoss-user] Postgresql Connection Pool
>Date: Mon, 9 Apr 2001 16:10:41 +0530
>
>Hi,
>
>   I am sure one of u must have configured a connection pool for
>Postgresql6.5.3 on linux with jboss2.1,
>
>I went throught the archives, and manuals, and made entries in jboss.jcml
>accordingly, after looking at the configuration for MSSQLServer. The driver
>loads and Initializes without a hitch but the server just hangs when it
>comes to the connection pool part. Here is the mbean entries I've made my
>jboss.jcml file:
>
>name="DefaultDomain:service=JdbcProvider">
>   
>org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,postgresql.Driver
>   
>
>
>
>
>name="DefaultDomain:service=XADataSource,name=mydb">
> PostgresqlPool
> name="DataSourceClass">org.opentools.minerva.jdbc.xa.wrapper.XADataSourceIm
p
>l
> 
> jdbc:postgresql://localhost/mydb
> 120
> postgres
> 10
> 
> false
> false
> false
> true
> 12
> 180
> false
> false
> 1.0
> 0
>   
>
>I would appreciat if some one could mail me across a proper configuration
>entry or just correct the above. the databasename is 'mydb' & the useername

>is 'postgres' password is empty.
>
>-Rajeev B.
>_
>Care a click for Nature?
>http://rainforest.care2.com/i?p=691557508
>
>
>
>___
>JBoss-user mailing list
>[EMAIL PROTECTED]
>http://lists.sourceforge.net/lists/listinfo/jboss-user

_
Get your FREE download of MSN Explorer at http://explorer.msn.com


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] newbie: Permission denied on run.sh

2001-04-09 Thread Rajeev Bacchu



Just 
check out the file permissions for run.sh, it might not be having exacute 
permissions for the user.
 
-RawLife.

  -Original Message-From: 
  [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]On Behalf Of 
  [EMAIL PROTECTED]Sent: Sunday, April 08, 2001 
  6:33 PMTo: [EMAIL PROTECTED]Subject: 
  [JBoss-user] newbie: Permission denied on run.sh
  Hi, im a newbie to jboss, i downloaded it and 
  tried running it with java -jar run.jar but didn't work. checked the lists and 
  it said i should use the run script. the run script gives me a permission 
  denied error when i do: ./run.sh
   
  I am the root of the machine and if i do a chmod 
  755 on run.sh  and then try it, it says no such file or directory. 
  
   
  what am i missing here? i downloaded jboss2.1 and 
  did an unzip on the files. 
   
  YSK


RE: [JBoss-user] How to use Apache + JBoss-Tomcat ?

2001-04-09 Thread Rajeev Bacchu

Hi Eric,

It is verymuch possible, there is enough documentation available to explain
this at the tomcat site, have a look at
http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/index.html
Actully that is the recomended way of using Tomcat (as a JSP & Servlet
container).

ope It helps,

-RawLife.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Monday, April 09, 2001 12:12 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] How to use Apache + JBoss-Tomcat ?


Hi,

Is it possible to sue Apache as the Web Server, and JBoss-Tomcat as the
EJB and JSP container ?

Best regards,
Eric


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] JBoss Standard Debugging Approach (HOWTO)

2001-04-09 Thread Rajeev Bacchu

Hi Matt,

U have really spent enough time writing this mail, u can find some howtos
at http://www.jboss.org/documentation/HTML/index.html, checkout.

-RawLife.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Monday, April 09, 2001 2:34 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-user] JBoss Standard Debugging Approach (HOWTO)


> "Matt" == Matt Davies <[EMAIL PROTECTED]> writes:

Matt> Hi Guys/Gals, I am new to EJB/JBOSS and I would like to ask if
such a
Matt> HOWTO for non-experts exists and, if not, request one. Such a
HOWTO
Matt> would be most useful if it described the use of basic standard
tools
Matt> (text editors, configurations, jdb, ...). I am not an expert, but
I
Matt> like to try and solve things myself as it helps me to learn.

Matt> The upside to this request is that some people will spend less
time
Matt> revisiting issues in the mailing list, and also (more
importantly),
Matt> the postings on average will have more relevant second level
Matt> information which will make them generally more useful on average
to
Matt> reply to and search for solutions. It would also provide a common
Matt> basis to discuss/test courses of action and update any procedures.
I
Matt> guess I am just pointing out that in general it would be a useful
Matt> time-saver for everybody in the long-run!

Matt> Anyway, I know that I am not the first to think of this, but I
Matt> thought I would put this in for any relevant comments or
suggestions
Matt> or pointers to instructions. Perhaps I missed this information if
it
Matt> is already around...

Matt> I enjoy using JBOSS. However, I do have a NullPointerException
Matt> problem with some stateful beans and as I am not an expert (rather
Matt> just a beginner), I would really like to know if it is a problem
Matt> before I use the list and the JBOSS user community spends valuable
Matt> time that might be better spent in other ways to help me. :-)

Read the JBoss documentation.  There are sections for "howtos" on debugging
JBoss applications in various debuggers (JBuilder and VisualAge, at least).

--
===
David M. Karr  ; Best Consulting
[EMAIL PROTECTED]   ; Java/Unix/XML/C++/X ; BrainBench CJ12P (#12004)


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Postgresql Connection Pool

2001-04-09 Thread Rajeev Bacchu

Hi,

I am sure one of u must have configured a connection pool for
Postgresql6.5.3 on linux with jboss2.1,

I went throught the archives, and manuals, and made entries in jboss.jcml
accordingly, after looking at the configuration for MSSQLServer. The driver
loads and Initializes without a hitch but the server just hangs when it
comes to the connection pool part. Here is the mbean entries I've made my
jboss.jcml file:



org.hsql.jdbcDriver,org.enhydra.instantdb.jdbc.idbDriver,postgresql.Driver






PostgresqlPool
org.opentools.minerva.jdbc.xa.wrapper.XADataSourceImp
l

jdbc:postgresql://localhost/mydb
120
postgres
10

false
false
false
true
12
180
false
false
1.0
0
  

I would appreciat if some one could mail me across a proper configuration
entry or just correct the above. the databasename is 'mydb' & the useername
is 'postgres' password is empty.

-Rajeev B.
_
Care a click for Nature?
http://rainforest.care2.com/i?p=691557508



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Can I find a Deployment tool?

2001-04-05 Thread Rajeev Bacchu

Hi Lennart,

Can u tell me where I can find some docs to effectively make use of doclets
for the purpose of deployment? That would be of great help.

-RawLife.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, April 05, 2001 3:58 PM
To: '[EMAIL PROTECTED]'
Subject: RE: [JBoss-user] Can I find a Deployment tool?


3 min...

-Original Message-
>From: Lennart Petersson [mailto:[EMAIL PROTECTED]]
Sent: 4. april 2001 13:13
To: [EMAIL PROTECTED]
Subject: SV: [JBoss-user] Can I find a Deployment tool?


Ejbdoclet is my suggestion. Works very well for us. Ok it is not a graphical
one but still ok. Look at: http://sourceforge.net/projects/ejbdoclet/

We have built an environment where we are using Ant, Ejbdoclet and soon also
JBoss verifier to make everything very trivial to our developers.

/Lennart

- Original Message -
>From: Rajeev Bacchu <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 04, 2001 12:07 PM
Subject: RE: [JBoss-user] Can I find a Deployment tool?


> Hey,
> Copying a file is not the tough part, the clumsy part that can be disliked
> is to deal with all those xml tags, especially when we have a big bag of
> beans being developed, it makes a lot of sense during the development time
> when people are making changes deploying and redeploying things.
>
> EJX looks OK, I hope it will improve in the future.
>
> -RawLife.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Wednesday, April 04, 2001 12:37 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Can I find a Deployment tool?
>
>
> Oh yes, everything but not the deployment.
> But copy a file to another directory is not too difficult, is it? ;)
>
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Vincent
> Harcq
> Envoyé : mardi 3 avril 2001 20:19
> À : [EMAIL PROTECTED]
> Objet : RE: [JBoss-user] Can I find a Deployment tool?
>
>
> Hi,
> EJX is the GUI tool
> To start it simply double click ejx.jar under bin/ (Windows)
> or run a script java -jar ejx.jar (Unix)
> Vincent
>
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Rajeev
> Bacchu
> Envoyé : mardi 3 avril 2001 12:51
> À : jboss
> Objet : [JBoss-user] Can I find a Deployment tool?
>
>
> Hi,
>
> Is'nt there a GUI deployment tool for JBoss that can take inputs, compose
> deployment descriptors, bundle all the classes, resources into a jar and
> deploy it, Like what comes with Sun's J2EE Reference implementation?
> having to write all the deployment descriptors in xml then putting them
all
> in a jar through command lines and deploying the apps seem to be
cumbersome.
>
> Is there an easy way out?
>
> -RawLife.
> _
> Care a click for Nature?
> http://rainforest.care2.com/i?p=691557508
>
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Can I find a Deployment tool?

2001-04-04 Thread Rajeev Bacchu

Thank you Lennart, Let me try that out, what ever makes life easy for my
team is welcome.

regards,

-RawLife.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2001 4:43 PM
To: [EMAIL PROTECTED]
Subject: SV: [JBoss-user] Can I find a Deployment tool?


Ejbdoclet is my suggestion. Works very well for us. Ok it is not a graphical
one but still ok. Look at: http://sourceforge.net/projects/ejbdoclet/

We have built an environment where we are using Ant, Ejbdoclet and soon also
JBoss verifier to make everything very trivial to our developers.

/Lennart

- Original Message -
>From: Rajeev Bacchu <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 04, 2001 12:07 PM
Subject: RE: [JBoss-user] Can I find a Deployment tool?


> Hey,
> Copying a file is not the tough part, the clumsy part that can be disliked
> is to deal with all those xml tags, especially when we have a big bag of
> beans being developed, it makes a lot of sense during the development time
> when people are making changes deploying and redeploying things.
>
> EJX looks OK, I hope it will improve in the future.
>
> -RawLife.
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> [EMAIL PROTECTED]
> Sent: Wednesday, April 04, 2001 12:37 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [JBoss-user] Can I find a Deployment tool?
>
>
> Oh yes, everything but not the deployment.
> But copy a file to another directory is not too difficult, is it? ;)
>
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Vincent
> Harcq
> Envoyé : mardi 3 avril 2001 20:19
> À : [EMAIL PROTECTED]
> Objet : RE: [JBoss-user] Can I find a Deployment tool?
>
>
> Hi,
> EJX is the GUI tool
> To start it simply double click ejx.jar under bin/ (Windows)
> or run a script java -jar ejx.jar (Unix)
> Vincent
>
> -Message d'origine-
> De : [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]De la part de Rajeev
> Bacchu
> Envoyé : mardi 3 avril 2001 12:51
> À : jboss
> Objet : [JBoss-user] Can I find a Deployment tool?
>
>
> Hi,
>
> Is'nt there a GUI deployment tool for JBoss that can take inputs, compose
> deployment descriptors, bundle all the classes, resources into a jar and
> deploy it, Like what comes with Sun's J2EE Reference implementation?
> having to write all the deployment descriptors in xml then putting them
all
> in a jar through command lines and deploying the apps seem to be
cumbersome.
>
> Is there an easy way out?
>
> -RawLife.
> _
> Care a click for Nature?
> http://rainforest.care2.com/i?p=691557508
>
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
> _
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Apache + Tomcat + JBoss

2001-04-04 Thread Rajeev Bacchu

Hi,

I have an Apache web server running, with Tomcat hooked to it, I have
Installed Jboss on my machine, running fine, Can anyone tell me how can I
tie Tomcat to Jboss?

Do I require embedded tomcat? (what some docs were talking about) or can I
tinker with Jboss & Tomcat to get Apache,Tomcat & Jboss working in harmony?

regards,

-RawLife.


_
Care a click for Nature?
http://rainforest.care2.com/i?p=691557508



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Few doubts regarding container code??

2001-04-04 Thread Rajeev Bacchu

Hey, nice question, I am waiting to listen to some answers.
-RawLife.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2001 3:07 PM
To: Jboss User
Subject: [JBoss-user] Few doubts regarding container code??


Hello Everyone,

I have worked on Weblogic server and now i have switched to jboss for
deploying my apps.

Well, as i came from Weblogic server i was comparing some of issues with
jboss, let me put this in questions form :

1) In weblogic developer has to provide a standard jar(which contains
your bean code) to ejbc compiler, which generates another jar
file(deployable, this jar contains all the code generated by container).

  how this is done in JBoss???
  where does container code resides and when it is being generated?



2) When client calls any Remote method how does it gets the stubs??

Thanks
Naresh


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Can I find a Deployment tool?

2001-04-04 Thread Rajeev Bacchu

Hey,
Copying a file is not the tough part, the clumsy part that can be disliked
is to deal with all those xml tags, especially when we have a big bag of
beans being developed, it makes a lot of sense during the development time
when people are making changes deploying and redeploying things.

EJX looks OK, I hope it will improve in the future.

-RawLife.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, April 04, 2001 12:37 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] Can I find a Deployment tool?


Oh yes, everything but not the deployment.
But copy a file to another directory is not too difficult, is it? ;)

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Vincent
Harcq
Envoyé : mardi 3 avril 2001 20:19
À : [EMAIL PROTECTED]
Objet : RE: [JBoss-user] Can I find a Deployment tool?


Hi,
EJX is the GUI tool
To start it simply double click ejx.jar under bin/ (Windows)
or run a script java -jar ejx.jar (Unix)
Vincent

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Rajeev
Bacchu
Envoyé : mardi 3 avril 2001 12:51
À : jboss
Objet : [JBoss-user] Can I find a Deployment tool?


Hi,

Is'nt there a GUI deployment tool for JBoss that can take inputs, compose
deployment descriptors, bundle all the classes, resources into a jar and
deploy it, Like what comes with Sun's J2EE Reference implementation?
having to write all the deployment descriptors in xml then putting them all
in a jar through command lines and deploying the apps seem to be cumbersome.

Is there an easy way out?

-RawLife.
_
Care a click for Nature?
http://rainforest.care2.com/i?p=691557508



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



RE: [JBoss-user] Can I find a Deployment tool?

2001-04-03 Thread Rajeev Bacchu

Hi,

Thank you, let me check that out right away.

RawLife.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Tuesday, April 03, 2001 11:49 PM
To: [EMAIL PROTECTED]
Subject: RE: [JBoss-user] Can I find a Deployment tool?


Hi,
EJX is the GUI tool
To start it simply double click ejx.jar under bin/ (Windows)
or run a script java -jar ejx.jar (Unix)
Vincent

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]De la part de Rajeev
Bacchu
Envoyé : mardi 3 avril 2001 12:51
À : jboss
Objet : [JBoss-user] Can I find a Deployment tool?


Hi,

Is'nt there a GUI deployment tool for JBoss that can take inputs, compose
deployment descriptors, bundle all the classes, resources into a jar and
deploy it, Like what comes with Sun's J2EE Reference implementation?
having to write all the deployment descriptors in xml then putting them all
in a jar through command lines and deploying the apps seem to be cumbersome.

Is there an easy way out?

-RawLife.
_
Care a click for Nature?
http://rainforest.care2.com/i?p=691557508



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user



[JBoss-user] Can I find a Deployment tool?

2001-04-03 Thread Rajeev Bacchu

Hi,

Is'nt there a GUI deployment tool for JBoss that can take inputs, compose
deployment descriptors, bundle all the classes, resources into a jar and
deploy it, Like what comes with Sun's J2EE Reference implementation?
having to write all the deployment descriptors in xml then putting them all
in a jar through command lines and deploying the apps seem to be cumbersome.

Is there an easy way out?

-RawLife.
_
Care a click for Nature?
http://rainforest.care2.com/i?p=691557508



___
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user