Hello,
I have a question about the use of jasper-compiler-jdt.jar in Apache Tomcat
5.5.x. Is this component in use with Apache Tomcat 5.5.x considered to be
licensed under the Apache License, Version 2.0 or the Eclipse Public License
v 1.0?
(If this is out of context for this list please
On Sun, Apr 25, 2010 at 12:29 PM, users-digest-h...@tomcat.apache.orgwrote:
-- Forwarded message --
From: Christopher Schultz ch...@christopherschultz.net
To: Tomcat Users List users@tomcat.apache.org
Date: Fri, 23 Apr 2010 12:29:26 -0400
Subject: Re: Q: how to obtain
On 25/04/2010 17:28, 100box...@gmail.com wrote:
Hello,
I have a question about the use of jasper-compiler-jdt.jar in Apache Tomcat
5.5.x. Is this component in use with Apache Tomcat 5.5.x considered to be
licensed under the Apache License, Version 2.0 or the Eclipse Public License
v 1.0?
On 25/04/2010 18:24, Godmar Back wrote:
On Sun, Apr 25, 2010 at 12:29 PM, users-digest-h...@tomcat.apache.orgwrote:
-- Forwarded message --
From: Christopher Schultz ch...@christopherschultz.net
To: Tomcat Users List users@tomcat.apache.org
Date: Fri, 23 Apr 2010 12:29:26
Hi all,
I have defined a very simple Web application and stored it under
webapps/example. I have also defined a Context file for it named example.xml
and placed it under conf/Catalina/localhost. The content of example.xml file
is:
Context path=/example1 docBase=example
debug=1
On Sun, Apr 25, 2010 at 4:58 PM, Behrang S. Zadeh behran...@gmail.com wrote:
I have defined a very simple Web application and stored it under
webapps/example.
Now I assume that this Web app must only be accessible via
http://localhost:8080/example1.
A bad assumption; Tomcat will deploy it
So what's the purpose of the path=... element then?
On Mon, Apr 26, 2010 at 11:53 AM, Hassan Schroeder
hassan.schroe...@gmail.com wrote:
On Sun, Apr 25, 2010 at 4:58 PM, Behrang S. Zadeh behran...@gmail.com
wrote:
I have defined a very simple Web application and stored it under
On Sun, Apr 25, 2010 at 7:02 PM, Behrang S. Zadeh behran...@gmail.com wrote:
So what's the purpose of the path=... element then?
Only useful if you're deploying outside the given host's appBase.
There's lots of discussions of this in the archives :-)
--
Hassan Schroeder
Thanks! You made my day! :)
On Mon, Apr 26, 2010 at 12:06 PM, Hassan Schroeder
hassan.schroe...@gmail.com wrote:
On Sun, Apr 25, 2010 at 7:02 PM, Behrang S. Zadeh behran...@gmail.com
wrote:
So what's the purpose of the path=... element then?
Only useful if you're deploying outside the