Hello All,
I try to use:
- Apache 1.3.33 under Windows XP SP2
- mod_jk-1.2.10-apache-1.3.33.so
- Tomcat 5.5.7
- JDK 1.4.2_04
I have following configuration in conf/httpd.conf
LoadModule jk_module modules/mod_jk.so
AddModule mod_jk.c
JkWorkerProperty worker.list=ajp13w
What I do is put an access denied index.jsp on every subdirectories
inside the specific webapp folder.
heres my acc. deny index.jsp...
Access Denied
Access Denied
hth.
richard
On 4/15/05, dummy <[EMAIL PROTECTED]> wrote:
>
> How can I disable both the apache and tomcat 5.5 from displaying
How can I disable both the apache and tomcat 5.5 from displaying the
directory of my web application ?
I have JAAS implemented and working properly. Except
when I attempt to invalidate the session it keeps me
logged in. Is this because of SSO? What do I need to
do to Logout the user in question.
Thanks
Scotchy
__
Do you Yahoo!?
Yahoo! Small Bu
I am using mod_jk2, and in its workers2.properties
file, you can specify "level" attribute for
"channel.socket"
quote from
http://jakarta.apache.org/tomcat/connectors-doc-archive/jk2/jk2/configwebcom.html
as description to "level" attribute:
"Worker Priority. Valid values are 0-3. The
functioning
I tried this, but it didn't help unfortunately
Thank you
> Are you using load balance in your app? If not, you probably don't need
> this line:
>
> worker.worker1.lbfactor=50
>
> Try to use this configuration in the server.xml
>
> port="6969" minProcessors="5" maxProcessors="75"
>
We are pleased to announce the availability of the Public Review
of the next versions of the specification for JavaServer Pages (JSP)
and JavaServer Faces (Faces). JSP 2.1 is developed under JSR-245 and
Faces 1.2 is developed under JSR-252. The two expert groups are working
ogether to improve the
Yes - there is an index.jsp in the context "/home/"
(\\server\c\Apache\Tomcat\webapps\home) directory.
Is there some way to tell how the rewrite is being processed? My rewrite
log is blank.
Geoff
-Original Message-
From: Phillip Qin [mailto:[EMAIL PROTECTED]
Sent: Thursday, April
On 4/14/05, Jonathan Eric Miller <[EMAIL PROTECTED]> wrote:
> After looking at the code, it looks like the SSO session doesn't go away
> until all other sessions for the user have expired. So, as far as I can
> tell, the SSO session doesn't have it's own session timeout as far as I can
> tell.
Ind
On 4/14/05, Jonathan Eric Miller <[EMAIL PROTECTED]> wrote:
> What I did was change my common/classes/logging.properties file to the
> following. With this setup, everything goes into catalina.out. Note, I found
> that if JULI is enabled, it appears to ignore the
> java.util.logging.config.file pro
After looking at the code, it looks like the SSO session doesn't go away
until all other sessions for the user have expired. So, as far as I can
tell, the SSO session doesn't have it's own session timeout as far as I can
tell.
Jon
- Original Message -
From: "Jonathan Eric Miller" <[EMA
After looking at the code, it looks like the SSO session doesn't go away
until all other sessions for the user have expired. So, as far as I can
tell, the SSO session doesn't have it's own session timeout as far as I can
tell.
Jon
- Original Message -
From: "Jonathan Eric Miller" <[EMA
I haven't tried it yet, but, I noticed that catalina.sh/bat, looks for a jar
file named tomcat-juli.jar and if it's present, it adds a
"-Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager" to
JAVA_OPTS. I think if you rename or remove that jar file, it will disable it
(haven't tri
Not using Apache as a front end. Straight Tomcat
5.5.7 with Coyote HTTP.
Darryl
__
Do you Yahoo!?
Make Yahoo! your home page
http://www.yahoo.com/r/hs
-
To unsubscribe, e-mai
I have done that yesterday and it is pretty simple.
Just look this web.xml:
http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
Can you do it in apache httpd.conf?
RewriteRule ^/host/application(.*) https://host/application [R]
-Original Message-
From: Darryl Wilburn [mailto:[EMAIL PROTECTED]
Sent: April 14, 2005 4:00 PM
To: tomcat-user@jakarta.apache.org
Subject: Redirect to https://
Where would I configure a
I need to find which jar files are being used in one context,
for example below code can give me some information about
sun.boot.class.path
<%
String classpath = System.getProperty("sun.boot.class.path");
out.println(" " + classpath);
%>
Is there anything like that :
<%
String clas
Where would I configure a context to automatically
redirect to https? So when a user types
http://host/application, it would automatically
redirect them to https://host/application where a
index.jsp may be a login form that I'd like to have
the username and password encrypted. I assume it goes
in
Hi,
On alpha arch- debian-unstable , 2.6.10 kernel, there is no j2sdk port
to this arch, using sablevm.org
java -version:
SableVM version 1.11.3
- compile date and time: 2005-03-31 19:12:02 UTC
- gcc version: 3.3.5 (Debian 1:3.3.5-8)
- 'real life brokenness' features enabled
- signal based excepti
Please tell me if this is a bug in Tomcat.
I just ran into this problem. It would help someone running into a same
issue.
I deploy a webapp with datasource configured through ROOT.xml (inside
conf/Catalina/localhost/ROOT.xml). The data source was not found when I
run the webapp. So, I check
For tomcat 5.5.9. the default setting logs to both
Catalina.out and Catalina.-mm-dd.log files
My question are:
1) how to channel all startup messages to one file?
2) how to disable JULI (on by default)?
thanks
-
To unsub
I did the thread dump. Cool.
There are 25 threads that look like this:
"http-8100-Processor13" daemon prio=1 tid=0x083c6090 nid=0x99a in Object.wait()
[bcdff000..bcdff8d0]
at java.lang.Object.wait(Native Method)
- waiting on <0x33feebc0> (a
org.apache.tomcat.util.threads.ThreadPool$Contro
Why is the forum quiet? I count more than 30 new posts today.
Guy Katz wrote:
try http://www.hibernate.org/20.html
-Original Message-
From: Behrang Saeedzadeh [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 14, 2005 7:01 PM
To: Tomcat Users List
Subject: Off-topic question: Does Hibernate h
Thanks for the reply. But is the "development mailing list" for users
of Hibernate or its CVS developers? Does it have a mailing list for
users?
Best Regards,
Behi
On 4/14/05, Guy Katz <[EMAIL PROTECTED]> wrote:
> try http://www.hibernate.org/20.html
>
> -Original Message-
> From: Behran
try http://www.hibernate.org/20.html
-Original Message-
From: Behrang Saeedzadeh [mailto:[EMAIL PROTECTED]
Sent: Thursday, April 14, 2005 7:01 PM
To: Tomcat Users List
Subject: Off-topic question: Does Hibernate have a mailing list?
Hi all
Does anyone know if Hibernate have a mailing li
Hi all
Does anyone know if Hibernate have a mailing list or not? The
Hibernate's forum is very quiet...
Best Regards,
--
Behrang Saeedzadeh
http://www.jroller.com/page/behrangsa
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Hi carlos:
I think a nice way is to deploy a simple TimerTask inside any webapp to
do this work. You could use anything like the following to help you:
import java.util.*;
public class MemoryWatchDog extends TimerTask{
private static Timer currentTimer = null;
public static void startTimer(
thank you !!
Jay Burgess wrote:
Think of the timeout as a 30 minute countdown timer. Every time there is any
session activity, like a page request, the timers starts over. If the timer
ever gets to 0, then the session times out.
Jay
Vertical Technology Group
http://www.vtgroup.com/
-Original
Think of the timeout as a 30 minute countdown timer. Every time there is any
session activity, like a page request, the timers starts over. If the timer
ever gets to 0, then the session times out.
Jay
Vertical Technology Group
http://www.vtgroup.com/
-Original Message-
From: Tim Funk
If more than idle for 30 minutes.
-Tim
Cédric Buschini wrote:
Hi every,
from web.xml:
30
Does the session-timeout refer to an idle session or an "active" session ?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addi
Hi every,
from web.xml:
30
Does the session-timeout refer to an idle session or an "active" session ?
Thk in advance
Cedric
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTE
Is there an index.jsp in your context?
-Original Message-
From: Geoff Wiggs [mailto:[EMAIL PROTECTED]
Sent: April 14, 2005 10:37 AM
To: 'Mladen Turk'
Cc: tomcat-user@jakarta.apache.org
Subject: RE: Apache Tomcat & JK Mod
I tried this, but I still get sent to the Tomcat splash page. Th
I tried this, but I still get sent to the Tomcat splash page. The url I am
trying to translate to is www.orcastech.com/home/ . Any more clues?
ServerName www.servername.com
RewriteEngine On
RewriteRule (.*) /home$1
JkMount /home/* worker1
Check your code. Various reasons will cause this INFO.
-Original Message-
From: Zsolt Koppany [mailto:[EMAIL PROTECTED]
Sent: April 14, 2005 4:52 AM
To: Tomcat Users List
Subject: Why does this JkCoyoteHandler message appears?
Hi,
The message below appears very often. How can I fix it?
JkMount /context/* worker1
JkMount /context worker1
-Original Message-
From: Geoff Wiggs [mailto:[EMAIL PROTECTED]
Sent: April 13, 2005 8:16 PM
To: tomcat-user@jakarta.apache.org
Subject: Apache Tomcat & JK Mod
I know this question has probably been asked 1000 times, but here I go
again
Are you using load balance in your app? If not, you probably don't need this
line:
worker.worker1.lbfactor=50
Try to use this configuration in the server.xml
Hope this helps...
-Original Message-
From: Delphine Lê [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 13, 2005 6:41 PM
To
> From: Gaurav Bansal [mailto:[EMAIL PROTECTED]
> is apache necessary for this
No - in fact, it merely introduces another single point of failure,
which I assume is what you want to avoid. However, you need *something*
that will choose whether the primary or standby instance receives any
given r
is apache necessary for this and where can i get the
details regarding this becoz i m new to tomcat
--- David Rees <[EMAIL PROTECTED]> wrote:
> On 4/14/05, Gaurav Bansal <[EMAIL PROTECTED]>
> wrote:
> > I want to form a two node cluster of Tomcat
> servers which can failover but there should be no
Thank you...
My English is not so good...but what I'd like to say is that if these
"admins and webadmins" guys are editing the configuration files and typing
the passwords as they are...it's easier for an "internal observer racker".
If the pass would be encrypted it would be 'a little' more diffic
On 4/13/05, Patty O'Reilly <[EMAIL PROTECTED]> wrote:
>
> I'm running tomcat 5.0.30.
>
> After running for a week or so the server begins to slow down and
> finally crashes because it is out of threads. I can see the java
> processes accumulating day by day.
Send the process a -QUIT signal if on
Another option would be the BadInputFilterValve. I
can't really speak to that option as I have not used
it. But, maybe someone else has?
Darryl
__
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.c
On 4/14/05, Gaurav Bansal <[EMAIL PROTECTED]> wrote:
> I want to form a two node cluster of Tomcat servers which can failover but
> there should be no
> load balancing. But it should support session replication.
I assume that you want to do it with Apache and have mod_jk handle the
distribution
I want to form a two node cluster of Tomcat servers
which can failover but there should be no load
balancing. But it should support session replication.
This should be in such a way that all request are
coming to one server(active one) and other is
completely free(passive one). so if this active se
I want to form a two node cluster of Tomcat servers which can failover but
there should be no load balancing. But it should support session replication.
This should be in such a way that all request are coming to one server(active
one) and other is completely free(passive one). so if this active
Hello,
HTTPS:
GET /application/index.html HTTP/1.1
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
application/x-shockwave-flash, application/vnd.ms-excel,
application/vnd.ms-powerpoint, application/msword, */*
Accept-Language: lv
Accept-Encoding: gzip, deflate
User-Agent: Mozilla/
I found the problem here. Using the -debug startup option I saw that Tomcat
was hanging on the line
Loading startup class.
Immediately after this the Catalina classloader is called to create a
class. The problem was that we use security profiles located on a remote
computer. For some reason this
Hi,
The message below appears very often. How can I fix it?
Apr 13, 2005 11:54:24 PM org.apache.jk.server.JkCoyoteHandler action
INFO: Response already commited
TC-5.0.27
Zsolt
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For
Hi,
after getting the jsp precompilation finally working, I want also want to do
the precompliation for tag files.
I'm using tomcat 5.5.7 on both Windows 2000 and Sun Solaris.
So something like this:
<%@ taglib prefix="mytag" tagdir="/WEB-INF/tags" %>
The precompilation task generates servlets a
Tim Funk wrote:
You need let apache "forward" the appropriate requests to tomcat. The
different ways you can do that can be found here:
http://jakarta.apache.org/tomcat/faq/connectors.html
-Tim
Thank you for the informative link: I'll try to set up such a
configuration and see what happens.
To
Getting HTTP 404 error while trying to run a servlet.
It says resourse not found
Please help!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Magnotta, Salvatore wrote:
I think what he is saying is sending the requests to the AJP12 and AJP13
workers. Look in your Tomcat workers.properties file and make sure you load
the mod_jk in your Apache httpd config file.
-Original Message-
From: Viorel Dragomir [mailto:[EMAIL PROTECTED]
51 matches
Mail list logo