Hi,
well there is some good and some bad about everything....
First you CANNOT use anything from the JBoss/Tomcat stack without deploying
it, which - as you correctly pointed out - could be a war as wall as a ear
or even a directory structure resembling a war or ear (e.g.
..../deploy/mywar.war/ some files and a WEB-INF dir...)
The good thing about the lot is that you can redeploy anything (in the dir
structure attempt by touching the web.xml) without restarting tomcat (which
you need to in standalone tomcat)
hth
Burkhard
----- Original Message -----
From: "Faisal Naveed" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 12, 2002 3:46 AM
Subject: [JBoss-user] Deploying web component


>
> Hi,
>
>  I am deploying a web component by placing a war file in deploy directory
of Jboss. Is there any way that without placing the war file in the deploy
directory, i can access the uri of web directory in catalinas webapps
directory.(As this does not seems to be working as its context root does not
access from browser without placing its war in deploy directory, but as i
know in tomcat we have jsut to place the directory under the webapps, and
then it becomes accessible). do we have to change somewhere in config file
to do it to work.
>
> Jboss version:  JBoss-2.4.6_Tomcat-4.0.3
> jdk: 1.4
> Platform:      Windows98
>
>
>
>
>
>
>
>
>
>
>
>
>
> ---------------------------------
> Do You Yahoo!?
> Sign-up for Video Highlights of 2002 FIFA World Cup



_______________________________________________________________

Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to