> 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
* 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
[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
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
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
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
> 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
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
__
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
> 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
>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
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
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:
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
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
___
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
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
:[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
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
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
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
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
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
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
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
]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
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.
27 matches
Mail list logo