Re: [JBoss-user] How to deploy simple html and jsp files

2003-09-03 Thread robert
> On (2003/09/03 14:22), Jon Haugsand wrote: > >> Is it possible to place simple html and/or jsp files directly to >> JBoss-3.2.1 bundled with Tomcat? If so, where should you copy the >> files? > > I don't think so. JBoss needs to know that these files are part of a > web application to be handle

Re: [JBoss-user] How to deploy simple html and jsp files

2003-09-03 Thread Jon Haugsand
* Sheldon Hearn > On (2003/09/03 14:22), Jon Haugsand wrote: > >> Is it possible to place simple html and/or jsp files directly to >> JBoss-3.2.1 bundled with Tomcat? If so, where should you copy the >> files? > > I don't think so. JBoss needs to know that these files are part of a > web applicat

RE: [JBoss-user] How to deploy simple html and jsp files

2003-09-03 Thread Rupp, Heiko
[EMAIL PROTECTED] > Sent: Wednesday, September 03, 2003 2:22 PM > To: [EMAIL PROTECTED] > Subject: [JBoss-user] How to deploy simple html and jsp files > > > Is it possible to place simple html and/or jsp files directly to > JBoss-3.2.1 bundled with Tomcat? If so, where

Re: [JBoss-user] How to deploy simple html and jsp files

2003-09-03 Thread Sheldon Hearn
On (2003/09/03 14:22), Jon Haugsand wrote: > Is it possible to place simple html and/or jsp files directly to > JBoss-3.2.1 bundled with Tomcat? If so, where should you copy the > files? I don't think so. JBoss needs to know that these files are part of a web application to be handled by Tomcat

[JBoss-user] How to deploy simple html and jsp files

2003-09-03 Thread Jon Haugsand
Is it possible to place simple html and/or jsp files directly to JBoss-3.2.1 bundled with Tomcat? If so, where should you copy the files? -- Jon Haugsand, [EMAIL PROTECTED] http://www.norges-bank.no --- This sf.net email is sponsored by:Th

[JBoss-user] How to deploy a WAR Archive / WebApplication containing a MBean

2002-12-19 Thread "Köhler, Kristian"
Hi all I have an WAR Archive containing some (Class-Files of) MBeans. These MBeans should make some parts of the WebApp available over the JMX Agent. How can I deploy these MBeans "inside" my Web-App? I tried to build an SAR File which contains the WAR File and inside META-INF Directory the jbos

Re: [JBoss-user] How to deploy Mbean in JBOSS 3

2002-08-12 Thread Holger Baxmann
> Pls. explain the process of deploying Mbean in JBOSS3. It does not have > any jboss.jcml in this version. > pls. explain why do you not read the getting started guide at http://prdownloads.sourceforge.net/jboss/JBoss.3.0QuickStart.Draft3.pdf? download and http://prdownloads.sourceforge.net/jbo

[JBoss-user] How to deploy Mbean in JBOSS 3

2002-08-12 Thread Saroj Kumar
Hi All, Pls. explain the process of deploying Mbean in JBOSS3. It does not have any jboss.jcml in this version. TIA, Saroj --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf __

[JBoss-user] How to deploy the interest example ear in 3.0 RC-Tomcat?

2002-05-29 Thread Urberg, John
I'm trying to deploy the interest.ear file I created from the examples. I'm getting the following error: 09:29:11,671 INFO [STDOUT] org.xml.sax.SAXParseException: Element type "web-app" is not declared. 09:29:11,671 ERROR [Engine] ContextConfig[/interest] Parse error in applicationweb.xml org.x

Re: [JBoss-user] How to deploy scheduler with application

2002-01-31 Thread Eric . Jain
> This is possible with the new Unified Deployer/Class > Loader. This is very new, you might want to wait one > or two weeks until there is a new release of 3.0dev > or whatever it will be called. Okay, thanks! -- Eric ___ JBoss-user mailing list

Re: [JBoss-user] How to deploy scheduler with application

2002-01-31 Thread Adrian Brock
>From: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: [JBoss-user] How to deploy scheduler with application >Date: Thu, 31 Jan 2002 14:00:08 +0100 (MET) > >Is it possible to package a scheduler (class file + >scheduler-service.xml) together w

[JBoss-user] How to deploy scheduler with application

2002-01-31 Thread Eric . Jain
Is it possible to package a scheduler (class file + scheduler-service.xml) together with beans (class files + ejb-jar.xml + jboss.xml)? Currently I deploy the beans in a jar file and the scheduler in a sar file separately. If I mix the two into one jar or sar file, only the beans respectivel

Re: [JBoss-user] How to deploy MBean

2001-11-25 Thread Guy Rouillier
ently, JBoss 3.0 has a new bundle type called a SAR that you can put in deploy/lib, but I haven't done anything with 3.0 yet. - Original Message - From: "jquest jquest" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 23, 2001 2:09 AM Subject:

Re: [JBoss-user] How to deploy MBean

2001-11-23 Thread Sternagel Annegret (PN-SYS/PE)
ff: [JBoss-user] How to deploy MBean Hi all, I am writing a litle MBean. How can I deploy this bean? How to make deployment description? Can you point me? Many thanks in advance. _ Get your FREE download of MSN Explor

[JBoss-user] How to deploy MBean

2001-11-22 Thread jquest jquest
Hi all, I am writing a litle MBean. How can I deploy this bean? How to make deployment description? Can you point me? Many thanks in advance. _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp ___

Re: [JBoss-user] How to deploy webclient in JBoss_Tomcat

2001-11-02 Thread Devraj Mukherjee
Hi Kiran, I have been working with JBoss for a while and as a matter of fact, I have written a guide to programming J2EE apps using JBoss. If you want you can grab it a copy the document and the software (a forum system) at: http://devraj.org/projects/freeforums/ I also delivered a lecture on prog

[JBoss-user] How to deploy webclient in JBoss_Tomcat

2001-11-02 Thread Kiran MN
Hello Everybody,I am new to Jboss tomcat server (JBoss-2.4.3_Tomcat3.2.3)...i hv just executed the given example in the documentation (ie.interest example). i am facing problems in executing webclient verstion of that..can u please tell me  the deployment procedure, how to deploy a war/ear f

RE: [JBoss-user] how to deploy jar file on JBOSS without ANT tool

2001-08-03 Thread Daniel Cardin
:[EMAIL PROTECTED]] Envoyé : 3 août, 2001 02:51 À : [EMAIL PROTECTED] Objet : Re: [JBoss-user] how to deploy jar file on JBOSS without ANT tool Yes, take each step performed by the ant script and do the equivalent task at the command line. - Original Message - From: Krishna Prasad To: [E

[JBoss-user] how to deploy jar file on JBOSS without ANT tool

2001-08-03 Thread Krishna Prasad
Hi,               I installed JBoss-2.4.0.23_Tomcat-3.2.3 on WinNT.  JBOSS and TOMCAT servers started properly. I'm trying to deploy Interest example on JBOSS.  I created interest.jar file as per documentation. I put this jar file in /JBOSS/deploy.  In the continuous documentation, they use

Re: [JBoss-user] how to deploy jar file on JBOSS without ANT tool

2001-08-03 Thread Scott M Stark
Yes, take each step performed by the ant script and do the equivalent task at the command line. - Original Message - From: Krishna Prasad To: [EMAIL PROTECTED] Sent: Thursday, August 02, 2001 11:18 PM Subject: [JBoss-user] how to deploy jar file on JBOSS without ANT tool Hi

Re[2]: [JBoss-user] How to deploy

2001-07-03 Thread daljeetsingh
Hi Yes that's one way to get started. Thanks. But our app is not being staged as of now. Its under pure development environemnt. Sounds painful to create a war file eachtime a developer modifies a class / JSP file. Thanks Daljeet Singh ___ JBoss-user

Re: [JBoss-user] How to deploy

2001-07-03 Thread Devraj Mukherjee
Hi Daljeet, For deployment of web components I usually package up all the file in a WAR file with the deployment descriptor and put it in the deploy directory. The JBoss server detects the XML file and does the deployment file. I have created a batch file for myself which does the process of p

[JBoss-user] How to deploy

2001-07-03 Thread daljeetsingh
Hello, A real starter's question? Here it goes? Where do I start? I am using JBoss/Tomcat bundle. If I deploy my JSP/servlets under tomcat/webapps, than my jboss-web.xml file is being ignored and to deploy it under jboss/deploy I have to create a ear/war/jar each time I make a change to a JSP

[JBoss-user] How to deploy

2001-07-03 Thread daljeetsingh
Hello, A real starter's question? Here it goes? Where do I start? I am using JBoss/Tomcat bundle. If I deploy my JSP/servlets under tomcat/webapps, than my jboss-web.xml file is being ignored and to deploy it under jboss/deploy I have to create a ear/war/jar each time I make a change to a JSP

Re: [JBoss-user] How to deploy servlet application from adirectory other than jetty.home?

2001-05-14 Thread Ganasen Gounden
I have a servlet application installed on c:\myapp. I have configured tomcat to call this application sucessfuly. I am now moving onto Jboss/Jetty. How can I do this in jboss/jetty without having to copy this application into the jett.home stucture? I want is to be able to modify the jetty.xml

RE: [JBoss-user] How to deploy an external jar in JBoss?

2001-04-02 Thread Filip Hanik
]Subject: [JBoss-user] How to deploy an external jar in JBoss? I'd like to deploy an external jar file(e.g jdom.jar) used by the war of an application in JBoss. How should it be specified in deployment descriptor, or Manifest.mf? Thanks, Suyan, Do You Yahoo!?Yahoo! Mail Per

[JBoss-user] How to deploy an external jar in JBoss?

2001-04-02 Thread suyan zhu
I'd like to deploy an external jar file(e.g jdom.jar) used by the war of an application in JBoss. How should it be specified in deployment descriptor, or Manifest.mf? Thanks, Suyan,Do You Yahoo!? Yahoo! Mail Personal Address - Get email at your own domain with Yahoo! Mail.