Hi,
I have something like a content management webapp where I want to
keep a directory on the filesystem containing markup fragments (JSP and
HTML). Ideally I'd like this directory to be outside of my webapp, so
that users could simply drop in a new WAR without blowing away the
content di
rale, Charles R wrote:
From: Jason Novotny [mailto:[EMAIL PROTECTED]
Subject: trying to change the context path in context.xml
I've configured context.xml in my webapp
META-INF/context.xml and I want to change
the path attribute, so that instead of the
context being identified by my web
Hi,
I've configured context.xml in my webapp META-INF/context.xml and I
want to change the path attribute, so that instead of the context being
identified by my web application name it is user configurable in the
context.xml. Is this possible?
Thanks, Jason
-
Hi,
I have a context.xml file that looks basically like this:
In the past using Tomcat 5.5.X I've had to manually copy this file over to
$CATALINA_HOME/conf/Catalina/localhost/ and giving it the filename of
the context: portal.xml
I was told I could package this in the META-INF directory o
Hi,
I'm developing a web application and have a couple important
constraints:
+ URLs should look "nice" and be bookmarkable in the style of REST e.g.
http://localhost/myapp/mylayout/someaction/
+ Should be relatively easy to move the WAR call it myapp.war to some
other WAR e.g. someappp
Hi,
I have a lightweight singleton that I need to place in shared/lib so
that it may be accessed by a few other webapps. My question is what
logging jar will make my life the easiest to use in my singleton? My
assumption is that each webapp should be able to configure which classes
it wis
Hi,
I have a JSP that does a form submission, and I'm wondering if
there's any way I can detect if HTTPS is supported so that I can create
a secure https connection to my servlet, or use normal http if not.
Thanks, Jason
Hi,
I'm writing a library that will be used by multiple webapps in
Tomcat and wondering what are the tradeoffs between each of the logging
libraries to use with this library. The 3 I'm considering are
commons-logging, log4j, and JDK logger class... should it matter which
one I use if the
Hi Chuck,
Ok, I changed my context file from gridsphere.xml to portal.xml.
However it still does not work. As I said, I do NOT want to change the
name of my web application. It is currently located in
$CATALINA_HOME/webapps/gridsphere. Previously my understanding of the
path and docBase
nge
the URL to be something like
http://localhost:8080/portal
I don't want them to have to rename the actual deployed web application
WAR file or directory. Thats what I thought the path and docBase were
used for.
Thanks very much, Jason
Caldarale, Charles R wrote:
From: Jason
Hi,
Using Tomcat 5.5.12 and my servlet context fragment:
reloadable="false" crossContext="true">
prefix="localhost_gridsphere_log." suffix=".txt" timestamp="true"/>
doesn't seem to work-- I get this message in my logfile:
WARNING: A docBase
/Users/novotny/Jakarta/tomcat-5.5.12
11 matches
Mail list logo