e documentation says that you should
have something like this:
I can export the .crt file from the .kdb file, but how do I get the "key"
file?
Best,
Daniel
-
To start a new topic, e-mail: users@tomcat.apache.org
To un
:07 PM
> To: Tomcat Users List
> Subject: Re: APR / SSL in 5.5.20
>
> On 11/28/06, Daniel Blumenthal <[EMAIL PROTECTED]> wrote:
> > SSLCertificateFile="${catalina.base}/conf/localhost.crt"
> >
> SSLCertificateKeyFile="${catalina.base}
moval of the symlink and
immediately deletes my application-context.xml :-(
How can I stop tomcat from removing my application-context.xml?
I already set the autoDeploy in my server.xml to false; with no help.
Before, in tomcat 5.0, this was working - with the same setup.
best regards
D
Or is this option supported in Tomcat 5.x or 6.0?
Thanks.
DY
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
yet do so, but there are a
lot of them...)
Daniel
Hi,
I've searched through the Tomcat site a bunch and the Java site (and
Google), but I can't find anything that tells me Tomcat 4.0 will work
with j2se6. I know Tomcat 4 won't work with the JSP 2 specs, but I'm
unsure of the j2se specs. If anyone could give me a simple answer ("yes
Tomcat 4.
Daniel Gresh wrote:
Hi,
I've searched through the Tomcat site a bunch and the Java site (and
Google), but I can't find anything that tells me Tomcat 4.0 will work
with j2se6. I know Tomcat 4 won't work with the JSP 2 specs, but I'm
unsure of the j2se specs. If anyone co
Hi list,
I'm running Tomcat 4.0.5 on UNIX and I am experiencing compilation
errors when trying to compile a simple index.jsp file, which is only
twenty lines or so, as I'm trying to learn JSP and starting small. First
however, I'd like to get this question out of the way:
I've searched the w
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Daniel,
Daniel Gresh wrote:
I've searched the web for information on Tomcat's directory structure.
According to one page I found, Tomcat should have a /bin directory,
which contains binary executable
Hi list,
Recently I upgraded Tomcat from 4.0.5 to 5.5.9, due to some unusual
problems I was experiencing with Tomcat 4.0.5. I was getting some Java
compilation errors when I used JDK1.5 features, and neither I nor the
two who replied to my message could figure out why. Upgrading was
suggested
APliszka-Public wrote:
Try using code that is not 1.5 specific [like for(String x: s)] if it
is going to work then your pages are compiled as Java 1.4 source code,
you will have change tomcat config to so jsp compiler is compailing
Java 1.5 source.
Andrew Pliszka
Daniel Gresh wrote:
Hi
APliszka-Public wrote:
Google for "compilerSourceVM", and you should find examples of
enabling 1.5.
Andrew Pliszka
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addition
Daniel Gresh wrote:
APliszka-Public wrote:
Google for "compilerSourceVM", and you should find examples of
enabling 1.5.
Andrew Pliszka
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-ma
Does anyone know the main differences between commons-beanutils-1.7.0.jar
and Tomcat's original common-beanutils.jar. We have to do a project in
struts and want to use version 1.3.5. But we are wondering if I can just
deploy commons-beanutils-1.7.0.jar to the common/lib, and it not affect the
other
all,
we are having issues with IE(?) - javascript - window.open
function and tomcat. When we deploy tomcat with basic authentication
security enabled and in our jsp when ever we call
window.open(url,.), it asks for username / password (authetication) again.
how do we over come this?
. chris, your reply to earlier email was blank and so i am not sure if you
had answered the above question.
--- On Tue, 7/29/08, daniel steel <[EMAIL PROTECTED]> wrote:
From: daniel steel <[EMAIL PROTECTED]>
Subject: tomcat security and window open js
To: users@tomcat.apache.org
Date: T
I've set my Tomcat server up to gzip files of appropriate types, but for
some reason it doesn't seem to be working on two files (according to YSlow).
These files don't seem to be special, both are minified. One is fairly
large (~328k), the other is medium-sized (72k).
Here are the additional lin
I'm having an odd problem. When filters are enabled in my application
(e.g., to add an "Expires" header to certain files), I have to restart the
tomcat server every time I recompile. When the filters are disabled, I
don't have to restart the server (i.e., "reloadable" works).
tomcat/conf/web.xm
Sorry, I forgot to mention. This is for Tomcat 5.5.23.
_
From: Daniel Blumenthal [mailto:[EMAIL PROTECTED]
Sent: Friday, August 15, 2008 1:40 PM
To: 'Tomcat Users List'
Subject: reloadable problem with filters
I'm having an odd problem. When filters are enabled in
oing to see what happens if I rename the filter to "ZZFilter" (to try
to change the build order).
Daniel
Aug 15, 2008 4:23:30 PM org.apache.catalina.loader.WabappClassLoader
modified
SEVERE: Resource '/WEB-INF/classes/app/ExpiresFilter.class' is missing
Aug 15, 2008 4:23:30 PM org.ap
Unfortunately, neither renaming the file to ZZExpiresFilter.java nor
removing the line from the config file appears to be having an effect.
> -Original Message-
> From: Daniel Blumenthal [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 15, 2008 4:34 PM
> To: '
Tomcat Users List
> Subject: RE: reloadable problem with filters
>
> > From: Daniel Blumenthal [mailto:[EMAIL PROTECTED]
> > Subject: RE: reloadable problem with filters
> >
> > I'm actually getting an error in catalina.out *during
> > compilation* (see log
Daniel Gresh wrote:
Daniel Gresh wrote:
APliszka-Public wrote:
Google for "compilerSourceVM", and you should find examples of
enabling 1.5.
Andrew Pliszka
-
To start a new topic, e-mail: users@tomcat.apa
Excellent, Thanks Chris, I'll check it out.
-Original Message-
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Sent: Friday, February 16, 2007 6:12 PM
To: Tomcat Users List
Subject: Re: Question on common-beanutils.jar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
D
We wrote a simple method to return some stats. It's kinda crude, and may not
be a 100% accurate, but here is what we did. Hope it helps. We used this
documentation here
http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/Basic
DataSource.html
public static void printDataSource
Hi all,
I was having some more problems with some older Tomcat installations, so
I decided to upgrade to the newest release and download it fresh this
time instead of using an existing build from awhile back.
I've been trying to set up Tomcat 6.0.9, but I'm afraid I'm having some
problems.
I
ly; I cannot connect to it from a browser, and I get the
error I posted when I try to use shutdown.sh.
There's obviously something I missed. Do I need to edit some files or
something?
Thanks a lot,
Dan
On Mon, 2007-02-19 at 17:11, Hassan Schroeder wrote:
> On 2/19/07, Daniel Gresh <
Caldarale, Charles R wrote:
From: Daniel Gresh [mailto:[EMAIL PROTECTED]
Subject: Re: Installing Tomcat 6.0.9 on Sun Solaris
When I try to setup a $CATALINA_BASE by moving the
aforementioned directories to $HOME/dtomcat, I get
the error I posted in my original message.
The real
x27;m running Solaris 10, yes.
Thanks for the reply,
Dan
On Tue, 2007-02-20 at 13:56, Nelson, Tracy M. wrote:
> | From: Daniel Gresh [mailto:[EMAIL PROTECTED]
> | Sent: Monday, 19 February, 2007 15:43
> |
> | I cannot run "tar xvfz jsvc.tar.gz", as the
> | -z argumen
Oh I see, thanks a lot.
On Tue, 2007-02-20 at 14:44, Caldarale, Charles R wrote:
> > From: Daniel Gresh [mailto:[EMAIL PROTECTED]
> > Subject: RE: Installing Tomcat 6.0.9 on Sun Solaris
> >
> > The reason I was confused though is because the instructions
> > on
I had to add the following before I saw that behavior. You'll have to check
the API, to make sure the minEvictableIdleTimeMillis and
timeBetweenEvictionRunsMillis are set correctly for your pool. But once I
added these, I would see abandoned connections get dropped.
I put these settings in, becau
Hi list,
I'm trying to use the manager webapp for the custom Ant tasks on Tomcat
6.0.9 with Sun Solaris 10. I've gone into the tomcat-users.xml file and
created a username/password admin/admin that has the manager role.
However, when I try to connect to the manager webapp by pointing my
brows
Caldarale, Charles R wrote:
From: Daniel Gresh [mailto:[EMAIL PROTECTED]
Subject: The requested resource (/manager/) is not available.
However, when I try to connect to the manager webapp by pointing my
browser to http://localhost:port/manager, I get the error:
_The requested resource
Thats purely informational.
On 2/27/07, Tim Lucia <[EMAIL PROTECTED]> wrote:
> -Original Message-
> From: Propes, Barry L [GCG-NAOT] [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 26, 2007 4:48 PM
> To: Tomcat Users List
> Subject: connection pool - DBCP error
>
> AbandonedObjectPoo
Hi all,
I've been reading through the documentation on using custom Ant tasks
with Tomcat, but I am sorry to say that I am confused. This will most
likely turn out to be a very basic question, but I'm not sure where to
go with it.
I have a src directory for my .java files that I wish to comp
Caldarale, Charles R wrote:
From: Daniel Gresh [mailto:[EMAIL PROTECTED]
Subject: Ant custom tasks: how to compile .java files and
restart Tomcat (Tomcat6.0.9)?
I have a src directory for my .java files that I wish
to compile to .class files and simply store them on
$CATALINA_HOME/webapps
Caldarale, Charles R wrote:
From: Daniel Gresh [mailto:[EMAIL PROTECTED]
Subject: Re: Ant custom tasks: how to compile .java files and
restart Tomcat(Tomcat6.0.9)?
Is webapps/[appname], where [appname]=ROOT a web application?
If so, I can just use reload when I deploy new .class files
Daniel Gresh wrote:
Alright, here is where I am now.
I edited my build.xml file to include a reload command to reload my
$CATALINA_HOME/webapps/ROOT path. I go to the directory where my .java
files are and type "ant reload". Everything in the build.xml file
works fine until it reac
I would think if your using Tomcat as the Servlet container, The file itself
would be owned by the account running Tomcat. Is this not the case?
On 3/2/07, stevethames <[EMAIL PROTECTED]> wrote:
I am using tomcat as a servlet server used by a mod_perl application
running
under apache. I have
Where is this class com.formos.toolkit.data.IPersis located? Is it in the
WEB-INF/classes directory? or in a JAR? I guess I would want to first make
sure the webapp classloaded loaded it up first.
On 3/1/07, ddigmann <[EMAIL PROTECTED]> wrote:
A note before I start: I have found quite a few
ile for file creation. I have a reason for keeping the user IDs
(apache, tomcat, root) as they are. So, what I've done is made them all
part of the same group. Its the group and group permissions I need to set
on the log file using FileAppender.
Any thoughts?
Daniel Stephens wrote:
>
&g
1st. verifiy that the driver you need is in the Tomcat common lib. 2nd.
verify your config in your server.xml and make sure your character "case" is
correct. 3rd, double check your web.xml or context.xml to make sure your
referencing your DataSource correctly, and finally post this and your
class(
ted by FileAppender when it
actually creates the log file.
For the moment, I have solved the problem by using a separate log file for
tomcat.
Daniel Stephens wrote:
>
> If they are all the same group, then I would suggest just setting the
> umask
> to 022 or 027.. But let me say I'
Hi,
I'm trying to get my tomcat instance to connect over https to an external
server.
I have written a test servlet to do this
String httpsURL = "*https*://*example*.microsoft.com";
URL myurl = new URL(httpsURL);
HttpsURLConnection con = (HttpsURLConnection)myurl.openConnection();
InputS
James Javaman wrote:
Hello,
I am trying to setup a build.xml file for a servlet. I am using the
following 2 URL's as references:
http://tomcat.apache.org/tomcat-5.0-doc/manager-howto.html#Executing%20Manager%20Commands%20With%20Ant
http://www.onjava.com/onjava/2003/01/08/examples/build.xml
james.javaman wrote:
Hi Dan,
Thanks for your response. Let me just make sure I heard you right:
So I have a javac target in my build.xml file. It simply compiles code in
${source} and puts it in {$build}. You are suggesting that I point {$build}
to the Tomcat directory?
For example, since I
james.javaman wrote:
Hi Dan,
Sorry if I’m being dense here, but how does the newly compiled code get into
$CATALINA_HOME/webapps/myWebApp?
I don’t see the part in your build.xml where the new changes (newly compiled
changes) make it to the Tomcat directory.
According to your response, ${bui
sorry if someone has already mentioned this, but you will probably have to
add the testOnborrow Parameter. So that also means you have to use the
ValidationQuery, etc... but it(the pool) should try to restablish a
connection at that point.
testOnBorrow will cause some more overhead, but it might
it also contributes to the other parameters like removeAbandoned, etc.. If I
remember right when the validation Query runs the evictor thread gets called
and then abandoned connections are relieved.They all kinda work together.
On 4/13/07, Venky Vasant <[EMAIL PROTECTED]> wrote:
Thanks i had ch
Hi,
I was editing a JSP page. I saved the file, and refreshed the web page
at http://localhost:port/myapp/page.jsp. Apparently, this caused Tomcat
to shut down for some reason. I had this problem before, but I don't
remember how I solved it. Anyway when I had the problem previously I was
able
Rashmi Rubdi wrote:
On 4/16/07, Daniel Gresh <[EMAIL PROTECTED]> wrote:
Hi,
I was editing a JSP page. I saved the file, and refreshed the web page
at http://localhost:port/myapp/page.jsp. Apparently, this caused Tomcat
to shut down for some reason. I had this problem before, but I
that the api should rather
reflect a request model, where the end event is triggered when the response
is closed. Now it seems that it more reflects the connection model. I am
sure that one can live with it as it is though.
Or maybe I'm just wrong?
Cheers, Daniel
--
View this
nd to the connection life cycle. You get an END (or ERROR etc)
when the connection gets closed. But when you are writing something that
still looks like a servlet you would expect that the event life cycle is
bound to the request / response model. As soon as the response is closed you
would expect a
ls event.close() (no exception)
Wait a bit
9. Keep alive timeout -> END
I know that you can just wrap the event object into some facade and keep
track of its state to prevent all this. It just whished it would behave it
bit different. And whishes are free right?
Filip Hanik - Dev Lists wro
I am attempting to get the SingleSignOn valve to challenge requests to
my web application.
I have a basic LDAP setup and would like the validation to be routed to
the LDAP.
The engine portion of server.xml is as follows:
debug="99"
connectionName="
challenged.
I think this would be an issue with tomcat's security setup, but I am
not sure where to look or how to debug this as no logs are being
generated that would show me what/where the error might be.
Thanks,
Dan
Caldarale, Charles R wrote:
From: Daniel Curran [mailto:[EMAIL PROT
: Daniel Curran [mailto:[EMAIL PROTECTED]
Subject: Re: SingleSignOn Valve Not Challenging
I have added an auth constraint
*
To quote from the servlet spec:
'The special role name "*" is a shorthand for all role names defined in
the deployment descriptor.'
You sti
Hi,
I have a JApplet class in my $CATALINA_HOME/webapps/mywebapp directory
called applet.NVACApplet. It is part of the applet package. I load this
applet through NVAC.jsp.
I was making some changes to the class and recompiled. However, after
reloading the webapp and making numerous changes,
Yes post your web.xml where with your tags. Looks like a typo
in there.
On 5/29/07, Ligade, Shailesh (Contr) (Mission Systems) <
[EMAIL PROTECTED]> wrote:
Greetings,
I am running Tomcat 5.x, and I have many webapps deployed and working
under tomcat. I want my connection pool to be used from
apologize for coming in late if this was resolved... Are you saying Tomcat
just stop's logging to the catalina.out?
On 5/9/07, Propes, Barry L <[EMAIL PROTECTED]> wrote:
Hello,
I have a strange situation.
Tomcat has stopped logging today on my prod. server. Not sure why. All of
the app seems
Original Message-----
From: Daniel Stephens [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 29, 2007 9:02 AM
To: Tomcat Users List
Subject: Re: Tomcat stopped logging
apologize for coming in late if this was resolved... Are you saying Tomcat
just stop's logging to the catalina.out?
On 5/9/07, Pr
p up a bunch of old log files, but I don't think it
was too big of an issue at the time.
>
> -Original Message-
> From: Daniel Stephens [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 29, 2007 12:17 PM
> To: Tomcat Users List
> Subject: Re: Tomcat stopped logging
>
&g
quot;support" guys to help with this is as bad as
an act of Congress to get something done!
>
>
>-Original Message-
>From: Daniel Stephens [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, May 30, 2007 8:14 AM
>To: Tomcat Users List
>Subject: Re: Tomcat stopped loggin
from WROX, which seem to be pretty
readable.
Can anyone recommend a good book for Apache Tomcat 6?
Daniel S. Toma
Ernst & Young
Office: (201) 872-4155
Any U.S. tax advice contained in the body of this e-mail was not intended or
written to be used, and cannot be used, by the
hi all,
I am having problem with tomcat6 with NIO connector / jdk 1.6.3 on windows
2k3 server. For some reason, after some time of use,tomcat starts pegging cpu
at 80 -90 % and needs a restart.
when i run tomcat status, i see one jsp that has been running for a long
time.but when i run jstack
all,
We are running tomcat 6.0.14 (jdk 1.6.03) on Windows server with NIO
connector. After some time, one of the thread starts using 50% of the cpu and
that thread never stops serving.I was able to match the thread id from process
explorer with nid of jstack thread dump and this is the j
erving' - do you mean that the
page GET never completes? The browser just hangs at that page? Or that
you have observed a stream of data.
Regards
Alan Chaney
daniel steel wrote:
> all,
> We are running tomcat 6.0.14 (jdk 1.6.03) on Windows server with NIO
> connector. After some
(ThreadPool
.java:684)
at java.lang.Thread.run(Thread.java:619)
Is there a way that I can configure?
I am looking for a solution to handle more than 3Gigabytes through
apache-tomcat5.5.16, is anyone can help thanks in advance..
Thanks
--Daniel
Hi All,
What's differences between axis2 and xfire?
why should I pick axis 2 instead of xfire?
Can xfire incorporated with other web services for example c++ OR
c#...etc?
many thanks in advance!
--Daniel
-
To st
org.apache.tomcat.util.threads.ThreadPool
$ControlRunnable.run(ThreadPool
.java:684)
at java.lang.Thread.run(Thread.java:619)
thanks
--
Daniel T. Dang
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL
Hi Mike,
The attachment is an instruction that work well for me If you can follow
them...!
--Daniel
On Fri, 2007-06-08 at 14:25 -0400, Michael Angelo wrote:
> I have followed the instructions on the Apache web site verbatim and I still
> cannot get IIS and Tomcat 5.5 to work together.
nd I would like to
thanks to developers people like you guys.
Cheers
--Daniel Dang
On Sun, 2007-06-10 at 13:16 -0700, Bill Barker wrote:
> "Christopher Schultz" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
> > -BEGIN PGP SIGNED MESSAGE-
>
; myself, but I'm sure that between you and Chris it will get nailed down.
>
> Two mod_jk heavy-lifters frequent the list (Mladen and Rainer). If it
> turns out that Daniel is using mod_jk, they should be notified
> separately. From Daniel's messages plus the info available in the
All,
we have couple of context defined, where the docbase is pointing to an
another machine in the same network. but for some reason, in tomcat6 after some
time after the start of tomcat the contexts gets undeployed and the context
files are deleted.
we have defined context under
/conf/Catali
hat is crashing, not a tomcat thread.what
are your command line options to the JVM?
could be a GC bug,
Filip
daniel steel wrote:
> all,
> i am not sure if this a bug or OS problem or our install problem (this is
> the first ever crash). at one of our new installs at a customer site, the
if we configure the url / db access as JNDI resource in the context files,
then the implementation has changed betwen tomcat 5 and tomcat6. not sure
about tomcat 5.5..
in tomcat6, it is
...
...
in tomcat 5,
...
username
dbusername
Make sure you have CATALINA_HOME pointed to your tomcat instance. make sure
your java home is correct.. It sounds like it can't find the java home..
You did boot after the install right? If you added that environment variable
to the system section, you'll need to boot to pick it up or open a new
Excellent! Glad to hear it worked out.
On 7/6/07, Tony Fountain <[EMAIL PROTECTED]> wrote:
Daniel,
Thanks for the suggestion. That did the trick. The Tomcat application
is now running as a windows service and everything is working. Odd
situation though since I always though
e)
So finally my question:
Do you have any idea what could cause the described behavior and prevent the
server from returning larger buffers?
Any parameters I could check/tweek to overcome that problem?
Thank you!
Daniel
-
Hi Christopher,
thank you for your reply.
From: Christopher Schultz<[EMAIL PROTECTED]>
> Daniel Hagen wrote:
> > I am currently developing an application that handles uploads of big
> > files using HTTP PUT.
>
> > The client is a Java client writing 32K blocks t
y idea of this problem, thank you in advance!
--Daniel
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
t;
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Daniel,
>
> Daniel Stephens wrote:
> > Also, make sure that whatever "jar" file has this
> > sun.jdbc.odbc.JdbcOdbcDriver class, is located in your tomcat
> > common/lib.
>
> This is a standard c
Also, make sure that whatever "jar" file has this
sun.jdbc.odbc.JdbcOdbcDriver class, is located in your tomcat common/lib. As
well as having a binding in your context.xml or web.xml like below. And have
the datasource configured in the server.xml or equivalent(I think 5.5 sets
up the Datasources a
hope this is the right place to post this problem and i hope that
there is anyone out there who can give me some hint on solving this
problem.
Kindly regards,
Daniel
--
If we knew what it was we were doing, it would not
Hello,
The file
http://archive.apache.org/dist/tomcat/tomcat-5/v5.5.17/bin/apache-tomcat-5.5.17.exe
appears to be corrupted. In fact it seems to be about half the size it
should be, as compared with other distributions of Tomcat.
Could you please check this and let me know?
I need this ve
My apologies. I didn't know whether to send this to the user's list or the
developer's list, so I sent to both.
Best wishes,
--Dan Schwartz
"PTS" <[EMAIL PROTECTED]> wrote:
> Mark,
>
> Did he post to the dev list or another list as well? Just curious why this
> would be a cross post.
>
> Dou
form, or have they been
partially parsed and altered?
I'm currently using mod_rewrite, but this achieves a redirect via the client,
rather than a hidden forward. A hidden forward would prevent 'ugly' urls
appearing, and (I think) be faster.
Thank you for any
start
INFO: Starting Coyote HTTP/1.1 on http-443
Any ideas? Is it possible that Tomcat isn't able to find the openssl
libraries (or something?). I'm really tearing my hair out here - any help
would be greatly appreciated.
Thanks!
Daniel
---
: Caldarale, Charles R [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 21, 2008 9:09 AM
> To: Tomcat Users List
> Subject: RE: setting up SSL
>
> > From: Daniel Blumenthal [mailto:[EMAIL PROTECTED]
> > Subject: setting up SSL
> >
> > Any ideas? Is it possibl
Ah, never mind - it looks like this only happens the first time.
> -Original Message-
> From: Daniel Blumenthal [mailto:[EMAIL PROTECTED]
> Sent: Thursday, February 21, 2008 11:17 AM
> To: 'Tomcat Users List'
> Subject: RE: setting up SSL
>
> Thanks!
Hey everyone,
Has anyone ever tried to serve documents from within a tomcat webapp vai a
sym link. We have everything setup in tomcat to "allowLinking" within a
context. But I can not get my web app to serve documents via the link..
example below.
web-app location - /apps/development/tomcat/webap
Thanks David, we found my misconfiguration about 30 minutes after I posted..
But I'm glad you brought up the redeploying issue. I didn't even think about
that. So I guess I'll be adding some documentation to that piece.
Thanks for your replies..
Danny
On Thu, Mar 6, 2008 at 4:47 PM, Christopher S
king about.
Thanks,
Eric Daniel
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
s behavior be documented in the main tomcat docs,
or perhaps in the FAQ?
Eric Daniel
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Try this in your web.xml:
jsp
org.apache.jasper.servlet.JspServlet
fork
false
xpoweredBy
false
tagpoolClassName
org.apache.jasper.runtime.PerThreadTagHandlerPo
Hi - I think I am seriously missing something here ...
That's my problem (talking tomcat 5.5.20 here)
Ingredients:
a) A business object (think it large)
b) A Jsp tag which references the business object (i.e. spring message tag)
c) A Jsp page containing the tag
With default config tomcat will
hi all,
one of our customers went live recently with SSL enabled. they are having
performance issues and on troubleshooting we found stdout.log growing rapidly.
stdout log contains lot of hexa decimal charatcers and for each jsp call
execution it seems to be dumping the handshake + encryption +
Hello,
I want to use tomcat 6.0 on a vsphere4 based Server. Are there known issues?
best regards
Daniel Dreier
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h
hi all,
i have seen numerous questions asked on how to connect jconsole / jmap to a
tomcat service on windows. And most of the solutions involve,in setting up jmx
remort port setting etc..
and then connecting to tomcat service using jconsole remotely.
Here is an alternate solution without enab
Need some help or advice..
For Security reasons,
We need to do logging for IP,username, etc(AUDIT).
We need to log success and failed attempts.
We don't want to modify the internal classes(unless it's impossible).
We are using the FORM auth-method, we POST to j_security_check. We have
our
101 - 200 of 1104 matches
Mail list logo