Re: [JBoss-user] New User

2001-03-20 Thread Guy Rouillier
There is documentation included in your download - check docs subdirectory and on the jboss web site. - Original Message - From: Bankwalla, Viraf <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 20, 2001 1:17 PM Subject: [JBoss-user] New User > Hi, > > I am new to JBoss

RE: [JBoss-user] New User

2001-03-21 Thread Bankwalla, Viraf
Thanks, but there was no docs directory in the download of the new beta, and I did not see anything online on ZOAP. - viraf -Original Message- From: Guy Rouillier [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 21, 2001 12:35 AM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] New User

Re: [JBoss-user] New User

2001-04-03 Thread Sebastien Alborini
Taylor, Richard wrote: > > Now this means I cannot tell apache where to serve the static content from > otherwise I have to update its configuration and restart it each time I > restart jboss. > > Is there any solution for this? > You can put the static content elsewhere (in a static place).

RE: [JBoss-user] New User

2001-04-04 Thread Taylor, Richard
stand that the static content is contained within my webapp? (eg. images) Richard. -Original Message- From: Sebastien Alborini [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 03, 2001 5:42 PM To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] New User Taylor, Richard wrote: > > Now t

RE: [JBoss-user] New User

2001-04-04 Thread Sebastien Alborini
On Wed, 4 Apr 2001, Taylor, Richard wrote: > So in order to deploy my web-app (the whole point of which is that it can be > deployed easily in any compliant container), you are suggesting that I have > to move directories contained withing my web-app just so that I can serve > any static content

Re: [JBoss-user] New user

2001-07-27 Thread Dan Bereczki
Hi Shiva, From one Newbie to another, I ran into the same error, until I fixed the path for the TOMCAT_HOME in the jboss.conf file. First make sure you replace the default "put your path to tomcat here", then when you're doing that make sure you don't leave off the trailing "/" like I did.

Re: [JBoss-user] New user

2001-07-27 Thread Scott M Stark
So why don't you try to use the JBoss/Tomcat bundle that comes preconfigured to avoid these problems? - Original Message - From: "Dan Bereczki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 6:12 PM Subject: Re: [JBoss-user] New user

RE: [JBoss-user] New user

2001-07-27 Thread marc fleury
cause it's much more fun to dump questions on you? marcf |-Original Message- |From: [EMAIL PROTECTED] |[mailto:[EMAIL PROTECTED]]On Behalf Of Scott M |Stark |Sent: Friday, July 27, 2001 9:49 PM |To: [EMAIL PROTECTED] |Subject: Re: [JBoss-user] New user | | |So why don't you

Re: [JBoss-user] New User of Jboss

2001-05-05 Thread Vinay Menon
Make sure that you do not have any other jboss.xml and ejb-jar.xml in path. For eg. it you have a directory META-INF under say C:\Work and C:\Work is in the class path .. remove it! The ejb-jar.xml and jboss.xml are loaded from classpath and if it appears in the system class path anywhere the JBoss

Re: [JBoss-user] New User of Jboss

2001-05-05 Thread Sachin S. Khanna
ate if someone could help me with the solving the above error.Looking forward to hearing from you. Have a nice day.With regards,Sachin S. Khanna - Original Message - From: Vinay Menon To: JBOSS Sent: Saturday, May 05, 2001 9:30 PM Subject: Re: [JBoss-user] New User o

Re: [JBoss-user] New User of Jboss

2001-05-06 Thread Vinay Menon
: [EMAIL PROTECTED] Subject: Re: [JBoss-user] New User of Jboss Hello List,         I appreciate Vinay's suggestion as it helped me overcome my earlier error, thanks for it Vinay but i have got stuck with the following error:   "[Auto deploy] Deployment failed:file:/C:/jboss-2.2/deploy/ch2

Re: [JBoss-user] New user - problem with SQLException

2001-04-26 Thread Ingo Bruell
Hi Jakub, JG> Hello JG> I'm new user of JBoss and have a problem. I've created an EntityBean. Then JG> runned it on JBoss. Everything was OK untill restart of JBoss. It started JG> ok, created tables for my Bean. But when I runned a client for my Bean, JG> and it tried to get it from database,

Re: [JBoss-user] New user - problem with SQLException

2001-04-26 Thread Andrius Juozapaitis
: Do not use char because the jvm has a bug with it. IIRC rickard mentioned once that this bug is fixed in the new j2sdk1.3.1: http://developer.java.sun.com/developer/earlyAccess/j2sdk131/ regards, --andrius ___ JBoss-user mailing list [EMAIL PROT

Re: [JBoss-user] New User Servlet setup question

2004-02-18 Thread Andrew Oliver
Title: Re: [JBoss-user] New User Servlet setup question You’ve got the web.xml syntax wrong: (from server/default/deploy/jmx-console/WEB-INF/web.xml            HtmlAdaptor      org.jboss.jmx.adaptor.html.HtmlAdaptorServlet        ...       HtmlAdaptor   /HtmlAdaptor

Re: [JBoss-user] New User Servlet setup question

2004-02-19 Thread Thomas Preston
), located under $CATALINA_HOME/conf" Tom From: Andrew Oliver <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Subject: Re: [JBoss-user] New User Servlet setup question Date: Wed, 18 Feb 2004 13:28:40 -0500 You¹ve got the web.xm

[JBoss-user] NullPointer on tomcat-test.ear deploy was: Re: [JBoss-user]New user

2001-07-28 Thread Dan Bereczki
uot;Dan Bereczki" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Friday, July 27, 2001 6:12 PM >Subject: Re: [JBoss-user] New user > > > > Hi Shiva, > > > > From one Newbie to another, I ran into the same error, until I fixed the > > path for the

Re: [JBoss-user] NullPointer on tomcat-test.ear deploy was: Re: [JBoss-user] New user

2001-07-28 Thread Scott M Stark
ter on tomcat-test.ear deploy was: Re: [JBoss-user] New user > I am using the jboss-2.2.2_tomcat-3.2.2 bundle. After making the changes > to the config files indicated in the online doc tomcathowto, I still get a > NullPointerException when the tomcat-test.ear tri