Re: tc4 tc4

2005-07-19 Thread Didier McGillis

Theres a patch you can download for jdk1.4.  jakarta.apache.org



From: Chris Pat [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: tc4  tc4
Date: Tue, 19 Jul 2005 13:03:35 -0700 (PDT)

Hi David
Thanks.  I sheepishly have to be a, temporary,
subscriber to RTFM.  The log complains that it needs
jdk1.5, of course I knew that but was still thinking
that there was a way to run it on jkd1.4.  Is there?
Or can I give tc5 the location of the jdk1.5 not as an
environment variable and keep tc4 using the environ as
now is?  I also assume that tc5 on jdk1.4 is for
development only?  Sorry for the newbie barrage.

--- David Smith [EMAIL PROTECTED] wrote:

 Take a look at the log file catalina.out and see if
 there are any errors
 there. An exception is most likely causing it to
 fail on startup.

 Chris Pat wrote:

 Hi David
 Thanks for the response, however I set it to 8006,
 checked to make sure nothing in that file of tc4
 was
 on that port, bounced tc5 and I still cant get in
 on
 that port.  This is the second un/reinstall reboot
 today.  Yes, it is a wintel box w2ksrvsp4.  Any
 ideas?
 
 --- David Smith [EMAIL PROTECTED] wrote:
 
 
 
 Also set the shutdown port at the top of the
 server.xml to something
 other than 8005 .
 
  --David
 
 Chris Pat wrote:
 
 
 
 Hi
 I have tc4 working fine.  Installed tc5.5.9 and
 set
 the port to 9080 and of course a diff dir.
 However
 
 
 I
 
 
 cant connect to it at that port even tough I have
 
 
 his
 from the tc5 server.xml
 
 
 !--  Define a non-SSL HTTP/1.1 Connector on port
 
 
 8080
 
 
  --
  Connector port=9080 maxHttpHeaderSize=8192
 maxThreads=150 minSpareThreads=25
 maxSpareThreads=75 enableLookups=false
 redirectPort=8443 acceptCount=100
 connectionTimeout=2
 
 
 disableUploadTimeout=true
 
 
 /
 
 Can someone explain what additional config is
 necessary to run both tc4  tc5 on 8080 and 9080
 on
 the same localhost?  tia.
 

__
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 
 
 protection around
 
 
 http://mail.yahoo.com
 
 
 

-
 
 
 To unsubscribe, e-mail:
 
 
 [EMAIL PROTECTED]
 
 
 For additional commands, e-mail:
 
 
 [EMAIL PROTECTED]
 
 
 
 
 
 
 
 
 

-
 
 
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 
 
 
 
 __
 Do You Yahoo!?
 Tired of spam?  Yahoo! Mail has the best spam
 protection around
 http://mail.yahoo.com
 

-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]
 
 
 



-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]







Start your day with Yahoo! - make it your home page
http://www.yahoo.com/r/hs


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Newbie: Does Tomcat 5.5.9 support JSP 2.2/1.1?

2005-07-19 Thread Didier McGillis


Servlet/JSP Spec  2.4/2.0
Tomcat 5.5 uses the Jasper 2 JSP Engine to implement the JavaServer Pages 
2.0 specification.


http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jasper-howto.html


From: Leonardo Lagos [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Subject: Newbie: Does Tomcat 5.5.9 support JSP 2.2/1.1?
Date: Tue, 19 Jul 2005 16:25:56 -0400

Hi,

I am new to servlets, and need to install one for some specific 
application.

This application requests tomcat 3.3.x, but looking at the page
http://jakarta.apache.org/tomcat/index.html, I would like, of course, to
install the latest and greatest.

However, it is NOT clear, whether tc 5.5.x supports the old JSP versions.

In fact, if tomcat were backward compatible, there shoud NOT be other 
tomcat

versions available for download.

So, that makes me suspect that backward compatibility is not available on
the latest tomcat.

So, I would like someone here to clarify this question, and make my life
easier.

Regards,

Leo


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: how to link

2005-07-13 Thread Didier McGillis
There is no jk folder that was an example that the author created.  You can 
store it in the conf directory.  Just change the path JkWorkersFile 
/var/jakarta/conf/jk/workers.properties to JkWorkersFile 
/var/jakarta/conf/workers.properties.  Just an FYI I store my workers file 
in the apache

conf directory.

To answer your question.  If you want a jk then mkdir jk


From: ganesan malairaja [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: tomcat-user@jakarta.apache.org
Subject: how to link
Date: Wed, 13 Jul 2005 02:10:47 +

hi guys

how to  link apache2 and tomcat

i have apache 2.0.54 and tomcat 4.1.xx running on linux ..

my both apache and tomcat runs indepently fine

i need to link both how i do it ... i trying following one example on the
http://wass.homelinux.net/howtos/Jakarta_How-To.shtml


i cant find jk folder under jakarta folder ..

anybody got any example to guide me ..

thanks for help



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: What happened to the admin and manager apps in 5.5?

2005-06-28 Thread Didier McGillis

Those have to be downloaded seperatly they arent part of the base download.
http://jakarta.apache.org/site/downloads/downloads_tomcat-5.cgi
You'll find the admin and other downloads there.


From: lchalupa [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: tomcat-user@jakarta.apache.org
Subject: What happened to the admin and manager apps in 5.5?
Date: Tue, 28 Jun 2005 15:21:16 -0400

I'm trying to install the admin application of tomcat. When I download
the .zip file. I'm confused about what I'm suppose to deploy, where to 
deploy
it and how to do it.  Of course there are few clues that may any sense to 
me.
The directory structure in the zip file is very confusing to me.  Can 
anyone

give me some directions? Why did somebody fix something that isn't broken?

Thanks

lee




Lee Chalupa
[EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Java and Java 1.5 on same machine

2005-05-20 Thread Didier McGillis
Yep thats what I ended up doing and it works like a charm, just some minor 
tweaks and then it should be all good to go.

thanks everyone.
From: Tim Diggins [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: Java and Java 1.5 on same machine
Date: Fri, 20 May 2005 09:32:26 +0100
Hi Didier -
I think it might be better to leave the body of the scripts as they  are 
but reassign the environment variables at the beginning of the script 
(shell-dependant obviously). You might even (?) want to unset 
JAVA_HOME/CATALINA_HOME globally and re-assign it on a script-by-script 
basis...

Tim
 --
Dakota Jack wrote:
Just use different ports.
On 5/19/05, Didier McGillis [EMAIL PROTECTED] wrote:
How can Java 1.4.2 and Java 1.5 co-exist on one server.  I need to run
Tomcat 55 with Java 1.5 and my development Tomcat with java 1.4.2 on the
same machine.
I have just installed Java 5 and Tomcat 5.5.9 for evaluation and testing
before migrating to the newer versions.  However I only have one test
machine and that is also used for the existing development server and so
therefore has Tomcat 5.0.18 and Java 1.4.2.
Even though I went in to the profile and added JAVA5_HOME and
CATALINA55_HOME and JRE5_HOME, and substituted those in the catalina.sh
file.  When I run startup.sh it will show JRE5_HOME as java1.5... but 
doing
a ps will show that its actually using java1.4.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Java and Java 1.5 on same machine

2005-05-19 Thread Didier McGillis
How can Java 1.4.2 and Java 1.5 co-exist on one server.  I need to run 
Tomcat 55 with Java 1.5 and my development Tomcat with java 1.4.2 on the 
same machine.

I have just installed Java 5 and Tomcat 5.5.9 for evaluation and testing 
before migrating to the newer versions.  However I only have one test 
machine and that is also used for the existing development server and so 
therefore has Tomcat 5.0.18 and Java 1.4.2.

Even though I went in to the profile and added JAVA5_HOME and 
CATALINA55_HOME and JRE5_HOME, and substituted those in the catalina.sh 
file.  When I run startup.sh it will show JRE5_HOME as java1.5... but doing 
a ps will show that its actually using java1.4.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Tomcat/Apache/JK(2)?

2005-05-18 Thread Didier McGillis
I too am a Apache/Tomcat/Modjk2 vet.  I have begun looking at moving to 
Tomcat 5.5 and evaluating the need for Apache, as well as other connectors 
for Modjk2.  One you can look at would be Apache Mod Proxy, apparently that 
has caught on as an excellent way to connect Apache to Tomcat.

From: Tom Holmes Jr. [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: tomcat-user@jakarta.apache.org
Subject: Tomcat/Apache/JK(2)?
Date: Wed, 18 May 2005 11:02:00 -0400
Ok, I'm not a newbie to Apache 2.x, Tomcat 4.x, JK2 with Java SDK 1.4.x  
... I have gotten these to work over the years with few problems either on 
a Windows or Linux environment.  I've modified the httpd.conf file and 
workers2.properties files under Apache 2.x, and the server.xml and 
jk2.properties under Tomcat 4.x.

However, now I am in unfamiliar territory once more.  I am working on 
Windows 2000, and I want to use Apache 2.x which I have no problems working 
with.  But now, I want it to work with Tomcat 5.5.x ...  so, here the 
questions begins:

I understand that I should be using the Java SDK 1.5 now with Tomcat 5.5.x, 
is that correct?

I always thought that JK2 was the new version of JK.  I have always used 
JK2 to connect tomcat 4.x to Apache 2.x.  I understand that JK2 is now 
deprecated and is no longer getting any support?   Does this mean I should 
now use JK to connect Tomcat 5.5.x with Apache 2.x?   Do I still need a 
workers2.properties file?

Where can I find documentation on using JK in order to connect Apache 2.x 
with Tomcat 5.5.x?   Any sample files I need?

I know I've seen a lot of questions about this on this list and on the net 
(yes, Google is my friend), but I only get bits and pieces of the whole, I 
was looking for anything more comprehensive.

Thanks for any help you guys can provide!
   
 Tom

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Off Topic: Tomcat monitoring tools

2005-05-10 Thread Didier McGillis
Maybe something like this will work.
http://www.hyperic.net
Its not just for Tomcat.
From: Guillaume Lahitette [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: tomcat-user@jakarta.apache.org
Subject: RE: Off Topic: Tomcat monitoring tools
Date: Tue, 10 May 2005 00:18:25 +0100
Thank you very much Peter. Yes indeed, we've used JMeter to do our testing 
but I wasn't aware of this monitoring capability. I'm trying to install 
Tomcat 5 to give it a try since JMeter can't play with our Tomcat 4.1.26 
for monitoring purposes.

Any other candidates out there?
TIA.
Guillaume
 -Original Message-
 From: Peter Lin [mailto:[EMAIL PROTECTED]
 Sent: 09 May 2005 18:47
 To: Tomcat Users List
 Subject: Re: Off Topic: Tomcat monitoring tools


 there's a tool call jmeter from a group call Jakarta, you might have
 heard of them.

 Jmeter has the ability to monitor multiple tomcat's and show the
 performance in a graph.

 http://jakarta.apache.org/jmeter/

 http://jakarta.apache.org/jmeter/usermanual/build-monitor-test-plan.html

 have fun


 peter lin


 On 5/9/05, Guillaume Lahitette [EMAIL PROTECTED] wrote:
  Hi,
 
  I am looking for feedback on (preferably free) tools to monitor
 the performance of Tomcat during stress testing.
 
  We're running Tomcat 4.1.26 in production on Linux and Windows
 (as a service).
 
  Ideally, the tool would support connecting to multiple, remote 
servers.
 
  TIA.
  Guillaume
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Off Topic: Tomcat monitoring tools

2005-05-10 Thread Didier McGillis
also there is http://www.nagios.org, also not just for Tomcat.
From: Guillaume Lahitette [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: tomcat-user@jakarta.apache.org
Subject: Off Topic: Tomcat monitoring tools
Date: Mon, 09 May 2005 18:42:30 +0100
Hi,
I am looking for feedback on (preferably free) tools to monitor the 
performance of Tomcat during stress testing.

We're running Tomcat 4.1.26 in production on Linux and Windows (as a 
service).

Ideally, the tool would support connecting to multiple, remote servers.
TIA.
Guillaume
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


going nuts here

2005-04-20 Thread Didier McGillis
I want to see if an image exists I dont want red x's
yet I cant seem to get the real path to check with File so is there another 
way.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Apache as front-end for several tomcat

2005-03-30 Thread Didier McGillis
would it be the fact that your sending the requests through the same port 
number?

From: Christophe Lemaire [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: tomcat-user@jakarta.apache.org
Subject: Apache as front-end for several tomcat
Date: Wed, 30 Mar 2005 22:12:27 +0200
Hello,
I would like to setup a Apache 2.0.53 as front-end for several Tomcat 
5.0.19. I use JK1.2.8 as connector.

I have defined one worker per tomcat server. I use three name based virtual 
hosts in the apache config.

The problem is only the first virtual host works. In the mod_jk.log, I can 
see that every request sent to the apache are checked with the JkMount from 
the first virtual host only.

Here are my config files :
 workers.properties ---
worker.list=demo1,demo2,demo3,stat
worker.demo1.type=ajp13
worker.demo1.host=192.168.0.1
worker.demo1.port=8009
worker.demo2.type=ajp13
worker.demo2.host=192.168.0.2
worker.demo2.port=8009
worker.demo3.type=ajp13
worker.demo3.host=192.168.0.3
worker.demo3.port=8009
worker.stat.type=ajp13
worker.stat.host=192.168.0.3
worker.stat.port=7201
- end of  workers.properties ---
In the httpd.conf file, I include the file mod_jk.conf (no other virtual 
hosts are defined in httpd.conf):

 mod_jk.conf ---
# Load mod_jk module
LoadModule jk_module modules/mod_jk.so
# Where to find workers.properties
JkWorkersFile conf/workers.properties
# Where to put jk logs
JkLogFile logs/mod_jk.log
# Set the jk log level [debug/error/info]
JkLogLevel debug
# Select the log format
JkLogStampFormat [%a %b %d %H:%M:%S %Y] 
# JkRequestLogFormat set the request format
JkRequestLogFormat %w %V %T
NameVirtualHost *:81
VirtualHost *:81
   ServerName demo1.myweb.org
   JkMount /*/tracking/* stat
   JkMount /tracking/* stat
   JkMount /web/* demo1
   JkMount /ald/* demo1
   JkMount /htmleditor/* demo1
   JkMount /* demo1
/VirtualHost
VirtualHost *:81
   ServerName demo2.myweb.org
   JkMount /*/tracking/* stat
   JkMount /* demo2
/VirtualHost
VirtualHost *:81
   ServerName demo3.myweb.org
   JkMount /*/tracking/* stat
   JkMount /* demo3
/VirtualHost
- end of mod_jk.conf ---
Extract from mod_jk.log :
URL typed in the browser : http://demo3.myweb.org:81/
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (700): Attempting to map URI '/' 
from 6 maps
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context URI 
'/*/tracking/*'
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context URI 
'/tracking/*'
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context URI 
'/web/*'
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context URI 
'/ald/*'
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context URI 
'/htmleditor/*'
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context URI 
'/*'
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (755): Found a context match demo1 
- /
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] jk_handler::mod_jk.c 
(1715): Into handler jakarta-servlet worker=demo1 r-proxyreq=0
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
wc_get_worker_for_name::jk_worker.c (92): found a worker demo1
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] init_ws_service::mod_jk.c 
(479): agsp=81 agsn=demo3.myweb.org hostn=demo3.myweb.org 
shostn=demo1.myweb.org cbsport=0 sport=0 claport=81

But I get the homepage of demo1.myweb.org...
Any idea why this happen?
Thanks in advance,
Christophe
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Apache as front-end for several tomcat

2005-03-30 Thread Didier McGillis
check in your access_log for apache, what do they say
From: Christophe Lemaire [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: Apache as front-end for several tomcat
Date: Wed, 30 Mar 2005 23:33:24 +0200
Not sure. I have seen several config of name based virtual hosts that 
listen on the same port.

On 30-mars-05, at 23:02, Didier McGillis wrote:
would it be the fact that your sending the requests through the same port 
number?

From: Christophe Lemaire [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: tomcat-user@jakarta.apache.org
Subject: Apache as front-end for several tomcat
Date: Wed, 30 Mar 2005 22:12:27 +0200
Hello,
I would like to setup a Apache 2.0.53 as front-end for several Tomcat 
5.0.19. I use JK1.2.8 as connector.

I have defined one worker per tomcat server. I use three name based 
virtual hosts in the apache config.

The problem is only the first virtual host works. In the mod_jk.log, I 
can see that every request sent to the apache are checked with the 
JkMount from the first virtual host only.

Here are my config files :
 workers.properties ---
worker.list=demo1,demo2,demo3,stat
worker.demo1.type=ajp13
worker.demo1.host=192.168.0.1
worker.demo1.port=8009
worker.demo2.type=ajp13
worker.demo2.host=192.168.0.2
worker.demo2.port=8009
worker.demo3.type=ajp13
worker.demo3.host=192.168.0.3
worker.demo3.port=8009
worker.stat.type=ajp13
worker.stat.host=192.168.0.3
worker.stat.port=7201
- end of  workers.properties ---
In the httpd.conf file, I include the file mod_jk.conf (no other virtual 
hosts are defined in httpd.conf):

 mod_jk.conf ---
# Load mod_jk module
LoadModule jk_module modules/mod_jk.so
# Where to find workers.properties
JkWorkersFile conf/workers.properties
# Where to put jk logs
JkLogFile logs/mod_jk.log
# Set the jk log level [debug/error/info]
JkLogLevel debug
# Select the log format
JkLogStampFormat [%a %b %d %H:%M:%S %Y] 
# JkRequestLogFormat set the request format
JkRequestLogFormat %w %V %T
NameVirtualHost *:81
VirtualHost *:81
   ServerName demo1.myweb.org
   JkMount /*/tracking/* stat
   JkMount /tracking/* stat
   JkMount /web/* demo1
   JkMount /ald/* demo1
   JkMount /htmleditor/* demo1
   JkMount /* demo1
/VirtualHost
VirtualHost *:81
   ServerName demo2.myweb.org
   JkMount /*/tracking/* stat
   JkMount /* demo2
/VirtualHost
VirtualHost *:81
   ServerName demo3.myweb.org
   JkMount /*/tracking/* stat
   JkMount /* demo3
/VirtualHost
- end of mod_jk.conf ---
Extract from mod_jk.log :
URL typed in the browser : http://demo3.myweb.org:81/
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (700): Attempting to map URI '/' 
from 6 maps
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context 
URI '/*/tracking/*'
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context 
URI '/tracking/*'
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context 
URI '/web/*'
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context 
URI '/ald/*'
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context 
URI '/htmleditor/*'
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (718): Attempting to map context 
URI '/*'
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
map_uri_to_worker::jk_uri_worker_map.c (755): Found a context match demo1 
- /
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] jk_handler::mod_jk.c 
(1715): Into handler jakarta-servlet worker=demo1 r-proxyreq=0
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] 
wc_get_worker_for_name::jk_worker.c (92): found a worker demo1
[Wed Mar 30 22:15:46 2005] [12762:8192] [debug] init_ws_service::mod_jk.c 
(479): agsp=81 agsn=demo3.myweb.org hostn=demo3.myweb.org 
shostn=demo1.myweb.org cbsport=0 sport=0 claport=81

But I get the homepage of demo1.myweb.org...
Any idea why this happen?
Thanks in advance,
Christophe
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail

Re: caching pattern

2005-03-29 Thread Didier McGillis
A listing of some names, and some static content, the content is pulled from 
the database, but is infrequently changed

From: QM [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: caching pattern
Date: Mon, 28 Mar 2005 18:19:28 -0600
On Mon, Mar 28, 2005 at 04:47:30PM +, Didier McGillis wrote:
: Im looking for an idea of how to setup a caching pattern?
That's awful vague ;)
What sort of caching?  Content, data, other?
Depending on what you're trying to do, and your desire/willingness to
use third-party tools, you may not have to write it yourself from
scratch.
-QM
--
software   -- http://www.brandxdev.net/
tech news  -- http://www.RoarNetworX.com/
code scan  -- http://www.JxRef.org/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: caching pattern

2005-03-29 Thread Didier McGillis
Are there any good examples of this?
From: Mark Benussi [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: 'Tomcat Users List' tomcat-user@jakarta.apache.org
Subject: RE: caching pattern
Date: Tue, 29 Mar 2005 14:54:24 +0100
If you are caching content, e.g. pages I would recommend using XSL to
transform the data into html, or jsp if you need. At startup and then
whenever it is changed.
For data, implement a persistence pattern (Data extends BaseData class,
Persistence extends BasePersistence class). Then for any data you want to
cache extend the BaseData to override the CRUD methods to hold data in a
Hashtable by key lookup (Assuming your data can be looked up using a single
key). Implement a time to live Timer (Say an hour) and then every time your
data is read, update its time stamp for the timer to ignore.
-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: 29 March 2005 14:17
To: tomcat-user@jakarta.apache.org
Subject: Re: caching pattern
A listing of some names, and some static content, the content is pulled 
from

the database, but is infrequently changed
From: QM [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: caching pattern
Date: Mon, 28 Mar 2005 18:19:28 -0600

On Mon, Mar 28, 2005 at 04:47:30PM +, Didier McGillis wrote:
: Im looking for an idea of how to setup a caching pattern?

That's awful vague ;)

What sort of caching?  Content, data, other?

Depending on what you're trying to do, and your desire/willingness to
use third-party tools, you may not have to write it yourself from
scratch.

-QM

--

software   -- http://www.brandxdev.net/
tech news  -- http://www.RoarNetworX.com/
code scan  -- http://www.JxRef.org/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: caching pattern

2005-03-29 Thread Didier McGillis
data, or as they say in new england datur
From: Mark Benussi [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: 'Tomcat Users List' tomcat-user@jakarta.apache.org
Subject: RE: caching pattern
Date: Tue, 29 Mar 2005 16:01:08 +0100
The content or the data?
-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: 29 March 2005 15:59
To: tomcat-user@jakarta.apache.org
Subject: RE: caching pattern
Are there any good examples of this?
From: Mark Benussi [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: 'Tomcat Users List' tomcat-user@jakarta.apache.org
Subject: RE: caching pattern
Date: Tue, 29 Mar 2005 14:54:24 +0100

If you are caching content, e.g. pages I would recommend using XSL to
transform the data into html, or jsp if you need. At startup and then
whenever it is changed.

For data, implement a persistence pattern (Data extends BaseData class,
Persistence extends BasePersistence class). Then for any data you want to
cache extend the BaseData to override the CRUD methods to hold data in a
Hashtable by key lookup (Assuming your data can be looked up using a 
single
key). Implement a time to live Timer (Say an hour) and then every time 
your
data is read, update its time stamp for the timer to ignore.

-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: 29 March 2005 14:17
To: tomcat-user@jakarta.apache.org
Subject: Re: caching pattern

A listing of some names, and some static content, the content is pulled
from

the database, but is infrequently changed

 From: QM [EMAIL PROTECTED]
 Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
 To: Tomcat Users List tomcat-user@jakarta.apache.org
 Subject: Re: caching pattern
 Date: Mon, 28 Mar 2005 18:19:28 -0600
 
 On Mon, Mar 28, 2005 at 04:47:30PM +, Didier McGillis wrote:
 : Im looking for an idea of how to setup a caching pattern?
 
 That's awful vague ;)
 
 What sort of caching?  Content, data, other?
 
 Depending on what you're trying to do, and your desire/willingness to
 use third-party tools, you may not have to write it yourself from
 scratch.
 
 -QM
 
 --
 
 software   -- http://www.brandxdev.net/
 tech news  -- http://www.RoarNetworX.com/
 code scan  -- http://www.JxRef.org/
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


caching pattern

2005-03-28 Thread Didier McGillis
Im looking for an idea of how to setup a caching pattern?  I left my tomcat 
book elsewhere and feel lost.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


ugly urls

2005-03-23 Thread Didier McGillis
Hi everyone
I wanted to see if in JSP or Tomcat there was an easy way to transform ugly 
urls into pretty urls.  So taking category.jsp?catid=12type=2 and changing 
it to category/catid/12/type/2?


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: tomcat + SSL, apache

2005-02-14 Thread Didier McGillis
Actually I believe its the opposite.  Apache serves the certificate the 
communication between Tomcat and Apache shouldnt be public anyway.

From: Laurentiu Vasiescu [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: tomcat-user@jakarta.apache.org
Subject: tomcat + SSL, apache Date: Mon, 14 Feb 2005 15:25:59 +0200
Is there any way to have the Tomcat with SSL and a front-end Apache, wich 
should only serve as a interface between client and tomcat?
I mean tomcat should serve the certificates and do all the ssl, apache only 
to redirect traffic to it.
thanks.

Laurentiu   Vasiescu
Network Administrator
  S.A. Tri-Pen TravelMaster Technologies, SRL
  Eastern Europe - Bucharest (Romania)
  Office:  +40 (31) 401 1152
  +40 (31) 402 5027
  Fax: +40 (21) 323 4357
  E-mail: [EMAIL PROTECTED]
  Web: http://www.tri-pen.ro


Confidentiality Notice: This email message, including any attachments,
is for the sole use of the intended recipient(s) and may contain 
confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact Tri-Pen TavelMaster Technologies at +40 (31) 401 1152 and destroy
all copies of the original message.





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


some questions

2005-02-11 Thread Didier McGillis
I'm about to start moving forward on a site that I took over a couple of 
months back.  All the hardware and configuration issues seem to be ironed 
out, and I am beginning to redo large portions of the site.  The product 
portion of the site is currently html pages and not generated html pages, 
these are hand-coded and hand maintainted html pages.  I'm targetting these 
for removal and redesign, since they are ugly to boot.

Anyway my questions are this.  Should I start implementing pieces like 
load-balancing, database connection pooling, and caching, gzip output in the 
new pieces so that when I sweep through the rest of the code base later that 
I wont have to go back and redo everthing.  Currently the other parts of the 
site are using a clumsy home brewed odbc connection to the db.  And none of 
the connections are serialized so doing load-balancing and session sharing 
wont work on the old section as I have been told.

Any thoughts?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Support Information Regarding - CD-Key Issues

2005-02-09 Thread Didier McGillis
who? what? and where?
From: [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: tomcat-user@jakarta.apache.org
Subject: Support Information Regarding - CD-Key Issues
Date: Wed, 9 Feb 2005 09:56:00 -0800
Thank you for emailing Blizzard Entertainments Technical Support 
Department. In order to provide you with greater assistance, we have 
developed an automated reply system which evaluates your message and 
generates a detailed response towards it.

Please read through this message as our automated reply system has helped 
many of our customers. If the response given below does not assist you or 
it is not relevant towards your message, please reply back to this email 
and a live technician will respond to you as soon as possible.

==
Support Information Regarding - CD-Key Issues:
==
For information regarding your CD-Key, please check out our web site on 
CD-Key issues:
Diablo II - (http://www.blizzard.com/support/?id=mdt000p)
Warcraft II Battle.net Edition - 
(http://www.blizzard.com/support/?id=mwb000p)
StarCraft - (http://www.blizzard.com/support/?id=msc000p)
Warcraft III - (http://www.blizzard.com/support/?id=mwr000p)

Blizzard employees will not ask for your CD-Key unless you are contacting 
us about problems specific to your CD-Key (Blizzard employees on Battle.net 
have a Blizzard logo or a blue cape and plate mail, depending on the game 
title).

If you are inquiring about your World of Warcraft Authentication Key, 
please go to our Billing Support site at 
(http://www.blizzard.com/support/wowBilling/?id=mbl000p#43).

Again, if the response given above has not assisted you or it was not 
relevant towards your message, please reply back to this email and a live 
technician will respond to you as soon as possible.

Best Regards,
Blizzard Support Team
http://www.blizzard.com/support
Blizzard Entertainment
If you respond to this email, please attach all previous messages and files 
relating to this issue.

-Original Message-
From: tomcat-user@jakarta.apache.org
Sent: 2/9/2005 9:50:39 AM
To: tomcat-user@jakarta.apache.org
Subject: Tomcat 5.0.28 build from source
Hi,
first of all I would like to tell you that I'm now the maintainer for 
Tomcat inside of Gentoo Linux (www.gentoo.org). We already have Tomcat 
integrated into the portage tree (i.e. we already have a Gentoo Linux 
specific Tomcat package) but the old one is pretty unmaintained.
Nobody has integrated new features and nobody has bumped the version for 
quite a long time. Therefor, I'm now going to restructure the Tomcat 
package for Gentoo Linux. Gentoo is a source based distribution and we'er 
trying to build as much from source as possible, even Java based programs. 
Why we do that?:

http://gentoo-wiki.com/Why_Build_Java_Code_From_Source
Since we're a Linux distribution , or generally speaking an operating 
system, we have to avoid that a user has to keep multiple copies of an 
archive or an library on his system. If there are problems with a specific 
library (in the Java case with an jar
archive) which can also be security related it can take a long time until 
all copies would get updated. As you now may see, in the case of Tomcat we 
really have to avoid that a user has to checkout and download the dependend 
libraries out of the internet before he builds and installs tomcat itself. 
We've got all dependencies in our portage tree which are required and yes, 
I know it's possible to specify the path to all required jars via an 
build.properties file for example. I've done that and everything works fine 
but I've it comes to the ant target build-webapps-precompile the build 
process bails out:

build-webapps-precompile:
[mkdir] Created dir: 
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build/server/webapps/admin/WEB-INF/src/admin
[mkdir] Created dir: 
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build/webapps/ROOT/WEB-INF/src
[mkdir] Created dir: 
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build/webapps/ROOT/WEB-INF/classes
[mkdir] Created dir: 
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build/webapps/jsp-examples/WEB-INF/src
  [jasper2] log4j:WARN No appenders could be found for logger 
(org.apache.jasper.compiler.JspRuntimeContext).
  [jasper2] log4j:WARN Please initialize the log4j system properly.

BUILD FAILED
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/build.xml:50: 
The following error occurred while executing this line:
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build.xml:566: 
The following error occurred while executing this line:
/var/tmp/portage/tomcat-5.0.28/work/jakarta-tomcat-5.0.28-src/jakarta-tomcat-5/build.xml:317: 
org.apache.jasper.JasperException: Unable to compile class for JSP


RE: [OT]Attn developers of Tomcat and JK

2005-02-08 Thread Didier McGillis
Really this is way out of line.  As everyone has said this is a free product 
with no formalized support structure, and no claims of any support.  This 
list is here as a resource to those brave souls who are adventerous enough 
to work with the software.  I might be overstating things here but there 
should be no one here that is surprised that there is no corporate help desk 
here.  When I started out the only thing I had going for me was I was 
inquisitive and had access to log files, this list and google, thats all I 
needed.  Three things you can do that will answer your questiion.  Ask in a 
clear consise manner (I have had a problem with that on occasion), check and 
double check your settings (many times I have been the culprut in my own 
problem) and google the error.  :)

From: Eric Sandusky [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: 'Tomcat Users List' tomcat-user@jakarta.apache.org
Subject: Attn developers of Tomcat and JK
Date: Tue, 08 Feb 2005 10:11:03 -0600
To the developers of Tomcat and JK:
As I can sense that not one single person is willing to respond to this
issue, I can only assume that this tomcat-user community is worthless.  Not
only have I submitted this issue back 6 months ago, but a similar post was
made by the user A jie twice within the last week.
If you are too ashamed that your software is not reliable enough to be
installed in a production environment, at least have the decency of telling
us that.  When I have to deal with user session data being sent back to the
wrong client, sessions getting lost, and numerous log errors stating that
the request/response cannot be fulfilled, I can only come to one
conclusion.. Tomcat and the JK/JK2 connector are not reliable.  See below
and tell me that those messages would not cause problems for the client.
[Mon Feb 07 13:30:20 2005] [info]  jk_open_socket::jk_connect.c (183):
connect() failed errno = 61
[Mon Feb 07 13:30:20 2005] [info]  ajp_connect_to_endpoint::jk_ajp_common.c
(862): Failed connecting to tomcat. Tomcat is probably not started or is
listening on the wrong host/port (127.0.0.1:8009). Failed errno = 61
[Mon Feb 07 13:30:20 2005] [info]  ajp_send_request::jk_ajp_common.c 
(1186):
Error connecting to the Tomcat process.
[Mon Feb 07 13:30:20 2005] [info]  ajp_service::jk_ajp_common.c (1665):
Sending request to tomcat failed,  recoverable operation attempt=2
[Mon Feb 07 13:30:20 2005] [error] ajp_service::jk_ajp_common.c (1673):
Error connecting to tomcat. Tomcat is probably not started or is listening
on the wrong port. worker=ajp13w failed errno = 61
[Mon Feb 07 13:30:20 2005] [error] HttpExtensionProc::jk_isapi_plugin.c
(937): service() failed

If Tomcat + JK cannot process every request/response on a Windows server
that is dual-xeon 3.0 Ghz processors with 4 GB of memory, then what machine
would?
And doesn't it seem strange how the JK2 project has been mysteriously
abandoned?  Thanks for going off in a seemingly better direction only to
jump ship and leave everyone SOL.  It makes me think that this whole Tomcat
development effort is more of just a hobby and not something to be taken
seriously.
If anyone is willing to contact me on this issue, I would be more than 
happy
to talk one-on-one.  If you want to tell me that this is not the forum for
ranting about Tomcat or JK, it should be.  If you want to blackball me from
this community, go ahead, I'm not getting any help from it as it is.  I can
only hope that this message reaches the people who supposedly support this
software and lights a fire underneath them to improve it or tell us that it
just doesn't work.

Eric
-Original Message-
From: Eric Sandusky [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 02, 2005 11:40 AM
To: Tomcat Users List
Subject: ISAPI redirector warnings
While running Tomcat 5 with IIS and JK2..

The Windows Application Logs often log several Warnings at the same point 
in
time, see below for example.  The problem is, these Warnings pile up in the
Windows Event logs and force the Administrator to manually clear out the
logs daily or weekly.


I am not looking to simply suppress these messages, but find a solution to
the actual problem.  This issue seems to occur at random and things such as
session confusion (user A sees user B's data) and other noticeable issues
happen at or around the same time as these warnings.

What is the reason for these log entries?

How can I eliminate these log entries?

Error: [jk_worker_ajp13.c (648)]: ajp13.service() Error  forwarding
ajp13:localhost:8009 1 0
Error: [jk_worker_ajp13.c (546)]: ajp13.service() ajpGetReply recoverable
error 3
Error: [jk_handler_response.c (140)]: handler.response() Error sending
response
Error: [jk_service_iis.c (126)]: jk_ws_service_t::head,
ServerSupportFunction failed
Error: [jk_worker_ajp13.c (546)]: ajp13.service() ajpGetReply recoverable
error 3
Error: [jk_handler_response.c (140)]: handler.response() Error sending
response
Error: 

context variable

2005-02-03 Thread Didier McGillis
Hey everyone.
I'm brain dead or something but I am setting a variable to the servlet 
context.  Inside that there is a database connection and query of the 
database, however i need to throw a DataLayerException, and I'm not sure 
where.

CODE ##
public void init(ServletConfig config) throws ServletException{
Connection Connection = null;
Connection = ConnectionFactory.getConnection();
synchronized(Connection)
 Connection = ConnectionFactory.getConnection();  is where its asking for 
the Exception.

And Ben if this looks familar it is :)

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Preferred Platform for Tomcat5

2005-02-03 Thread Didier McGillis
I have many.
Tomcat 4,5 On Intel
- Windows 2000 - MySQL - SQL2000
- Windows XP - MySQL
- Debain - MySQL
- Solaris 10 - Oracle - DB2
- Redhat 9 (2machines) - MySQL
- Mac OSX - MySQL
- Fedora 2  - MySQL
- Redhat Enterprise 2 - MySQL
All the machines have between 384 MB and 2 GB of Ram.  Some noticable 
slowdown on the 384MB machine, but its a piece of ... ummm .. e ... fine 
craftsmanship to begin with.

From: Todd Reed [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: tomcat-user@jakarta.apache.org
Subject: Preferred Platform for Tomcat5
Date: Thu, 3 Feb 2005 09:11:26 -0600
Excluding Windows, is there a particular platform that works better with
Tomcat5?  What are members of this list using for a production
installation of Tomcat?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Preferred Platform for Tomcat5

2005-02-03 Thread Didier McGillis
The one running debain is a small box former ftp server that I took.
its a 333MHz with 384 MB Ram, and a CPU that is overheating all the time.  
should just retire it, but waiting to see if it catches on fire or 
something.

From: Parsons Technical Services [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: Preferred Platform for Tomcat5
Date: Thu, 3 Feb 2005 12:00:49 -0500
TAO   www.taolinux.org
RHEL clone.
PIII 750  512M
Tomcat 5.0.19
JVM 1.4.2.x
MySQL
Small site with one week of punishment. Handled 50k hits in about 12 hours 
and never broke a sweat.

Doug
- Original Message - From: Didier McGillis 
[EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Sent: Thursday, February 03, 2005 10:26 AM
Subject: RE: Preferred Platform for Tomcat5


I have many.
Tomcat 4,5 On Intel
- Windows 2000 - MySQL - SQL2000
- Windows XP - MySQL
- Debain - MySQL
- Solaris 10 - Oracle - DB2
- Redhat 9 (2machines) - MySQL
- Mac OSX - MySQL
- Fedora 2  - MySQL
- Redhat Enterprise 2 - MySQL
All the machines have between 384 MB and 2 GB of Ram.  Some noticable 
slowdown on the 384MB machine, but its a piece of ... ummm .. e ... 
fine craftsmanship to begin with.

From: Todd Reed [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: tomcat-user@jakarta.apache.org
Subject: Preferred Platform for Tomcat5
Date: Thu, 3 Feb 2005 09:11:26 -0600
Excluding Windows, is there a particular platform that works better with
Tomcat5?  What are members of this list using for a production
installation of Tomcat?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Preferred Platform for Tomcat5

2005-02-03 Thread Didier McGillis
Oh my wife lets me have it with all the old crusty stuff I have sitting 
around.
I didnt add my three sun servers from an old job that they gave me when we 
took them out of the data center.  Funny these $30k machine are just sitting 
there waiting for me to have time.

From: Peter Lin [EMAIL PROTECTED]
Reply-To: Peter Lin [EMAIL PROTECTED]
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: Preferred Platform for Tomcat5
Date: Thu, 3 Feb 2005 12:17:39 -0500
Wow, I thought my home dev environment was old and slow.
makes me wonder how many people bother to upgrade to the latest/newest
hardware :)
peter
On Thu, 3 Feb 2005 12:00:49 -0500, Parsons Technical Services
[EMAIL PROTECTED] wrote:
 TAO   www.taolinux.org

 RHEL clone.

 PIII 750  512M

 Tomcat 5.0.19
 JVM 1.4.2.x
 MySQL

 Small site with one week of punishment. Handled 50k hits in about 12 
hours
 and never broke a sweat.

 Doug

 - Original Message -
 From: Didier McGillis [EMAIL PROTECTED]
 To: tomcat-user@jakarta.apache.org
 Sent: Thursday, February 03, 2005 10:26 AM
 Subject: RE: Preferred Platform for Tomcat5

 I have many.
 
  Tomcat 4,5 On Intel
  - Windows 2000 - MySQL - SQL2000
  - Windows XP - MySQL
  - Debain - MySQL
  - Solaris 10 - Oracle - DB2
  - Redhat 9 (2machines) - MySQL
  - Mac OSX - MySQL
  - Fedora 2  - MySQL
  - Redhat Enterprise 2 - MySQL
 
  All the machines have between 384 MB and 2 GB of Ram.  Some noticable
  slowdown on the 384MB machine, but its a piece of ... ummm .. e 
...
  fine craftsmanship to begin with.
 
 From: Todd Reed [EMAIL PROTECTED]
 Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
 To: tomcat-user@jakarta.apache.org
 Subject: Preferred Platform for Tomcat5
 Date: Thu, 3 Feb 2005 09:11:26 -0600
 
 Excluding Windows, is there a particular platform that works better 
with
 Tomcat5?  What are members of this list using for a production
 installation of Tomcat?
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


getAttribute returning null

2005-02-01 Thread Didier McGillis
Having problem with a context parm.  I have a servlet that queries for 300+ 
list of names, it then builds a select list.  This list changes 
infrequently, the jsp page is supposed to display the data from the servlet, 
so being the absolutly brilliant person that I am I wanted that option list 
built on startup, and then just have the jsp display the list.

I retrofitted the servlet to build the list, and then put 
%=application.getAttribute(listOfDealer)% in the jsp, open the page and 
wham -o awesome, great .. it doesnt work, all I see is null.

any thoughts

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [OT] Advertising website

2005-01-31 Thread Didier McGillis
This is why you will need someone who is dedicated to keeping up with trends 
and rules of search engines.  They change to close loop holes, and close 
down tricks.

From: Peter Crowther [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: RE: [OT] Advertising website
Date: Sun, 30 Jan 2005 13:35:04 -
 From: Didier McGillis [mailto:[EMAIL PROTECTED]
 One trick that I know of and requires some software.  Is to
 setup 4 to 5
 sites filled with links back to your pages, and similar
 content, and of
 course you link to those sites.
If Google notice you spamming the index in this way then they reserve
the right not to list your site.  Also, it appears they're now
autodetecting the IP addresses of the 'copy' sites and are reducing the
ranking of sites that are hosted at the same IP.  So if you *are* going
to risk this, you'll need sites hosted with different people.
- Peter
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [OT] Advertising website

2005-01-31 Thread Didier McGillis
If I remember correctly and somone who has been more involved with me more 
then this can tell me right or wrong.  The key on that is you have to have 
similar keywords and content.  FOr example a company I used to work for is 
really into this, and they have had great results.  They have 18 
micro-sites, or sites that are keyword intensive, resouce/information 
pages that are seperate domains, they have links from their main site to 
all of these micro sites, and all the microsites link back.  This also 
allows for those microsites to appear in the search results and they have 
javascript redirect that go to certain pages.  These 18 microsites server up 
content specific to the spider/indexer that is coming in.

From: Parsons Technical Services [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: [OT] Advertising website
Date: Mon, 31 Jan 2005 08:26:56 -0500
So if a group of say Tomcat uses all traded some simple html pages with 
each others links we could in fact beat the system and for free (as in 
beer).

Doug
- Original Message - From: Didier McGillis 
[EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Sent: Monday, January 31, 2005 8:20 AM
Subject: RE: [OT] Advertising website


This is why you will need someone who is dedicated to keeping up with 
trends and rules of search engines.  They change to close loop holes, and 
close down tricks.

From: Peter Crowther [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: RE: [OT] Advertising website
Date: Sun, 30 Jan 2005 13:35:04 -
 From: Didier McGillis [mailto:[EMAIL PROTECTED]
 One trick that I know of and requires some software.  Is to
 setup 4 to 5
 sites filled with links back to your pages, and similar
 content, and of
 course you link to those sites.
If Google notice you spamming the index in this way then they reserve
the right not to list your site.  Also, it appears they're now
autodetecting the IP addresses of the 'copy' sites and are reducing the
ranking of sites that are hosted at the same IP.  So if you *are* going
to risk this, you'll need sites hosted with different people.
- Peter
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [OT] Advertising website

2005-01-28 Thread Didier McGillis
If your serious about this then there is no cheap and easy way.  SEO 
companies get a pretty penny to do their work, and it works and results are 
pretty good.  They can also give you other avenues, and the good ones will 
work within your budget.

Otherwise you will have to hire someone, it is a full time job to keep on 
track and on top of everything.

Some suggestions if you arent hiring.  Label everything out-going with  your 
url and email address.  EVERYTHING  Invoices, emails, packages, 
letterhead, employees (opps), stamps, business cards, catalogs.  EVERYTHING. 
 Hit the big three in the search engines/directories.  Almost everyone else 
uses them for their results.  Google, Inktomi/Yahoo and MSN.  Worry about 
those three, find out how to work those guys.

From: t t [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: [OT] Advertising website
Date: Fri, 28 Jan 2005 08:04:57 -0800 (PST)
Hi,
Does anyone know a easy and cheap (even free) way to advertise a website?
Thanks.
T.T.


-
Do you Yahoo!?
 Yahoo! Search presents - Jib Jab's 'Second Term'

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [OT] Advertising website

2005-01-28 Thread Didier McGillis
Oh if someone tells you they have some secret that no one else knows, or 
does it different then anyone else its bull.  The secret to SEO is hard 
work, keeping up with the trends and being able to stay on the first wave of 
the trend, SEO is all about the trends.

From: t t [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: [OT] Advertising website
Date: Fri, 28 Jan 2005 08:04:57 -0800 (PST)
Hi,
Does anyone know a easy and cheap (even free) way to advertise a website?
Thanks.
T.T.


-
Do you Yahoo!?
 Yahoo! Search presents - Jib Jab's 'Second Term'

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [OT] Advertising website

2005-01-28 Thread Didier McGillis
That is done by linking.  How many other sites have links to your page.  The 
more google finds, the higher you will go.

From: Anil Philip [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: 'Tomcat Users List' tomcat-user@jakarta.apache.org
Subject: RE: [OT] Advertising website
Date: Fri, 28 Jan 2005 11:19:20 -0600
I wonder how page ratings can be improved - how to make your website pop up
to the top in a google search. Is there a trick, or should one simply have
many links to the website from other web pages.
-
Anil Philip
-Original Message-
From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED]
Sent: Friday, January 28, 2005 11:09 AM
To: Tomcat Users List
Subject: Re: [OT] Advertising website
SEO companies feed you a bunch of bologni (one of the recent scames IMHO),
don't waste your money
you can read up on it their self
http://www.google.com/webmasters/
Filip
- Original Message -
From: Didier McGillis [EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Sent: Friday, January 28, 2005 10:57 AM
Subject: RE: [OT] Advertising website
If your serious about this then there is no cheap and easy way.  SEO
companies get a pretty penny to do their work, and it works and results are
pretty good.  They can also give you other avenues, and the good ones will
work within your budget.
Otherwise you will have to hire someone, it is a full time job to keep on
track and on top of everything.
Some suggestions if you arent hiring.  Label everything out-going with  
your

url and email address.  EVERYTHING  Invoices, emails, packages,
letterhead, employees (opps), stamps, business cards, catalogs.  
EVERYTHING.

  Hit the big three in the search engines/directories.  Almost everyone 
else

uses them for their results.  Google, Inktomi/Yahoo and MSN.  Worry about
those three, find out how to work those guys.
From: t t [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: [OT] Advertising website
Date: Fri, 28 Jan 2005 08:04:57 -0800 (PST)

Hi,

Does anyone know a easy and cheap (even free) way to advertise a website?
Thanks.

T.T.





-
Do you Yahoo!?
  Yahoo! Search presents - Jib Jab's 'Second Term'

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [OT] Advertising website

2005-01-28 Thread Didier McGillis
Not all of them, but there are more bad then good.  IMHO, I have worked with 
one for 5 years and what I want I get.

From: Filip Hanik - Dev [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: [OT] Advertising website
Date: Fri, 28 Jan 2005 11:08:42 -0600
SEO companies feed you a bunch of bologni (one of the recent scames IMHO), 
don't waste your money
you can read up on it their self

http://www.google.com/webmasters/
Filip
- Original Message -
From: Didier McGillis [EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Sent: Friday, January 28, 2005 10:57 AM
Subject: RE: [OT] Advertising website
If your serious about this then there is no cheap and easy way.  SEO
companies get a pretty penny to do their work, and it works and results are
pretty good.  They can also give you other avenues, and the good ones will
work within your budget.
Otherwise you will have to hire someone, it is a full time job to keep on
track and on top of everything.
Some suggestions if you arent hiring.  Label everything out-going with  
your
url and email address.  EVERYTHING  Invoices, emails, packages,
letterhead, employees (opps), stamps, business cards, catalogs.  
EVERYTHING.
  Hit the big three in the search engines/directories.  Almost everyone 
else
uses them for their results.  Google, Inktomi/Yahoo and MSN.  Worry about
those three, find out how to work those guys.

From: t t [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: [OT] Advertising website
Date: Fri, 28 Jan 2005 08:04:57 -0800 (PST)

Hi,

Does anyone know a easy and cheap (even free) way to advertise a website?
Thanks.

T.T.





-
Do you Yahoo!?
  Yahoo! Search presents - Jib Jab's 'Second Term'

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [OT] Advertising website

2005-01-28 Thread Didier McGillis
One trick that I know of and requires some software.  Is to setup 4 to 5 
sites filled with links back to your pages, and similar content, and of 
course you link to those sites.

From: Parsons Technical Services [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: [OT] Advertising website
Date: Fri, 28 Jan 2005 12:23:30 -0500
Go read Google. They tell you what they look for. One thing is links from 
other pages. It helps to legitimize your site. So if you can get a bunch of 
others to put up links to yours it helps.

Ever make you wonder how some of these companies do their magic?
Doug
- Original Message - From: Anil Philip [EMAIL PROTECTED]
To: 'Tomcat Users List' tomcat-user@jakarta.apache.org
Sent: Friday, January 28, 2005 12:19 PM
Subject: RE: [OT] Advertising website

I wonder how page ratings can be improved - how to make your website pop 
up
to the top in a google search. Is there a trick, or should one simply have
many links to the website from other web pages.
-
Anil Philip

-Original Message-
From: Filip Hanik - Dev [mailto:[EMAIL PROTECTED]
Sent: Friday, January 28, 2005 11:09 AM
To: Tomcat Users List
Subject: Re: [OT] Advertising website
SEO companies feed you a bunch of bologni (one of the recent scames IMHO),
don't waste your money
you can read up on it their self
http://www.google.com/webmasters/
Filip
- Original Message - From: Didier McGillis 
[EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Sent: Friday, January 28, 2005 10:57 AM
Subject: RE: [OT] Advertising website

If your serious about this then there is no cheap and easy way.  SEO
companies get a pretty penny to do their work, and it works and results 
are
pretty good.  They can also give you other avenues, and the good ones will
work within your budget.

Otherwise you will have to hire someone, it is a full time job to keep on
track and on top of everything.
Some suggestions if you arent hiring.  Label everything out-going with 
your

url and email address.  EVERYTHING  Invoices, emails, packages,
letterhead, employees (opps), stamps, business cards, catalogs. 
EVERYTHING.

 Hit the big three in the search engines/directories.  Almost everyone 
else

uses them for their results.  Google, Inktomi/Yahoo and MSN.  Worry about
those three, find out how to work those guys.
From: t t [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: [OT] Advertising website
Date: Fri, 28 Jan 2005 08:04:57 -0800 (PST)
Hi,
Does anyone know a easy and cheap (even free) way to advertise a website?
Thanks.
T.T.


-
Do you Yahoo!?
 Yahoo! Search presents - Jib Jab's 'Second Term'

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


reading encoded JPEG Stream

2005-01-28 Thread Didier McGillis
StandardWrapperValve[view]: Servlet.service() for servlet view threw 
exception
javax.servlet.ServletException: java.io.IOException: reading encoded JPEG 
Stream

ar not sure if this is a problem but I get a ton of these.  
this is in an old part of the application that I didnt write and the other 
developer has no idea either.

any have any idea on what could be the issue here.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: 403 Forbidden

2005-01-20 Thread Didier McGillis
Have you tried this.
WEB_INF/web.xml
error-page
   error-code403/error-code
   location/errorpages/403.jsp/location
   /error-page

From: Søren Blidorf [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: tomcat-user@jakarta.apache.org
Subject: 403 Forbidden
Date: Thu, 20 Jan 2005 00:08:15 +0100
Hi.
I have setup my web.xml error page 403 Forbidden to go to my page
restrictedError.jsp
I cannot get it to work!
Can it be because I use a danish browser where the error code is 403
Forbudt
BR
Soren

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: SV: 403 Forbidden

2005-01-20 Thread Didier McGillis
Sorry I missed this.
From: Søren Blidorf [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: 'Tomcat Users List' tomcat-user@jakarta.apache.org
Subject: SV: 403 Forbidden
Date: Thu, 20 Jan 2005 08:29:46 +0100
This is the error page part of my web.xml:
error-code500/error-code
location/internalError.jsp/location
  /error-page
  error-page
error-code404/error-code
location/notFoundError.jsp/location
  /error-page
  error-page
error-code403/error-code
location/restrictedError.jsp/location
  /error-page
  error-page
error-code400/error-code
location/public/jada.jsp/location
  /error-page
  error-page
exception-typeSendFailedException/exception-type
location/mailError.jsp/location
  /error-page
  error-page
exception-typejava.lang.NullPointerException/exception-type
location/NullPointerException.jsp/location
  /error-page
  error-page
exception-typejava.net.UnknownHostException/exception-type
location/mailError.jsp/location
  /error-page
  error-page
exception-typeorg.apache.jasper.JasperException/exception-type
location/internalError.jsp/location
  /error-page
-Oprindelig meddelelse-
Fra: Wendy Smoak [mailto:[EMAIL PROTECTED]
Sendt: 20. januar 2005 03:00
Til: Tomcat Users List
Emne: Re: 403 Forbidden
From: Søren Blidorf [EMAIL PROTECTED]
To: tomcat-user@jakarta.apache.org
Sent: Wednesday, January 19, 2005 4:08 PM
Subject: 403 Forbidden
 I have setup my web.xml error page 403 Forbidden to go to my page
 restrictedError.jsp
 I cannot get it to work!
What have you tried?  I'm having a similar problem, though I'm trying to
trap certain types of Exceptions (rather than error codes) and send the
user
to a certain .jsp.
Post the relevant parts of [I assume] web.xml and hopefully someone can
help
us both. :)
--
Wendy Smoak
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: more benchmark results

2005-01-14 Thread Didier McGillis
I run FC3, FC2, RH9 and soon will have Debain install going, I would be 
happy to help or whatever.

From: Sessoms, Mack [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: more benchmark results
Date: Fri, 14 Jan 2005 09:28:52 -0500
i've got 5.5.4 w/jvm 1.5.0-b64 on fc3 (2.6.9-1.667,i386).  unfortunately, 
the hardware is a desktop unit 760 MB ram, ide drive, 2.6 P4 (512 cache).  
let me know if i should give it a try.

Peter Lin wrote:
any tomcat user out there have Redhat FC3 installed and want to help
run some tests?  I will post the jmeter test plans this weekend.
it would make remy really happy :)
peter


And no FC 3 ? ;) I think it would run fine on your computer, and it's
a higher quality distribution overall (it doesn't have the stupid NPTL
backport that FC 1 has). Or you could try Ubuntu (I plan to switch to
that distro when they release hoary).
Anyway, I'd be interested if you tried stressing a little the thread
pool I added in 5.5 (strategy=ms threadPriority=7 on the Connector
element) to see if it gives a difference in the error rate (and also
if it's not completely broken). You may want to increase maxThreads as
well for your tests (it's 150 by default, which is dangerously close
of the concurrency used by your client)
--
x
Rémy Maucherat
Developer  Consultant
JBoss Group (Europe) SàRL
x

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat monitoring scripts

2005-01-13 Thread Didier McGillis
I have this running on my dev, and so far i have not had any issues with it.
From: Faisal Abdullah [EMAIL PROTECTED]
Reply-To: Faisal Abdullah [EMAIL PROTECTED]
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: Tomcat monitoring scripts
Date: Thu, 13 Jan 2005 11:59:03 +0800
On demand restarts with:
http://wrapper.tanukisoftware.org


On Wed, 12 Jan 2005 16:50:54 +, Didier McGillis
[EMAIL PROTECTED] wrote:
 btw the script I would use as a starting point, it doesnt work quite 
right
 on my system but I was looking for a starting point.

 From: Didier McGillis [EMAIL PROTECTED]
 Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
 To: [EMAIL PROTECTED], tomcat-user@jakarta.apache.org
 Subject: Re: Tomcat monitoring scripts
 Date: Wed, 12 Jan 2005 16:22:52 +
 
 Ch-Check this out.
 Shell script
 http://www.wespoke.com/archives/000728.php
 
 From: Edd Dawson [EMAIL PROTECTED]
 Reply-To: [EMAIL PROTECTED]
 To: Tomcat Users List tomcat-user@jakarta.apache.org
 Subject: Re: Tomcat monitoring scripts
 Date: Wed, 12 Jan 2005 15:20:53 +
 
 I'm looking more for something that sits on the actual servers and 
probes
 at set intervals and takes remedial action if necessary.. i just 
wondered
 if anyone had documented doing such a thing before.
 
 Peter Lin wrote:
 
 JMeter has a monitor for tomcat 5.0.19 and newer. It doesn't work 
with
 tomcat4 or older. in terms of restarting, you're probably going to
 have to write a shell script to do that. Typically, on unix a cron 
job
 is used.
 
 peter
 
 
 On Wed, 12 Jan 2005 15:12:15 +, Edd Dawson
 [EMAIL PROTECTED] wrote:
 
 
 Hi
 
 Does anyone know of the location of any scripts (for Linux) that 
will
 monitor tomcat every x minutes and if it finds it not running will
 restart it automatically?
 
 Any suggestions would be appreciated.
 
 thanks
 Edd
 
 
-
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
 
 
 --
 Edd Dawson
 Head of Development
 
 MitchellConnerSearson
 3-5 High Pavement
 The Lace Market
 Nottingham  NG1 1HF
 Tel +44 (0)115 959 6455
 Fax +44 (0)115 959 6456
 Direct +44 (0)115 959 6463
 www.choosemcs.co.uk http://www.choosemcs.co.uk/
 
 Confidentiality: This e-mail and its attachments are intended for the
 above named only and may be confidential. If they have come to you in
 error you must take no action based on them, nor must you copy or show
 them to anyone; please reply to this e-mail and highlight the error.
 
 Security Warning: Please note that this e-mail has been created in the
 knowledge that Internet e-mail is not a 100% secure communications 
medium.
 We advise that you understand and observe this lack of security when
 e-mailing us.
 
 Viruses: Although we have taken steps to ensure that this e-mail and
 attachments are free from any virus, we advise that in keeping with 
good
 computing practice the recipient should ensure they are actually virus
 free.
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



--
There are many ways of going forward, but there is only one way of
standing still.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat monitoring scripts

2005-01-12 Thread Didier McGillis
Ch-Check this out.
Shell script
http://www.wespoke.com/archives/000728.php
From: Edd Dawson [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: Tomcat monitoring scripts
Date: Wed, 12 Jan 2005 15:20:53 +
I'm looking more for something that sits on the actual servers and probes 
at set intervals and takes remedial action if necessary.. i just wondered 
if anyone had documented doing such a thing before.

Peter Lin wrote:
JMeter has a monitor for tomcat 5.0.19 and newer. It doesn't work with
tomcat4 or older. in terms of restarting, you're probably going to
have to write a shell script to do that. Typically, on unix a cron job
is used.
peter
On Wed, 12 Jan 2005 15:12:15 +, Edd Dawson
[EMAIL PROTECTED] wrote:

Hi
Does anyone know of the location of any scripts (for Linux) that will
monitor tomcat every x minutes and if it finds it not running will
restart it automatically?
Any suggestions would be appreciated.
thanks
Edd
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Edd Dawson
Head of Development
MitchellConnerSearson
3-5 High Pavement
The Lace Market
Nottingham  NG1 1HF
Tel +44 (0)115 959 6455
Fax +44 (0)115 959 6456
Direct +44 (0)115 959 6463
www.choosemcs.co.uk http://www.choosemcs.co.uk/
Confidentiality: This e-mail and its attachments are intended for the above 
named only and may be confidential. If they have come to you in error you 
must take no action based on them, nor must you copy or show them to 
anyone; please reply to this e-mail and highlight the error.

Security Warning: Please note that this e-mail has been created in the 
knowledge that Internet e-mail is not a 100% secure communications medium. 
We advise that you understand and observe this lack of security when 
e-mailing us.

Viruses: Although we have taken steps to ensure that this e-mail and 
attachments are free from any virus, we advise that in keeping with good 
computing practice the recipient should ensure they are actually virus 
free.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Recommendations for connector from Apache to Tomcat

2005-01-12 Thread Didier McGillis
http://johnturner.com/howto/apache-tomcat-howto.html
try that one, there are a couple of Windows ones.
From: Justin Crabtree [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Tomcat User List tomcat-user@jakarta.apache.org
Subject: Recommendations for connector from Apache to Tomcat
Date: Wed, 12 Jan 2005 09:15:31 -0600
I am going to soon be attempting to setup an existing Apache web server on 
a Windows Server 2003 machine with a connnector to a new install of Tomcat. 
 Any recommendations on what connector to use?  Problems to watch out for? 
 Any good documentation on how to do this?  Here are my specs.

Windows Server 2003
Apache 2.0.50
Tomcat 5.5.4
Java 1.5.0 Update 1
I am a newbie so I need something relatively easy to setup.  Thanks.
--
Justin Crabtree
Java Programmer
Ozarks Technical Community College
447-7533

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Tomcat monitoring scripts

2005-01-12 Thread Didier McGillis
btw the script I would use as a starting point, it doesnt work quite right 
on my system but I was looking for a starting point.

From: Didier McGillis [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: [EMAIL PROTECTED], tomcat-user@jakarta.apache.org
Subject: Re: Tomcat monitoring scripts
Date: Wed, 12 Jan 2005 16:22:52 +
Ch-Check this out.
Shell script
http://www.wespoke.com/archives/000728.php
From: Edd Dawson [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: Tomcat monitoring scripts
Date: Wed, 12 Jan 2005 15:20:53 +
I'm looking more for something that sits on the actual servers and probes 
at set intervals and takes remedial action if necessary.. i just wondered 
if anyone had documented doing such a thing before.

Peter Lin wrote:
JMeter has a monitor for tomcat 5.0.19 and newer. It doesn't work with
tomcat4 or older. in terms of restarting, you're probably going to
have to write a shell script to do that. Typically, on unix a cron job
is used.
peter
On Wed, 12 Jan 2005 15:12:15 +, Edd Dawson
[EMAIL PROTECTED] wrote:

Hi
Does anyone know of the location of any scripts (for Linux) that will
monitor tomcat every x minutes and if it finds it not running will
restart it automatically?
Any suggestions would be appreciated.
thanks
Edd
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Edd Dawson
Head of Development
MitchellConnerSearson
3-5 High Pavement
The Lace Market
Nottingham  NG1 1HF
Tel +44 (0)115 959 6455
Fax +44 (0)115 959 6456
Direct +44 (0)115 959 6463
www.choosemcs.co.uk http://www.choosemcs.co.uk/
Confidentiality: This e-mail and its attachments are intended for the 
above named only and may be confidential. If they have come to you in 
error you must take no action based on them, nor must you copy or show 
them to anyone; please reply to this e-mail and highlight the error.

Security Warning: Please note that this e-mail has been created in the 
knowledge that Internet e-mail is not a 100% secure communications medium. 
We advise that you understand and observe this lack of security when 
e-mailing us.

Viruses: Although we have taken steps to ensure that this e-mail and 
attachments are free from any virus, we advise that in keeping with good 
computing practice the recipient should ensure they are actually virus 
free.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: [OT]web development fee

2005-01-06 Thread Didier McGillis
There is the java pet shop project, which someone eluded to, there are 
offshoots of that project with a good deal of optimization done, and update 
done to the code, there is a free version and another one that is minimal 
charge of $199.

https://betterpetshop.dev.java.net/ another offshoot
http://www.ibatis.com/jpetstore/jpetstore.html
http://www.sygel.com/en/Products/Petstore.html
I'll
From: Daniel Watrous [EMAIL PROTECTED]
Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org
To: Tomcat Users List tomcat-user@jakarta.apache.org
Subject: Re: [OT]web development fee
Date: Wed, 5 Jan 2005 23:02:43 -0700
I have heard of http://www.merchantspace.com/product/index.jsp.  I haven't 
used it though.  A search on Google will likely give you a handful to 
choose from.  Also you might consider taking ideas from the Java Pet Store.

The hourly rate depends on a lot of things.  I can't make a good 
generalization about hourly rate...

Daniel
- Original Message - From: epyonne [EMAIL PROTECTED]
To: Tomcat Users List tomcat-user@jakarta.apache.org
Sent: Wednesday, January 05, 2005 10:30 AM
Subject: Re: [OT]web development fee

Daniel,
Thanks for the response. No, what I develop for my employer is not 
eCommerce
related. They are mostly for internal processing. Some of my web 
application
are used by our call centers.

Among the 3 options that you have stated, I think I will go with either #1
or #3. If I go with #3, do you know where I can find such application?
Also, can you tell me what is the going rate for a contract job like this?
$50/hr, $100/hr, or more? I don't have any idea at all.
Thank you very much for your help and all the other posters' help!
- Original Message - From: Daniel Watrous 
[EMAIL PROTECTED]
To: Tomcat Users List tomcat-user@jakarta.apache.org
Sent: Wednesday, January 05, 2005 10:00 AM
Subject: Re: [OT]web development fee


Epyonne,
First off, I don't think that you hijacked anyone's thread, but this list
seems to be very sensitive to that (and perhaps more affected by it than
other lists I have seen).
From my experience there are a couple of options you can pursue:
1) You could build the application from the ground up and charge an 
hourly
rate.  The rate will have to be agreed upon by you and the person
contracting you.
2) You could develop the eCommerce application at your own cost and sell 
a
license to it.  In this case you would have more direct control over the
features you build into it.  Also, while this costs you more up front
there
is more possibility to recover the cost in selling multiple licenses.
3) You could purchase a license to an existing application and adapt it 
to
meet your clients' needs.  In this case you would likely charge a flat 
fee
to recover your hard costs for the purchase and an hourly after that for
any
adaptations.  In this case I personally would ask for the hard costs up
front so as to not go to the expense and then have the client change
his/her
mind.
Now about the way you asked your question, I'm not sure if the web
application you have developed for your employer is an eCommerce
application.  In the event that it is eCommerce related you will likely
use
that as a base for whatever you build for your new client.  In this case
you
should discuss with your employer how he feels about you building off of 
a
code base that he has funded.  It may be that you could work out an
arrangement with your employer to accomplish option 3 above, and that 
your
employer will give you a license at a significant savings to you.

As far as contracts go,  you should probably consult with a lawyer for
that.
Daniel
- Original Message - From: epyonne [EMAIL PROTECTED]
To: Tomcat Users List tomcat-user@jakarta.apache.org
Sent: Wednesday, January 05, 2005 7:26 AM
Subject: [OT]web development fee
Since I am using Outlook Express, I did not realize that I was attaching
to
someone else thread and I apologize for that. I am starting a new thread
here and hopefully someone can help me.
I have been developing Java web application for my employer for a few
years,
but these are all running on our company's intranet only. Now someone is
asking me to develop an eCommerce site. I don't know how to charge him.
Can
someone please give me some ideas of the going rate and what kind of
contractual agreement I need? Is there anything else I need to watch out
for?
I am in the United States and I plan to use a commercial hosting company
to
host the site. It will cost around $30-40 a month.
Any help will be very much appreciated.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For 

Re: connection pooling

2004-12-17 Thread Didier McGillis
thats what I hope this is, the guy who was before me wasnt that great at 
anything other then coding swing apps, so tomcat the server and database are 
a mess.

From: Filip Hanik - Dev [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: connection pooling
Date: Thu, 16 Dec 2004 16:13:03 -0600
depends on what connection pool you use. but in almost all causes, its a 
pretty trivial thing (unless your code is funky of course)
in our system, all we did was to switch the driver name (to the pooled 
driver), and it would pick up our connection pool.
so it was a one line change.

Filip
- Original Message -
From: Didier McGillis [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, December 16, 2004 3:49 PM
Subject: connection pooling
I'm about to the point where I'm going to switch to db connection pooling.
however before I undertake this seemly easy task I have a question, which
will make this a huge project or a simple one.
The current site uses typical MySQL connection, where a connection is 
opened
and so on, if I do connection pooling will I have to go in and do mass code
changes?  aka will I have to rewrite any servlets or jsps that make 
database
calls.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [OT] HTTP Sniffers

2004-12-16 Thread Didier McGillis
thanks, were having some interesting issues coming up that are intermitten, 
and they dont show much so I wanted to see what the browser was getting 
back.

From: Derrick Koes [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: RE: [OT] HTTP Sniffers
Date: Wed, 15 Dec 2004 15:23:51 -0500

I used to use naviscope.
-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 15, 2004 3:18 PM
To: [EMAIL PROTECTED]
Subject: [OT] HTTP Sniffers
Considering this is a pretty knowledgable group is there a good free HTTP 
Sniffer application I can use, I need to see what the HTTP headers are 
returning on my site.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: [OT] HTTP Sniffers

2004-12-16 Thread Didier McGillis
I forgot about that one.  Geez
From: Durham David R Jr Contr 805 CSPTS/SCE [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: RE: [OT] HTTP Sniffers
Date: Wed, 15 Dec 2004 14:24:45 -0600
If you're talking about Response Headers, mozilla's firefox browser
has a plug-in called web-developer.
https://update.mozilla.org/extensions/moreinfo.php?application=firefoxi
d=60
Under the 'information' menu, there is an option to view response
headers.
- Dave
 -Original Message-
 From: Didier McGillis [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, December 15, 2004 2:18 PM
 To: [EMAIL PROTECTED]
 Subject: [OT] HTTP Sniffers

 Considering this is a pretty knowledgable group is there a
 good free HTTP
 Sniffer application I can use, I need to see what the HTTP
 headers are
 returning on my site.



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


connection pooling

2004-12-16 Thread Didier McGillis
I'm about to the point where I'm going to switch to db connection pooling.  
however before I undertake this seemly easy task I have a question, which 
will make this a huge project or a simple one.

The current site uses typical MySQL connection, where a connection is opened 
and so on, if I do connection pooling will I have to go in and do mass code 
changes?  aka will I have to rewrite any servlets or jsps that make database 
calls.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


[OT] HTTP Sniffers

2004-12-15 Thread Didier McGillis
Considering this is a pretty knowledgable group is there a good free HTTP 
Sniffer application I can use, I need to see what the HTTP headers are 
returning on my site.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Suggestion - upgrade scripts.

2004-11-18 Thread Didier McGillis
I would agree with this from most applications both open source and 
commercial license software they will provide infromation on how to upgrade 
and new features, and of course the software, but its still up to those 
maintaining their sites that are using the software to do the upgrading and 
test and to fix any errors that may crop up due to differences from one 
version to the next.  One upgrade we did was where the company changes 
significently the javascript processor embedded in the system, so if you 
developed the site in JavaScript Pages instead of JavaServer Pages, guess 
what, you had a lot of work to do.  BTW we learned that information from 
other developers and connections we had in their online community, not from 
the company itself.


In all seriousness, how could there be such a tool?  Most of what Tomcat
does and provides is detailed in the servlet/JSP specs: it must handle
WAR files, it must service JSPs, and so on.  In turn, most of the
upgrade process involves you, the developer, testing and adjusting your
app to fit the new specs.  Looking at the upgrade guide I've assembled,
there were only a couple of changes to Tomcat config files.
-QM
--
software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: tomcat/apace

2004-11-17 Thread Didier McGillis
I did some testing a couple of weeks ago, with apache started and shut down 
two of the four tomcat environments that I have running and I was able to 
access them, so I dont think that order matters as it once did.

Steve, you can test as well even if you have only one environment, of course 
as long as its not the production environment :)

From: Phillip Qin [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: tomcat/apace
Date: Wed, 17 Nov 2004 10:25:05 -0500
Ypav, correct me if I were wrong - order doesn't matter.
-Original Message-
From: Steven Lister [mailto:[EMAIL PROTECTED]
Sent: November 17, 2004 9:43 AM
To: Tomcat Users List
Subject: RE: tomcat/apace
So just as long as apache is started tomcat should find it
- Original Message -
From: Phillip Qin
To: 'Tomcat Users List'
Subject: RE: tomcat/apace
Date: Wed, 17 Nov 2004 09:37:28 -0500

 Not true in tc5.

 -Original Message-
 From: Steven Lister [mailto:[EMAIL PROTECTED]
 Sent: November 17, 2004 9:33 AM
 To: Tomcat Users List
 Subject: tomcat/apace


 Just a quick question. Does apache2 need to be
 restarted if connected using mod_jk2 to tomcat5?
 I know that I was told that under 4.1 tomcat mod_jk and
 tomcat 4 you had to do it in x order, is that still true.
 --
 ___
 Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




--
___
Sign-up for Ads Free at Mail.com http://promo.mail.com/adsfreejump.htm
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
!DSPAM:419b63b8315661278313514!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Apache Tomcat production deployment: yr opinion reqd

2004-11-17 Thread Didier McGillis
Comments below.
From: Vijay [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Apache Tomcat production deployment: yr opinion reqd
Date: Wed, 17 Nov 2004 08:28:37 -0800 (PST)
Hello everyone -
We would like to evaluate Apache/Tomcat as a
production-quality deployment for our organization's
retail operations. I would appreciate if someone could
comment / provide expert opinion on the following:
a) Is Apache web server/Tomcat a proven production
option for large-scale deployments (we are looking at
about 1000 users served by a single instance of
Apache/Tomcat3.x on an AS/400 box]. Now, this might
sound silly but we would be extremely happy if someone
can allay our concerns :)
Alot will depend on the configuration of the as/400 and the code you are 
using.  What is the number of estimated concurrent users?

b) I believe the default configuration settings for
Apache/Tomcat are usuallly appropriate for a
medim-sized deployment. Is there any
document/web-site/ list mail archive that can guide me
on how to arrive at optimum configuration settings?
Any information on what  to look out for when
configuring for medium to large deployments would be
of immense help.
You can google for most tidbits and information, if you have a specific 
question the archives of this list are a good resouce, also there are 
numerous books on the subject, (which there are several lists of them if you 
serach the archive).  I would however offer one caveat settings, 
configurations and JVM/application optimizations are like finger prints, and 
so you can get ideas, but your going to have to see through trial and error 
what works for your specific application/hardware/software.

c) Are there any performance improvements that I can
expect if i upgrade to Tomcat 4.x?

Tons ;)
Thanks in advance for yr help!
best regards
vijay
=
---
The human mind is too precious to be wasted or imprisoned.
   - Anonymous
---
__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Virtual Hosting Questions

2004-11-17 Thread Didier McGillis
I did something similar with mine.  I have a server on an intranet.  I have 
my host file setup with names that point to the same ip address.  apache is 
setup with virtual host, each virtual host represents a name (dev1, dev2, 
qa, stage) something like that.  worker2.properties file has those names 
defined seperatly, server.xml has those names in each host area (they are 
setup as seperate tomcat instances).

From: Bill Winspur [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Virtual Hosting Questions
Date: Wed, 17 Nov 2004 11:52:45 -0700
I need to set up a few virtual hosts for a development project, and being 
new to Tomcat virtual hosts, have a couple of questions:
---
1. In development, the clients and tomcat will be on an intranet. I plan to 
use the hosts files of the client and tomcat boxes to map domain names to 
IP addresses, thereby preempting invocation of DNS, and thus exposure of 
our product-specific domain names to the Internet at-large, until the site 
is deployed publicly.

Question 1: Is this hosts-file approach feasible? Does tomcat care HOW 
domain names
are mapped to IP addresses?
--
The following fragment is extracted from conf/server.xml of the the tomcat 
distribution:

Host name=localhost debug=0 appBase=webapps
 unpackWARs=true autoDeploy=true
 xmlValidation=false xmlNamespaceAware=false
   Logger className=org.apache.catalina.logger.FileLogger
 directory=logs  prefix=localhost_log. suffix=.txt
 timestamp=true/
/Host
Question 2: Why is the host named localhost? From the documentation, I 
expected that only URL's of the form http://localhost:8080/... would be 
handled by this virtual host, but it seems to handle any URL's that map to 
the IP and port of the real host that tomcat serves.
---
Question 3: How would one configure a 'local' virtual host, i.e. a host 
visible only on the box that runs tomcat?
---
Thanks,
Bill

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Where can I find more info?

2004-11-16 Thread Didier McGillis
Google for mod_jk2 or Tomcat+Apache+mod_jk2
http://www.cymulacrum.net/writings/tomcat5/book1.html
there are several good ones and many articles and hints.
From: Troy Simpson [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Where can I find more info?
Date: Tue, 16 Nov 2004 11:51:42 -0500
Where can I find documentation on how to configure mod_jk2 property files 
for Tomcat 5.5 and Apache 2.0.52?

workers2.properties
jk2.properties
Thanks,
Troy
--
Troy Simpson
 Applications Analyst/Programmer, OCPDBA, MCSE, SCSA
North Carolina State University Libraries
Campus Box 7111 | Raleigh | North Carolina
ph.919.515.3855 | fax.919.513.3330
E-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
MSN® Calendar keeps you organized and takes the effort out of scheduling 
get-togethers. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: JAVA_OPTS

2004-11-15 Thread Didier McGillis
Linux RH9 and RHE3, using Sun 1.4.2
From: Mufaddal Khumri [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: JAVA_OPTS
Date: Mon, 15 Nov 2004 11:11:37 -0700
I do not know what VM you are using. If you are using Windows and have 
tomcat as a service on there you will have to specify the -server option in 
the registry. If you are using  Mac OS X you can specify it in the 
JAVA_OPTS

As far as what the -server option will do for you , that depends on your VM 
vendor.

On Nov 15, 2004, at 10:35 AM, Steven Lister wrote:
Thanks for the quick reply.
the sound you probably heard a couple of minutes ago was my head 
repeatedly hitting my desk.
the Xms and Xms was a mispelling.  :(
export JAVA_OPTS='-server -Xms128m -Xmx384m -Djava.awt.headless=true'

Does anyone know -server cached if that is mispelled or wrong tense?
- Original Message -
From: Shapira, Yoav
To: Tomcat Users List
Subject: RE: JAVA_OPTS
Date: Mon, 15 Nov 2004 12:23:36 -0500

Hi,
First one is I was looking at -server cached and tested that out and got
nothing, tomcat didnt start a process.
You probably mistyped the JAVA_OPTS setting.
Next is -Xms128 -Xmx384 gives me an error of  Error occurred during
initialization of VM  Too small initial heap
Tomcat wont start with either of these flags set in JAVA_OPTS.
Definitely mistyped the JAVA_OPTS setting there: add m after 128 and 384 
to make it megabytes.

Yoav

This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, 
proprietary and/or privileged. This e-mail is intended only for the 
individual(s) to whom it is addressed, and may not be saved, copied, 
printed, disclosed or used by anyone else. If you are not the(an) 
intended recipient, please immediately delete this e-mail from your 
computer system and notify the sender. Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

--
___
Sign-up for Ads Free at Mail.com
http://promo.mail.com/adsfreejump.htm
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Mufaddal
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx The new 
MSN Search! Check it out!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Please help...

2004-11-12 Thread Didier McGillis
First get familiar with Tomcat, its very daunting of a task connection 
apache and tomcat with mod_jk2, but not impossible.  Use tomcat standalone, 
the one guy had a pretty straightforward and easy way of doing it, after you 
get :8080/test/ working you can move to serving over port 80 with Tomcat, 
then if you want to dive in and do apache+tomcat+mod_jk2 I would suggest you 
look at these places.

http://www.cymulacrum.net/writings/tomcat5/book1.html
http://www.linuxjava.net/howto/webapp/
http://johnturner.com/howto/apache-tomcat-howto.html
there are more, many more.  start slow, nothing more frustrating then 
getting something to work and then doing 30 steps and retrying and seeing it 
not working.  do one thing at a time, there isnt a whole lot of steps.

good luck, and if you get stuck dont hesitate to search the archives and see 
how many of us were in your shoes.


From: Ken Keefe [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Please help...
Date: Fri, 12 Nov 2004 14:14:17 -0600
I have been struggling with Tomcat for several days and I am at the end
of my rope. If I come across as irritated, I apologize in advance.
I simply want to learn how to write JSP. I have a book and I want to
start working through it, but I am having trouble setting up a server to
serve JSP. I currently run Apache to serve HTML and PHP. Ideally, I'd
simply like Apache to start recognizing JSP and handling it
appropriately. Unfortunately that seems to not be an easy task... I have
tried using mod_jk to connect Tomcat and Apache, with no luck.
I finally gave up on trying to use Apache and I was just going to keep
them separate. Now, how do I tell Tomcat to serve my jsp files??? I
tried using the manager web program to add an application pointing to
the correct directory, it accepts the command, but nothing is added to
the application list and it doesn't serve the content like I expected it
to.
Finally I said screw it, I'll simply put my experiment files in the
document root of Tomcat and use that for now. Still no luck, it serves
up the same default stuff, even when I rename the file.
My environment is the following: Fedora Core 2, Apache 2.0.51, Tomcat
5.5.4, JDK 1.5.0.
Ideally I'd like to do what I talked about earlier, having Apache
automagically know what to do with *.jsp files. However, I'll take
what I can get!
Thank you very much in advance. I can't explain how damned aggravating
this whole thing has been.
Ken
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Powerful Parental Controls Let your child discover the best the Internet has 
to offer.  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: problem in accessing / instead of /index.jsp

2004-11-11 Thread Didier McGillis
Actually the entire domain is the application, dir is a subdirectory that 
has some jsps in it, as does the web root.

From: Phillip Qin [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: problem in accessing / instead of /index.jsp
Date: Wed, 10 Nov 2004 17:14:07 -0500
I assume that dir is your webapp, add this line
[uri:www.domain.us/dir/*]
-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: November 10, 2004 5:08 PM
To: [EMAIL PROTECTED]
Subject: RE: problem in accessing / instead of /index.jsp

[uri:www.domain.us/*]
worker=ajp13:localhost:8009
From: Phillip Qin [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: problem in accessing / instead of /index.jsp
Date: Wed, 10 Nov 2004 16:46:30 -0500

How about your mod_jk2 mapping in workers2.properties?

-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: November 10, 2004 3:06 PM
To: [EMAIL PROTECTED]
Subject: RE: problem in accessing / instead of /index.jsp


tomcat/web.xml
welcome-file-list
 welcome-fileindex.html/welcome-file
 welcome-fileindex.htm/welcome-file
 welcome-fileindex.jsp/welcome-file
/welcome-file-list

application web.xml
welcome-file-list
 welcome-fileindex.jsp/welcome-file
 welcome-fileindex.html/welcome-file
/welcome-file-list

 From: Phillip Qin [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: 'Tomcat Users List' [EMAIL PROTECTED]
 Subject: RE: problem in accessing / instead of /index.jsp
 Date: Wed, 10 Nov 2004 14:47:03 -0500
 
 Have you set your welcome file in web.xml?
 
 
 
 -Original Message-
 From: Didier McGillis [mailto:[EMAIL PROTECTED]
 Sent: November 10, 2004 2:33 PM
 To: [EMAIL PROTECTED]
 Subject: problem in accessing / instead of /index.jsp
 
 
 very odd.  very.
 if I access the page with http://www.domain/dir/index.jsp it fine. if
 I access the page with http://www.domain/dir/ or
 http://www.domain/dir it give me the error.
 org.apache.jasper.JasperException: String index out of range: -1
 
 I have index.jsp in the welcome file list, but I dont think its that.
 
 anyone have any idea?
 
 _
 Powerful Parental Controls Let your child discover the best the
 Internet has
 
 to offer.
 http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034
 S
 U=htt
 p://hotmail.com/encaHL=Market_MSNIS_Taglines
Start enjoying all the benefits of MSN(r) Premium right now and get
the
 first two months FREE*.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

_
Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx
The
new

MSN Search! Check it out!


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



_
Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx The 
new

MSN Search! Check it out!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
!DSPAM:4192917e327189629410584!
_
Take charge with a pop-up guard built on patented Microsoft® SmartScreen 
Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Counting Page Hits

2004-11-11 Thread Didier McGillis
awstats is something I use.
From: Justin Jaynes [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: RE: Counting Page Hits
Date: Thu, 11 Nov 2004 10:38:12 -0800 (PST)
Thanks!
Justin Jaynes
--- Shapira, Yoav [EMAIL PROTECTED] wrote:

 Hi,

 Could you give me a quick pointer in
 the right direction for a good, popular log
 analyzer?
 Then I can study up.  I would appreciate the help
 so
 much.

 Easy.  Enable the AccessLogValve in conf/server.xml,
 with pattern
 common (the default) or combined (for additional
 info).  Use the
 server a bit so that access log has some data.

 Then download Webalizer from
 http://www.mrunix.net/webalizer/ and run it
 on the access log file.  It will generate a set of
 HTML files, including
 an index.html starting point.  Open a web browser,
 go to this
 index.html, and enjoy looking at your site stats. ;)

 There are plenty of other good, free analyzers out
 there in addition to
 webalizer.  I just picked one that I use, but if you
 don't like it or
 want to try something else, they're easy to find
 online.

 Yoav



 This e-mail, including any attachments, is a
 confidential business communication, and may contain
 information that is confidential, proprietary and/or
 privileged.  This e-mail is intended only for the
 individual(s) to whom it is addressed, and may not
 be saved, copied, printed, disclosed or used by
 anyone else.  If you are not the(an) intended
 recipient, please immediately delete this e-mail
 from your computer system and notify the sender.
 Thank you.



-
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]



__
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx The new 
MSN Search! Check it out!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


problem in accessing / instead of /index.jsp

2004-11-10 Thread Didier McGillis
very odd.  very.
if I access the page with http://www.domain/dir/index.jsp it fine.
if I access the page with http://www.domain/dir/ or http://www.domain/dir it 
give me the error.
org.apache.jasper.JasperException: String index out of range: -1

I have index.jsp in the welcome file list, but I dont think its that.
anyone have any idea?
_
Powerful Parental Controls Let your child discover the best the Internet has 
to offer.  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: problem in accessing / instead of /index.jsp

2004-11-10 Thread Didier McGillis
tomcat/web.xml
welcome-file-list
   welcome-fileindex.html/welcome-file
   welcome-fileindex.htm/welcome-file
   welcome-fileindex.jsp/welcome-file
/welcome-file-list
application web.xml
welcome-file-list
   welcome-fileindex.jsp/welcome-file
   welcome-fileindex.html/welcome-file
/welcome-file-list
From: Phillip Qin [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: problem in accessing / instead of /index.jsp
Date: Wed, 10 Nov 2004 14:47:03 -0500
Have you set your welcome file in web.xml?

-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: November 10, 2004 2:33 PM
To: [EMAIL PROTECTED]
Subject: problem in accessing / instead of /index.jsp
very odd.  very.
if I access the page with http://www.domain/dir/index.jsp it fine. if I
access the page with http://www.domain/dir/ or http://www.domain/dir it
give me the error.
org.apache.jasper.JasperException: String index out of range: -1
I have index.jsp in the welcome file list, but I dont think its that.
anyone have any idea?
_
Powerful Parental Controls Let your child discover the best the Internet 
has

to offer.
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=htt
p://hotmail.com/encaHL=Market_MSNIS_Taglines
  Start enjoying all the benefits of MSN(r) Premium right now and get the
first two months FREE*.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
!DSPAM:41926d8d308781137219969!
_
Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx The new 
MSN Search! Check it out!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: problem in accessing / instead of /index.jsp

2004-11-10 Thread Didier McGillis
[uri:www.domain.us/*]
worker=ajp13:localhost:8009
From: Phillip Qin [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: problem in accessing / instead of /index.jsp
Date: Wed, 10 Nov 2004 16:46:30 -0500
How about your mod_jk2 mapping in workers2.properties?
-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: November 10, 2004 3:06 PM
To: [EMAIL PROTECTED]
Subject: RE: problem in accessing / instead of /index.jsp
tomcat/web.xml
welcome-file-list
welcome-fileindex.html/welcome-file
welcome-fileindex.htm/welcome-file
welcome-fileindex.jsp/welcome-file
/welcome-file-list
application web.xml
welcome-file-list
welcome-fileindex.jsp/welcome-file
welcome-fileindex.html/welcome-file
/welcome-file-list
From: Phillip Qin [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: problem in accessing / instead of /index.jsp
Date: Wed, 10 Nov 2004 14:47:03 -0500

Have you set your welcome file in web.xml?



-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: November 10, 2004 2:33 PM
To: [EMAIL PROTECTED]
Subject: problem in accessing / instead of /index.jsp


very odd.  very.
if I access the page with http://www.domain/dir/index.jsp it fine. if I
access the page with http://www.domain/dir/ or http://www.domain/dir it
give me the error.
org.apache.jasper.JasperException: String index out of range: -1

I have index.jsp in the welcome file list, but I dont think its that.

anyone have any idea?

_
Powerful Parental Controls Let your child discover the best the
Internet
has

to offer.
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034S
U=htt
p://hotmail.com/encaHL=Market_MSNIS_Taglines
   Start enjoying all the benefits of MSN(r) Premium right now and get 
the
first two months FREE*.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




_
Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx The 
new

MSN Search! Check it out!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
!DSPAM:419274eb313561795282354!
_
Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx The new 
MSN Search! Check it out!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Tomcat 5.0.24 - JSP 2.0 SVG example (JSPX) - not opening rendered SVG object in IE 6

2004-11-09 Thread Didier McGillis
You have to configure IE6 to know what svg is and how to display it.
From: d~l [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Tomcat 5.0.24 - JSP 2.0 SVG example (JSPX) - not opening rendered 
SVG object in IE 6
Date: Tue, 09 Nov 2004 16:25:15 -

Problem summary:
Tomcat 5.0.24 JSP 2.0 SVG example does not display JSPX rendered SVG file 
in
IE 6 browser.
O.k. in Opera and Mozilla.
_

I have Tomcat 5.0.24 running on my localhost - Win XP Pro SP1
I am trying out the JSP 2.0 SVG example found here .
http://localhost:8080/jsp-examples/jsp2/jspx/svgexample.html
and then to view the SVG file ..
http://localhost:8080/jsp-examples/jsp2/jspx/textRotate.jspx?name=JSPX
to dynamically render and display an SVG object in browser ..
quote from above page ...
_
JSP 2.0 SVG Example
This example uses JSP 2.0's new, simplified JSPX syntax to render
a Scalable Vector Graphics (SVG) document.
When you view the source, notice the lack of a jsp:root element!
The text to be rendered can be modified by changing the value of the name
parameter.
SVG has many potential uses, such as searchable images, or images
customized with the name of your site's visitor (e.g. a Susan's Store tab 
image).
JSPX is a natural fit for generating dynamic XML content such as SVG.
_

I am testing this jspx example across several browsers ... IE / Opera / 
Mozilla

IE 6 and Opera 7 both have Adobe SVG plugin, Mozilla has its native SVG 
reader.

These browsers all open and display static *.svg files correctly (with no 
file
download? prompt as reported below with IE 6).

...
The problem arises with IE 6 trying to open the dynamically generated
textRotate.jspx.svg file.
In IE 6, instead of opening the rendered SVG object  I see a file 
download pop-up
window

some files can harm your computer etc. etc.
File name:  textRotate.jspx
File type:  SVG Document
from:   localhost
Would you like to open the file or save?
...
But in Opera, Mozilla and Firefox the jspx generated SVG (from above JSP 
example)
opens in the browser window.  And the URL opens SVG file in a Batik SVG 
viewer.

So this is more of a cross-browser problem than a server problem. IE 6 in 
particular.

###
Q. How can I get IE 6 browser to open and display this JSP 2.0 SVG example 
- on
the fly - without need for SVG file download?
###

This same JSP 2.0 SVG test file can be seen online here .. Jetty server 
site ..

http://jetty.mortbay.org/jsp-examples/jsp2/jspx/svgexample.html
Perhaps an IE 6 / Tomcat 5.0.x (localhost) user can go to this standard JSP 
2.0 SVG
Example and compare results?

http://localhost:8080/jsp-examples/jsp2/jspx/svgexample.html
then ..
http://localhost:8080/jsp-examples/jsp2/jspx/textRotate.jspx?name=JSPX
But this preview does require an Adobe SVG plugin to be installed in your 
IE
browser.

Here is the SVG plug-in test site to check if you have this plugin 
installed ..

http://www.adobe.com/svg/viewer/install/svgtest.html.
___
Finally, here are the My Computer | Tools | Folder Options | File Type 
settings ..

for SVG document
*   Action: open
*   Application used
to perform action:
C:\Program Files\Internet Explorer\iexplore.exe -nohome %1
*   Use DDE:ticked
*   DDE Message:file:%1,,-1,
*   Application:Iexplore
*   DDE Application
not running:blank
*   Topic:  WWW_OpenURL
___
Thanks for any insights into solving this IE6 / jspx.SVG display problem.
d~l
_
Take charge with a pop-up guard built on patented Microsoft® SmartScreen 
Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: two domains, one site

2004-11-05 Thread Didier McGillis
So something like this would work.
Host name=www.domain.com debug=0 appBase=/usr/local/domain.com
  unpackWARs=true autoDeploy=true
  xmlValidation=false xmlNamespaceAware=false
   Aliasdomain.com/Alias
   Aliasdomain.net/Alias
   Aliaswww.domain.net/Alias
   Context path= docBase=/usr/local/domain.com debug=0/
   /Host
From: Andoni [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: two domains, one site
Date: Fri, 05 Nov 2004 11:53:49 +
Hi,
No, you only need the one host and then an alias/alias tag with the
other domain.
HTH,
Andoni.
PS: Ref is here:
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/host.html#Host%20Name%20Aliases
A.
- Original Message -
From: Didier McGillis [EMAIL PROTECTED]
Newsgroups: gmane.comp.jakarta.tomcat.user
Sent: Thursday, November 04, 2004 5:27 PM
Subject: two domains, one site
 If I have two domains pointing to the same webapp (long story on why two
 domains).  Do I need to have two Hosts defined inside the container

 Engine ...

 Host name=localhost ...


 or
 Host name=www.domain.com ...
 Host name=www.domain.us ...

 _
 Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx The
new
 MSN Search! Check it out!
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Take advantage of powerful junk e-mail filters built on patented Microsoft® 
SmartScreen Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


two domains, one site

2004-11-04 Thread Didier McGillis
If I have two domains pointing to the same webapp (long story on why two 
domains).  Do I need to have two Hosts defined inside the container

Engine ...
Host name=localhost ...
or
Host name=www.domain.com ...
Host name=www.domain.us ...
_
Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx The new 
MSN Search! Check it out!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: auto reload?

2004-10-29 Thread Didier McGillis
Anyway this was my last resort after Google had jack ... how about
those
Red
Sox
Go Sox ;)  I probably shouldn't be committing stuff to CVS today given
the amount of drinking and partying over the past 24 hours...

We had the same worries about the hosting company we have and some of the 
tech there going into the cage the next day ;)

Yoav

This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, 
proprietary and/or privileged.  This e-mail is intended only for the 
individual(s) to whom it is addressed, and may not be saved, copied, 
printed, disclosed or used by anyone else.  If you are not the(an) intended 
recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Designer Mail isn't just fun to send, it's fun to receive. Use special 
stationery, fonts and colors. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


auto reload?

2004-10-28 Thread Didier McGillis
Sorry I am drawing a blank at the end of the day.
IS this what I enable to have a development environment reload classes 
automatically?

And where do I enable this?
_
Powerful Parental Controls Let your child discover the best the Internet has 
to offer. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: auto reload?

2004-10-28 Thread Didier McGillis
Thanks
From: Steve Kirk [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: auto reload?
Date: Thu, 28 Oct 2004 21:30:33 +0100
I think you might mean this?
Context docBase=... myapp location ... path=/myapp reloadable=true
You can put this line in server.xml (within the standard Host tag) or in
context.xml
For more details on Context and the reloadable attribute, see (for 
version
5.0.x):
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/context.html

 -Original Message-
 From: Didier McGillis [mailto:[EMAIL PROTECTED]
 Sent: Thursday 28 October 2004 21:24
 To: [EMAIL PROTECTED]
 Subject: auto reload?


 Sorry I am drawing a blank at the end of the day.
 IS this what I enable to have a development environment
 reload classes
 automatically?

 And where do I enable this?

 _
 Powerful Parental Controls Let your child discover the best
 the Internet has
 to offer.
 http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994;
 DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines
   Start enjoying all the benefits of MSNR Premium right now
 and get the
 first two months FREE*.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Designer Mail isn't just fun to send, it's fun to receive. Use special 
stationery, fonts and colors. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: auto reload?

2004-10-28 Thread Didier McGillis
I looked for a bit and couldnt find what I thought it was, didnt notice 
reloadable :(, searched the archives, which btw we referencing the wrong 
archived files.

Anyway this was my last resort after Google had jack ... how about those Red 
Sox

From: Shapira, Yoav [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: RE: auto reload?
Date: Thu, 28 Oct 2004 16:26:17 -0400
Hi,
Add reloadable=true to your Context declaration in server.xml (or
wherever you declare your context).  When drawing a blank, I usually
find the docs useful.
Yoav Shapira http://www.yoavshapira.com
-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 28, 2004 4:24 PM
To: [EMAIL PROTECTED]
Subject: auto reload?

Sorry I am drawing a blank at the end of the day.
IS this what I enable to have a development environment reload classes
automatically?

And where do I enable this?

_
Powerful Parental Controls Let your child discover the best the
Internet
has
to offer.
http://join.msn.com/?pgmarket=en-
capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Mark
et_M
SNIS_Taglines
  Start enjoying all the benefits of MSN(r) Premium right now and get
the
first two months FREE*.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, 
proprietary and/or privileged.  This e-mail is intended only for the 
individual(s) to whom it is addressed, and may not be saved, copied, 
printed, disclosed or used by anyone else.  If you are not the(an) intended 
recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx The new 
MSN Search! Check it out!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


multiple seperate hosts issue

2004-10-27 Thread Didier McGillis
I think I almost have it.  However I seem to be coming up a 
wee bit short.
I get a 500 error when I try and connect to one of the setups.  http://dm vs 
http://dm2.

Some errors in the logs files are a bit odd, to me.
access_log 
-
[notice] channelApr.resolve(): create AF_NET  dm 9009
[notice] channelApr.resolve(): create AF_NET  dm2 9019
[error] uriEnv.init() map to invalid worker /* apj13:localhost:9009
[notice] workerEnv.init() ok /usr/local/apache2/conf/workers2.properties
[notice] mod_jk2 child 27877 initialized
[notice] Apache/2.0.50 (Unix) mod_ssl/2.0.50 OpenSSL/0.9.7d DAV/2 PHP/4.3.8 
mod_jk2/2.0.4 configured -- resuming normal operations
[notice] mod_jk2.handler() finding worker for 0 818ac40 apj13:localhost:9009
[error] mod_jk2.handle() No worker for /
[notice] mod_jk2.handler() finding worker for 0 818ac40 apj13:localhost:9009
[error] mod_jk2.handle() No worker for /

Here are my configs.
httpd.conf 
VirtualHost *
   ServerName dm1
   DocumentRoot /usr/local/apache2/htdocs
/VirtualHost
VirtualHost 192.168.x.x:9009
   ServerName dm
DocumentRoot /usr/local/dm/webapps/dm
   Location /*
   JkUriSet worker ajp13:localhost:9009
   /Location
/VirtualHost
VirtualHost 192.168.x.x:10009
   ServerName dm2
DocumentRoot /usr/local/dm2/htdocs/webapps/dm2
   Location /*
   JkUriSet worker ajp13:localhost:10009
   /Location
/VirtualHost
worker2.properties 
# Define the communication channel
[channel.socket:localhost:9009]
port=9009
host=dm
type=ajp13
[channel.socket:localhost:10009]
port=10009
host=dm2
type=ajp13
# define the worker
[ajp13:localhost:9009]
channel=channel.socket:localhost:9009
[ajp13:localhost:10009]
channel=channel.socket:localhost:10009
[uri:/*]
group=ajp13:localhost:9009
[uri:/*]
group=ajp13:localhost:10009
server.xml (dm 
example)
Server port=9005 shutdown=SHUTDOWN
 GlobalNamingResources
   !-- Used by Manager webapp --
   Resource name=UserDatabase auth=Container
 type=org.apache.catalina.UserDatabase
 description=User database that can be updated and saved
   /Resource
   ResourceParams name=UserDatabase
 parameter
   namefactory/name
   valueorg.apache.catalina.users.MemoryUserDatabaseFactory/value
 /parameter
 parameter
   namepathname/name
   valueconf/tomcat-users.xml/value
 /parameter
   /ResourceParams
 /GlobalNamingResources

 Service name=Catalina
   Connector port=9080 /
   !-- This is here for compatibility only, not required --
   Connector port=9009 protocol=AJP/1.3 /
   Engine name=Catalina defaultHost=localhost
 Logger className=org.apache.catalina.logger.FileLogger /
 Realm className=org.apache.catalina.realm.UserDatabaseRealm
resourceName=UserDatabase /
   Host name=localhost debug=0 appBase=webapps/dm
  unpackWARs=true autoDeploy=true
  xmlValidation=false xmlNamespaceAware=false
   Context path= docBase=/usr/local/dm/webapps/dm 
debug=0/
   /Host
   /Engine
 /Service
/Server

_
Powerful Parental Controls Let your child discover the best the Internet has 
to offer.  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: multiple seperate hosts issue SOLVED NEVER MIND :)

2004-10-27 Thread Didier McGillis
Found the problem.  Never mind
From: Didier McGillis [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: multiple seperate hosts issue
Date: Wed, 27 Oct 2004 17:43:14 +
I think I almost have it.  However I seem to be coming up a 
wee bit short.
I get a 500 error when I try and connect to one of the setups.  http://dm 
vs http://dm2.

Some errors in the logs files are a bit odd, to me.
access_log 
-
[notice] channelApr.resolve(): create AF_NET  dm 9009
[notice] channelApr.resolve(): create AF_NET  dm2 9019
[error] uriEnv.init() map to invalid worker /* apj13:localhost:9009
[notice] workerEnv.init() ok /usr/local/apache2/conf/workers2.properties
[notice] mod_jk2 child 27877 initialized
[notice] Apache/2.0.50 (Unix) mod_ssl/2.0.50 OpenSSL/0.9.7d DAV/2 PHP/4.3.8 
mod_jk2/2.0.4 configured -- resuming normal operations
[notice] mod_jk2.handler() finding worker for 0 818ac40 
apj13:localhost:9009
[error] mod_jk2.handle() No worker for /
[notice] mod_jk2.handler() finding worker for 0 818ac40 
apj13:localhost:9009
[error] mod_jk2.handle() No worker for /

Here are my configs.
httpd.conf 
VirtualHost *
   ServerName dm1
   DocumentRoot /usr/local/apache2/htdocs
/VirtualHost
VirtualHost 192.168.x.x:9009
   ServerName dm
DocumentRoot /usr/local/dm/webapps/dm
   Location /*
   JkUriSet worker ajp13:localhost:9009
   /Location
/VirtualHost
VirtualHost 192.168.x.x:10009
   ServerName dm2
DocumentRoot /usr/local/dm2/htdocs/webapps/dm2
   Location /*
   JkUriSet worker ajp13:localhost:10009
   /Location
/VirtualHost
worker2.properties 
# Define the communication channel
[channel.socket:localhost:9009]
port=9009
host=dm
type=ajp13
[channel.socket:localhost:10009]
port=10009
host=dm2
type=ajp13
# define the worker
[ajp13:localhost:9009]
channel=channel.socket:localhost:9009
[ajp13:localhost:10009]
channel=channel.socket:localhost:10009
[uri:/*]
group=ajp13:localhost:9009
[uri:/*]
group=ajp13:localhost:10009
server.xml (dm 
example)
Server port=9005 shutdown=SHUTDOWN
 GlobalNamingResources
   !-- Used by Manager webapp --
   Resource name=UserDatabase auth=Container
 type=org.apache.catalina.UserDatabase
 description=User database that can be updated and saved
   /Resource
   ResourceParams name=UserDatabase
 parameter
   namefactory/name
   valueorg.apache.catalina.users.MemoryUserDatabaseFactory/value
 /parameter
 parameter
   namepathname/name
   valueconf/tomcat-users.xml/value
 /parameter
   /ResourceParams
 /GlobalNamingResources

 Service name=Catalina
   Connector port=9080 /
   !-- This is here for compatibility only, not required --
   Connector port=9009 protocol=AJP/1.3 /
   Engine name=Catalina defaultHost=localhost
 Logger className=org.apache.catalina.logger.FileLogger /
 Realm className=org.apache.catalina.realm.UserDatabaseRealm
resourceName=UserDatabase /
   Host name=localhost debug=0 appBase=webapps/dm
  unpackWARs=true autoDeploy=true
  xmlValidation=false xmlNamespaceAware=false
   Context path= docBase=/usr/local/dm/webapps/dm 
debug=0/
   /Host
   /Engine
 /Service
/Server

_
Powerful Parental Controls Let your child discover the best the Internet 
has to offer.  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Powerful Parental Controls Let your child discover the best the Internet has 
to offer.  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


custom 500 in tomcat 5

2004-10-26 Thread Didier McGillis
error-page
   error-code404/error-code
   location/errorpages/404.html/location
   /error-page
   error-page
   error-code500/error-code
   location/errorpages/500.jsp/location
   /error-page
   error-page
   exception-typejavax.ServletException/exception-type
   location/errorpages/500.jsp/location
   /error-page
Is what i have setup for error pages.  404 seems to work fine, 500 keeps 
going to the default Tomcat error page.

Help
_
Take advantage of powerful junk e-mail filters built on patented Microsoft® 
SmartScreen Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: custom 500 in tomcat 5

2004-10-26 Thread Didier McGillis
I noticed that error about 5 minutes after sending the email. :( ... Anyway 
I am pretty sure that the jsp isnt causing an error because the page that I 
am forcing the 500 on is giving the error result I am used to seeing and is 
consistent with that page.

Off to try and see if its the jsp page.
From: Steve Kirk [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: custom 500 in tomcat 5
Date: Tue, 26 Oct 2004 18:00:40 +0100
Error in package name:
javax.servlet.ServletException
  ^^^
(By the way I configure mine for java.lang.Throwable just in case something
bizarre happens.)
If that doesn't fix it, check that you don't have an error in your 
500.jsp
- if you do, then an exception will be thrown when tomcat tries to process
it, and it will give up on your page and use its own.  Check your logs very
carefully to see where the error is first caused, and also check very
carefully what error is reported in the default tomcat error page.  In the
log, you might see the original exception logged, then further down, a
second exception logged as TC encounters the error in 500.jsp.

Another way to double-check that your 500.jsp is correct is to temporarily
replace it with a very simple 500.html page that uses no JSP:
html
headtitleCustomer error/title/head
body
pMy custom error 500 page/p
/body
/html
Restart TC, trigger a 500 error, then if this page displays, you know that
500.jsp is broken
 -Original Message-
 From: Didier McGillis [mailto:[EMAIL PROTECTED]
 Sent: Tuesday 26 October 2004 17:32
 To: [EMAIL PROTECTED]
 Subject: custom 500 in tomcat 5


 error-page
 error-code404/error-code
 location/errorpages/404.html/location
 /error-page
 error-page
 error-code500/error-code
 location/errorpages/500.jsp/location
 /error-page
 error-page
 exception-typejavax.ServletException/exception-type
 location/errorpages/500.jsp/location
 /error-page

 Is what i have setup for error pages.  404 seems to work
 fine, 500 keeps
 going to the default Tomcat error page.

 Help


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Powerful Parental Controls Let your child discover the best the Internet has 
to offer. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: custom 500 in tomcat 5

2004-10-26 Thread Didier McGillis
Guess What?
Looks like it was the JSP, I should know every single time I rule out 
something by taking for granted that I did something right the first time, I 
end up finding that was the problem.

Oh well :)
Off to fix that
From: Steve Kirk [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: custom 500 in tomcat 5
Date: Tue, 26 Oct 2004 18:00:40 +0100
Error in package name:
javax.servlet.ServletException
  ^^^
(By the way I configure mine for java.lang.Throwable just in case something
bizarre happens.)
If that doesn't fix it, check that you don't have an error in your 
500.jsp
- if you do, then an exception will be thrown when tomcat tries to process
it, and it will give up on your page and use its own.  Check your logs very
carefully to see where the error is first caused, and also check very
carefully what error is reported in the default tomcat error page.  In the
log, you might see the original exception logged, then further down, a
second exception logged as TC encounters the error in 500.jsp.

Another way to double-check that your 500.jsp is correct is to temporarily
replace it with a very simple 500.html page that uses no JSP:
html
headtitleCustomer error/title/head
body
pMy custom error 500 page/p
/body
/html
Restart TC, trigger a 500 error, then if this page displays, you know that
500.jsp is broken
 -Original Message-
 From: Didier McGillis [mailto:[EMAIL PROTECTED]
 Sent: Tuesday 26 October 2004 17:32
 To: [EMAIL PROTECTED]
 Subject: custom 500 in tomcat 5


 error-page
 error-code404/error-code
 location/errorpages/404.html/location
 /error-page
 error-page
 error-code500/error-code
 location/errorpages/500.jsp/location
 /error-page
 error-page
 exception-typejavax.ServletException/exception-type
 location/errorpages/500.jsp/location
 /error-page

 Is what i have setup for error pages.  404 seems to work
 fine, 500 keeps
 going to the default Tomcat error page.

 Help


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
MSN® Calendar keeps you organized and takes the effort out of scheduling 
get-togethers. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


tomcat startup processing

2004-10-22 Thread Didier McGillis
is there away to have a jsp or something run some code on startup or to have 
it cache some data results so that I dont have to keep on going to the 
database each time the page is loaded.

_
Powerful Parental Controls Let your child discover the best the Internet has 
to offer.  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


excluding directories

2004-10-21 Thread Didier McGillis
I have apache/tomcat all hooked up via mod_jk2.
I had everything golden and great.  I moved one of the environment from
http://domain/app1
to
http://domain/
works fine you can access the other apps even though they are not part of 
the directory structure.  however, and I just noticed this today.  there is 
a directory that is for my stats and it lives outside of both Apache and 
Tomcat, and use Script Alias for me to get to it.  However I noticed today 
that when I try and access those stats http://domain/stats I get the Tomcat 
404 error page.

worker2.properties
# Uri mapping for webapp1
[uri:/*]
worker=ajp13:localhost:8009
server.xml
Context path= docBase=/usr/local/tomcat/webapps/webapp1 debug=0/
_
Take advantage of powerful junk e-mail filters built on patented Microsoft® 
SmartScreen Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: filter config cause startup crash on Tomcat 5

2004-10-20 Thread Didier McGillis
the filter Tomcat no likie :)
not sure what it is, any other suggestions.
From: Phillip Qin [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: filter config cause startup crash on Tomcat 5
Date: Tue, 19 Oct 2004 16:48:09 -0400
Try url-pattern /s.../*
-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: October 19, 2004 4:31 PM
To: [EMAIL PROTECTED]
Subject: RE: filter config cause startup crash on Tomcat 5
What order should it come in.
Its near the top of the list.
From: Phillip Qin [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: filter config cause startup crash on Tomcat 5
Date: Tue, 19 Oct 2004 16:26:39 -0400

Check the order in web.xml.



-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: October 19, 2004 4:19 PM
To: [EMAIL PROTECTED]
Subject: filter config cause startup crash on Tomcat 5


I have created a DetectBrowser servlet to not allow certain browsers
into the sillyApe directory/url. I wanted to use it as a filter rather
then having to call it in each jsp since people can get to almost every
page in the sillyApe directory without going through a single page,
just thought it would be easier, as well as other issues.  Anyway I am
trying to figure out why I get a SEVERE: Error filterStart from Tomcat
when I start it back up.

HELP!!!

filter
filter-nameDetectBrowser/filter-name
filter-classcom.dtribe.logic.DetectBrowser/filter-class
/filter
filter-mapping
filter-nameDetectBrowser/filter-name
url-pattern/sillyApe/url-pattern
/filter-mapping


HELP???

_
Powerful Parental Controls Let your child discover the best the
Internet
has

to offer.
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034S
U=htt
p://hotmail.com/encaHL=Market_MSNIS_Taglines
   Start enjoying all the benefits of MSN(r) Premium right now and get 
the
first two months FREE*.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




_
Take advantage of powerful junk e-mail filters built on patented
Microsoft(r)
SmartScreen Technology.
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=htt
p://hotmail.com/encaHL=Market_MSNIS_Taglines
  Start enjoying all the benefits of MSN(r) Premium right now and get the
first two months FREE*.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
!DSPAM:4175798a322115253112009!
_
Take advantage of powerful junk e-mail filters built on patented Microsoft® 
SmartScreen Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: filter config cause startup crash on Tomcat 5

2004-10-20 Thread Didier McGillis
Got it!  Stupid error.
thanks
From: Phillip Qin [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: filter config cause startup crash on Tomcat 5
Date: Wed, 20 Oct 2004 09:57:48 -0400
Have you changed it to url-pattern/sillyApe/*/url-pattern? BTW, post 
the
error log.

-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: October 20, 2004 8:17 AM
To: [EMAIL PROTECTED]
Subject: RE: filter config cause startup crash on Tomcat 5
the filter Tomcat no likie :)
not sure what it is, any other suggestions.
From: Phillip Qin [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: filter config cause startup crash on Tomcat 5
Date: Tue, 19 Oct 2004 16:48:09 -0400

Try url-pattern /s.../*

-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: October 19, 2004 4:31 PM
To: [EMAIL PROTECTED]
Subject: RE: filter config cause startup crash on Tomcat 5


What order should it come in.
Its near the top of the list.

 From: Phillip Qin [EMAIL PROTECTED]
 Reply-To: Tomcat Users List [EMAIL PROTECTED]
 To: 'Tomcat Users List' [EMAIL PROTECTED]
 Subject: RE: filter config cause startup crash on Tomcat 5
 Date: Tue, 19 Oct 2004 16:26:39 -0400
 
 Check the order in web.xml.
 
 
 
 -Original Message-
 From: Didier McGillis [mailto:[EMAIL PROTECTED]
 Sent: October 19, 2004 4:19 PM
 To: [EMAIL PROTECTED]
 Subject: filter config cause startup crash on Tomcat 5
 
 
 I have created a DetectBrowser servlet to not allow certain browsers
 into the sillyApe directory/url. I wanted to use it as a filter
 rather then having to call it in each jsp since people can get to
 almost every page in the sillyApe directory without going through a
 single page, just thought it would be easier, as well as other
 issues.  Anyway I am trying to figure out why I get a SEVERE: Error
 filterStart from Tomcat when I start it back up.
 
 HELP!!!
 
 filter
 filter-nameDetectBrowser/filter-name
 filter-classcom.dtribe.logic.DetectBrowser/filter-class
 /filter
 filter-mapping
 filter-nameDetectBrowser/filter-name
 url-pattern/sillyApe/url-pattern
 /filter-mapping
 
 
 HELP???
 
 _
 Powerful Parental Controls Let your child discover the best the
 Internet has
 
 to offer.
 http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034
 S
 U=htt
 p://hotmail.com/encaHL=Market_MSNIS_Taglines
Start enjoying all the benefits of MSN(r) Premium right now and get
the
 first two months FREE*.
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 

_
Take advantage of powerful junk e-mail filters built on patented
Microsoft(r)
SmartScreen Technology.
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034S
U=htt
p://hotmail.com/encaHL=Market_MSNIS_Taglines
   Start enjoying all the benefits of MSN(r) Premium right now and get 
the
first two months FREE*.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




_
Take advantage of powerful junk e-mail filters built on patented
Microsoft(r)
SmartScreen Technology.
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=htt
p://hotmail.com/encaHL=Market_MSNIS_Taglines
  Start enjoying all the benefits of MSN(r) Premium right now and get the
first two months FREE*.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
!DSPAM:4176578399142061846259!
_
Take charge with a pop-up guard built on patented Microsoft® SmartScreen 
Technology  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


filter config cause startup crash on Tomcat 5

2004-10-19 Thread Didier McGillis
I have created a DetectBrowser servlet to not allow certain browsers into 
the sillyApe directory/url.
I wanted to use it as a filter rather then having to call it in each jsp 
since people can get to almost every page in the sillyApe directory without 
going through a single page, just thought it would be easier, as well as 
other issues.  Anyway I am trying to figure out why I get a SEVERE: Error 
filterStart from Tomcat when I start it back up.

HELP!!!
filter
filter-nameDetectBrowser/filter-name
filter-classcom.dtribe.logic.DetectBrowser/filter-class
/filter
filter-mapping
filter-nameDetectBrowser/filter-name
url-pattern/sillyApe/url-pattern
/filter-mapping
HELP???
_
Powerful Parental Controls Let your child discover the best the Internet has 
to offer. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: filter config cause startup crash on Tomcat 5

2004-10-19 Thread Didier McGillis
What order should it come in.
Its near the top of the list.
From: Phillip Qin [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: 'Tomcat Users List' [EMAIL PROTECTED]
Subject: RE: filter config cause startup crash on Tomcat 5
Date: Tue, 19 Oct 2004 16:26:39 -0400
Check the order in web.xml.

-Original Message-
From: Didier McGillis [mailto:[EMAIL PROTECTED]
Sent: October 19, 2004 4:19 PM
To: [EMAIL PROTECTED]
Subject: filter config cause startup crash on Tomcat 5
I have created a DetectBrowser servlet to not allow certain browsers into
the sillyApe directory/url.
I wanted to use it as a filter rather then having to call it in each jsp
since people can get to almost every page in the sillyApe directory without
going through a single page, just thought it would be easier, as well as
other issues.  Anyway I am trying to figure out why I get a SEVERE: Error
filterStart from Tomcat when I start it back up.
HELP!!!
filter
filter-nameDetectBrowser/filter-name
filter-classcom.dtribe.logic.DetectBrowser/filter-class
/filter
filter-mapping
filter-nameDetectBrowser/filter-name
url-pattern/sillyApe/url-pattern
/filter-mapping
HELP???
_
Powerful Parental Controls Let your child discover the best the Internet 
has

to offer.
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=htt
p://hotmail.com/encaHL=Market_MSNIS_Taglines
  Start enjoying all the benefits of MSN(r) Premium right now and get the
first two months FREE*.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
!DSPAM:417576cc321718886279614!
_
Take advantage of powerful junk e-mail filters built on patented Microsoft® 
SmartScreen Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


ot: fax input

2004-10-01 Thread Didier McGillis
Have a question and maybe this is the wrong spot.  but I am looking at doing 
away with accepting orders that are faxed.  however there are lots and lots 
of my customers who doing the fax ordering is second nature.  I have looked 
at making an exact copy of the order form and making them available online, 
but I have also been thinking is there away to now with Java to receive the 
fax at the website (fax server or something) and translate that data and 
populate the form with that.

any one understand what I mean?
let me know or let me know if you have seen this done or if there is a 
better answer elsewhere.

thanks
_
Take charge with a pop-up guard built on patented Microsoft® SmartScreen 
Technology  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: headless java setting

2004-09-28 Thread Didier McGillis
Worked like a charm.  I was putting it in the wrong spot.
From: Robert F. Hall [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: headless java setting
Date: Mon, 27 Sep 2004 19:02:12 -0700
No need to add X libs, just  add   -Djava.awt.headless=true  to your 
JAVA_OPTS

Didier McGillis wrote:
I have a small problem.  My predicesor setup his code to work with 
X-Windows.  Well the code will not work without an x11 server running.  
However I have all my machines setup as a typical server and do not have 
xwindows installed.  I saw where you could grab a few x11 libs and then 
run somewhere in the catalina.sh file a flag that would flip on the 
headless setting in teh JVM.  I have tried that several times and not even 
a hint that it works.

Any thoughts.  Any experience.
_
Take charge with a pop-up guard built on patented Microsoft® SmartScreen 
Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Designer Mail isn't just fun to send, it's fun to receive. Use special 
stationery, fonts and colors. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


headless java setting

2004-09-27 Thread Didier McGillis
I have a small problem.  My predicesor setup his code to work with 
X-Windows.  Well the code will not work without an x11 server running.  
However I have all my machines setup as a typical server and do not have 
xwindows installed.  I saw where you could grab a few x11 libs and then run 
somewhere in the catalina.sh file a flag that would flip on the headless 
setting in teh JVM.  I have tried that several times and not even a hint 
that it works.

Any thoughts.  Any experience.
_
Take charge with a pop-up guard built on patented Microsoft® SmartScreen 
Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: seperate development spaces on same server/tomcat

2004-09-22 Thread Didier McGillis
Why is Tomcat serving the error pages?  I try to go to catalog2.html which I 
know doesnt exist and I get the Tomcat error page, however in the Apache 
logs there is the log of me requesting catalog2.html.

I know it must have something to do with my workers2.properties setting have 
the uri:/* set


From: [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: seperate development spaces on same server/tomcat
Date: Tue, 21 Sep 2004 15:44:07 -0500
On Tue, Sep 21, 2004 at 02:10:42PM -0400, Shapira, Yoav wrote:
 For development, drop Apache httpd, drop the connectors, drop the notion
 of CATALINA_BASE.  Simply install Tomcat x separate times to x separate
 directories, with nothing in common.  That's it.
or, if your developers can deal with not restarting tomcat all the time
(or notifying the others when they do), then you can just install you app
to a separate path within a single tomcat instance and save the overhead
of extra tomcat instances.
If you're using the ant deploy task, it would look something like this:
deploy url=http://${tomcaturl}/manager;
username=${manager_username} password=${password}
path=/yourapp.${username}
war=yourapp.war/
You just have to give the developers access to the user that is running
tomcat.  I have a script that uses sudo to restart it when needed.  It
works reasonably well.
eric
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Powerful Parental Controls Let your child discover the best the Internet has 
to offer.  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


seperate development spaces on same server/tomcat

2004-09-21 Thread Didier McGillis
Okay here is a better question then the dumb one I asked yesterday.  I need 
to setup up three instances of the same site.  Here is the reason.  I have 
three developers who are coming in.  I have one set of code, rather then 
they share it, and play that way I would rather them have their own spots to 
play.

So are their tutorials or some example of what to look at to see how to do 
this.

example is:  HTML code is seperate.
so HTML/images is in /usrl/local/apache2/guy1, guy2, guy3 
jsp/java/servlets is in /usr/local/tomcat/webapps/guy1, guy2, guy3 
http://server/guy1
http://server/guy1
http://server/guy3
any help would be appreciated.
_
Take advantage of powerful junk e-mail filters built on patented Microsoft® 
SmartScreen Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: seperate development spaces on same server/tomcat

2004-09-21 Thread Didier McGillis
Thanks.
I'm still a little fuzzy on the Apache part.  Do I point Apache to the the 
context, or do I point it to a folder.  I would rather keep HTML/images out 
of the java/jsp space, however this is a pre existing site with alot of 
static HTML pages with preexisting links to the jsp pages.



From: QM [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: seperate development spaces on same server/tomcat
Date: Tue, 21 Sep 2004 12:08:12 -0500
On Tue, Sep 21, 2004 at 04:59:42PM +, Didier McGillis wrote:
: to setup up three instances of the same site.  Here is the reason.  I 
have
: three developers who are coming in.  I have one set of code, rather then
: they share it, and play that way I would rather them have their own spots
: to play.
: [snip]
: so HTML/images is in /usrl/local/apache2/guy1, guy2, guy3 
: jsp/java/servlets is in /usr/local/tomcat/webapps/guy1, guy2, guy3 
:
: http://server/guy1
: http://server/guy1
: http://server/guy3

Check out the Tomcat docs on CATALINA_BASE vs CATALINA_HOME, which lets
you provide each developer with their own Tomcat instance (separate
JVMs).  Find/create custom scripts for each developer to start/stop
their own instance.
The rest is, well, up to the developers.  They should be able to check
out the entire site from source code control (or however it's stored).
They would work on just their piece, and only check-in code related to
their piece; but to be effective, they should be able to run/see the
full site within their instance.
Taking this a step farther, you could create another instance for QA,
one for load-tests, etc.
-QM
--
software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Take charge with a pop-up guard built on patented Microsoft® SmartScreen 
Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


a question or two

2004-09-20 Thread Didier McGillis
This site that I'm moving over to an Apache/Tomcat intergrated site has jsp 
and html pages intermingled, so when I move these over and sperate the jsp 
file from the html file I have to create a folder in the Tomcat folders that 
are named the same as the one in the html side?  Is that correct.

_
Scan and help eliminate destructive viruses from your inbound and outbound 
e-mail and attachments. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: a question or two

2004-09-20 Thread Didier McGillis
I'm used to the slight twist that you were talking to.  I have never seen it 
done in the manner that I am trying to replace.

Anyway I thnk I have just figured out what I need to do :)  dumb brain not 
working today.

From: QM [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: a question or two
Date: Mon, 20 Sep 2004 15:44:52 -0500
On Mon, Sep 20, 2004 at 08:19:44PM +, Didier McGillis wrote:
: This site that I'm moving over to an Apache/Tomcat intergrated site has 
jsp
: and html pages intermingled, so when I move these over and sperate the 
jsp
: file from the html file I have to create a folder in the Tomcat folders
: that are named the same as the one in the html side?  Is that correct.

I'm not sure I get you here.  If all of the webapp data is within the
context's path (i.e. you could serve it all from a WAR file) then:
1/ set Apache's doc root to the Tomcat context path
2/ tell Apache to serve the static content and let Tomcat handle the
Java
A slight twist on #1, you could setup Apache with a separate document
root and copy all static content there.  This has the added benefit that
Java code never touches the web server (should you separate the web/app
servers) but will require some fancy script work if the app is not
organized by content, i.e.
{context}
|
+- jsp/
|
+- images/
|
+- html/
... and so on.
-QM
--
software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Don't just Search. Find! http://search.sympatico.msn.ca/default.aspx The new 
MSN Search! Check it out!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


does this mean jk2 was not successful

2004-09-16 Thread Didier McGillis
Sep 16, 2004 5:51:12 AM org.apache.jk.server.JkMain start
INFO: APR not loaded, disabling jni components: java.io.IOException: 
java.lang.UnsatisfiedLinkError: /usr/local/apache2/modules/jkjni.so: 
/usr/local/apache2/modules/jkjni.so: undefined symbol: apr_md5_final

Just wondering?
_
Powerful Parental Controls Let your child discover the best the Internet has 
to offer. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


mod_jk2 install

2004-09-15 Thread Didier McGillis
I have tomcat 5 and apache2 successfully installed, I successfully complied 
the *so files for mod_jk2.

I get this error on startup
INFO: Starting Coyote HTTP/1.1 on http-8080
Sep 15, 2004 12:46:09 PM org.apache.jk.server.JkMain start
INFO: APR not loaded, disabling jni components: java.io.IOException: 
java.lang.UnsatisfiedLinkError: /usr/local/apache2/modules/jkjni.so: 
/usr/local/apache2/modules/jkjni.so: undefined symbol: apr_md5_final
Sep 15, 2004 12:46:09 PM org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
Sep 15, 2004 12:46:09 PM org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=25/134  
config=/usr/local/tomcat/conf/jk2.properties
Sep 15, 2004 12:46:09 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 5751 ms

any thoughts?  on where to start looking?
_
Take charge with a pop-up guard built on patented Microsoft® SmartScreen 
Technology  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: Why is Tomcat/Connector Installation So Incredibly Painful??

2004-09-07 Thread Didier McGillis
I must agree with QM the mod_jk while is made out to be a daunting task, if 
you take some time and follow the myrid of tutorials/how-tos out there I 
would venture to guess that you could do it quickly.  I have done it 4 
times, Windose and Linux and once I had a problem, it was the second time I 
did it, and I got a little ahead of myself and had to restart.  Do it will 
clean everything and you should be fine.


From: QM [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: Why is Tomcat/Connector Installation So Incredibly Painful??
Date: Tue, 7 Sep 2004 14:37:29 -0500
On Tue, Sep 07, 2004 at 02:57:10PM -0400, Lon Palmer wrote:
: It's obvious to me ( and probably to everyone else that uses
: it ) that then entire process of installing mod_jk is broken.  It takes 
too
: much fiddling and effort.

I don't share that view.  I've setup mod_jk a few times, and it was very
straightforward.  I followed the docs and ran with it.  JDBC/JNDI
Resources (another problem that appears regularly) works for me without
a hitch, too.  Maybe I'm just lucky. ;)
As for the rest of your post: I'll spare you a debate and leave it at
whatever works for you, works for you. Some people have an easier time
working with the open software than dealing with commercial products.
At least have the choice.
Having dealt with my fair share of both commercial and free software,
the price tag and quality don't necessarily correlate.  I've used a few
Very Cos$tly Products -- names withheld to protect the guilty ;) -- that
required a lot of twiddling to get working, were very fragile once they
did work, and bug reports were handled pretty much as the vendors felt
like it.  It's easy to say, you should have put pressure on them,
you're a customer but when a vendor's large enough and you're bound to
their product, that doesn't fly.
-QM
--
software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Take charge with a pop-up guard built on patented Microsoft® SmartScreen 
Technology  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: service tomcat does not support chkconfig

2004-09-03 Thread Didier McGillis
I'm using RHE2, and Tomcat 4, so not totally your situation but I was able 
to create and add the startup script to chkconfig without issue.  Could it 
be your script?


From: Qi, Xlaoyan [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: service tomcat does not support chkconfig
Date: Fri, 3 Sep 2004 09:02:21 -0400
I downloaded the tomcat-5.0.27 and it can start fine with startup.sh.
When I tried to put tomcat.sh to /etc/init.d to add it as a service to
start up at boot time in my RHE3, It tells me service tomcat does not
support chkconfig. What could be the problem? Thank you very much for
your help.

Cynthia

_
Designer Mail isn't just fun to send, it's fun to receive. Use special 
stationery, fonts and colors. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: service tomcat does not support chkconfig

2004-09-03 Thread Didier McGillis
check this out, down near the bottom.
http://www.tldp.org/HOWTO/MMBase-Inst-HOWTO/x184.html

From: Didier McGillis [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: service tomcat does not support chkconfig
Date: Fri, 03 Sep 2004 13:08:58 +
I'm using RHE2, and Tomcat 4, so not totally your situation but I was able 
to create and add the startup script to chkconfig without issue.  Could it 
be your script?


From: Qi, Xlaoyan [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: service tomcat does not support chkconfig
Date: Fri, 3 Sep 2004 09:02:21 -0400
I downloaded the tomcat-5.0.27 and it can start fine with startup.sh.
When I tried to put tomcat.sh to /etc/init.d to add it as a service to
start up at boot time in my RHE3, It tells me service tomcat does not
support chkconfig. What could be the problem? Thank you very much for
your help.

Cynthia

_
Designer Mail isn't just fun to send, it's fun to receive. Use special 
stationery, fonts and colors. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Take advantage of powerful junk e-mail filters built on patented Microsoft® 
SmartScreen Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


admin/manager app

2004-09-03 Thread Didier McGillis
I'm on a WinXP machine and the admin/mananger came to me disabled, I 
inherited the system.
Where would someone have done that, in the server.xml or somewhere else.  
Using the standalone system.

_
MSN® Calendar keeps you organized and takes the effort out of scheduling 
get-togethers. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: admin/manager app

2004-09-03 Thread Didier McGillis
They have the same exact setup I do in those three files.  Yes when they go 
to the admin section they get prompted for the login for the tomcat 
administrator, and I get the login for the admin section out our web 
application ( not tomcat admin )


From: Shapira, Yoav [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: RE: admin/manager app
Date: Fri, 3 Sep 2004 12:15:58 -0400
Hi,
Actually, he/she is probably just missing the user name and password in 
conf/tomcat-users.xml.

Yoav Shapira
Millennium Research Informatics
-Original Message-
From: John Villar [mailto:[EMAIL PROTECTED]
Sent: Friday, September 03, 2004 12:11 PM
To: Tomcat Users List
Subject: Re: admin/manager app

there's a file named admin.xml on conf/Catalina/localhost (standard
configuration)... it has the following in it
?xml version='1.0' encoding='utf-8'?
Context displayName=Tomcat Administration Application
docBase=../server/webapps/admin path=/admin privileged=true
  Logger className=org.apache.catalina.logger.FileLogger
prefix=localhost_admin_log. suffix=.txt timestamp=true/
/Context

i think that should do the trick

Didier McGillis escribió:

 I'm on a WinXP machine and the admin/mananger came to me disabled, I
 inherited the system.
 Where would someone have done that, in the server.xml or somewhere
 else.  Using the standalone system.

 _
 MSN® Calendar keeps you organized and takes the effort out of
 scheduling get-togethers.
 http://join.msn.com/?pgmarket=en-
capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_M
SNIS_Taglines
  Start enjoying all the benefits of MSN® Premium right now and get the
 first two months FREE*.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



--
John Villar
Gerente de Proyectos
Computadores Flor Hard Soft 2058 C.A.
www.florhard.com


This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, 
proprietary and/or privileged.  This e-mail is intended only for the 
individual(s) to whom it is addressed, and may not be saved, copied, 
printed, disclosed or used by anyone else.  If you are not the(an) intended 
recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Powerful Parental Controls Let your child discover the best the Internet has 
to offer. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


exception listed over and over again in the logs

2004-08-31 Thread Didier McGillis
StandardWrapperValve[view]: Servlet.service() for servlet view threw 
exception
javax.servlet.ServletException: java.io.IOException: reading encoded JPEG 
Stream
	at com.dynamic.servlet.ImageViewer.sendJpeg(ImageViewer.java:304)
	at com.dynamic.servlet.ImageViewer.doGet(ImageViewer.java:100)
...

StandardWrapperValve[view]: Servlet.service() for servlet view threw 
exception
java.lang.NullPointerException
   at 
org.apache.coyote.tomcat4.CoyoteOutputStream.write(CoyoteOutputStream.java:102)
   at com.dynamic.servlet.ImageViewer.doGet(ImageViewer.java:114)
   at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)

...
- Root Cause -
java.lang.OutOfMemoryError
normally starts with this.
what is it?  anyone know?
_
MSN® Calendar keeps you organized and takes the effort out of scheduling 
get-togethers. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Tomcat 4 vs Tomcat 5

2004-08-26 Thread Didier McGillis
While I dont want a feature breakdown I am looking to see if it would be a 
good idea to movet from Tomcat 4.1-29 to Tomcat 5.  Currently Tomcat is 
being used also as a standalone web server and servlet container, and I 
would like to move the web servering to apache, is Tomcat 5 easier to 
connect to Apache

_
Powerful Parental Controls Let your child discover the best the Internet has 
to offer.  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


access logs

2004-08-26 Thread Didier McGillis
I am having problems locating the access logs for tomcat, the ones that I 
think are defined in server.xml seem to point to a file where there are only 
java exceptioins and error logging, no access logs to determine traffic, 
etc.

_
Take advantage of powerful junk e-mail filters built on patented Microsoft® 
SmartScreen Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


java and tomcat books

2004-08-25 Thread Didier McGillis
looking for some information on Tomcat administration and some Java 
programming books, what would people suggest.

_
MSN® Calendar keeps you organized and takes the effort out of scheduling 
get-togethers. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: java and tomcat books

2004-08-25 Thread Didier McGillis
If the Tomcat version I am on is 4.x will that still help?

From: Allistair Crossley [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: RE: java and tomcat books
Date: Wed, 25 Aug 2004 14:38:43 +0100
Professional Tomcat 5 by Wrox Publishing (www.wrox.com) I got it last night 
and it's really good.

Allistair Crossley
 -Original Message-
 From: Didier McGillis [mailto:[EMAIL PROTECTED]
 Sent: 25 August 2004 14:27
 To: [EMAIL PROTECTED]
 Subject: java and tomcat books


 looking for some information on Tomcat administration and some Java
 programming books, what would people suggest.

 _
 MSN® Calendar keeps you organized and takes the effort out of
 scheduling
 get-togethers.
 http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994;
 DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines
   Start enjoying all the benefits of MSN® Premium right now
 and get the
 first two months FREE*.


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]


FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE
---
QAS Ltd.
Developers of QuickAddress Software
a href=http://www.qas.com;www.qas.com/a
Registered in England: No 2582055
Registered in Australia: No 082 851 474
---
/FONT
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
_
Take advantage of powerful junk e-mail filters built on patented Microsoft® 
SmartScreen Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


ssl certs

2004-08-24 Thread Didier McGillis
I have come to discover that there is a small problem with a web site I have 
recently gone to work for.  Now let me disclaimer this thing.  They dont 
take credit card but they do handle names and addresses and account login.  
So while its not horrible to me it is still unexceptable.

The site is all Java, tomcat is the app and web server, I have never dealt 
with Tomcat as a web server so is it easy to setup tomcat to handle ssl 
certs and https requests.  Any thing I have to watch out for?

thanks
_
Take advantage of powerful junk e-mail filters built on patented Microsoft® 
SmartScreen Technology. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Re: ssl certs

2004-08-24 Thread Didier McGillis
Believe me I was shocked!  I was testing for other issues when I started 
noticing some odd behavior and had to dig deeper and pay attention to where 
the URL was going, thats when I noticed that it never went to https, and 
there were no certs on the server.

I tons of iPlanet, IIS and Apache experience, never really seen Tomcat used 
as a webserver in a production environment.

From: Charles Daniel [EMAIL PROTECTED]
Reply-To: Tomcat Users List [EMAIL PROTECTED]
To: Tomcat Users List [EMAIL PROTECTED]
Subject: Re: ssl certs
Date: Tue, 24 Aug 2004 12:04:42 -0500
While Tomcat can be used as a web server, it is more commonly used as a 
servlet container behind a more robust web server like Apache.  I use the 
Apache + Tomcat combination for my site development.  My SSL is configured 
on Apace.

Consequently, I never installed SSL on Tomcat. However, the server.xml 
setup doesn't look too complicated.  It certainly should not be an obsticle 
to a reputable company that wants to do business on the web.

In a climate of rampant internet fraud, I think the lack of such a facility 
on a so-called reputable site would send up red flags to most of your 
customers.  You will certainly lose business because of this.

- Original Message -
From: Didier McGillis
Sent: Tuesday, August 24, 2004 11:14 AM
To: [EMAIL PROTECTED]
Subject: ssl certs
I have come to discover that there is a small problem with a web site I 
have
recently gone to work for.  Now let me disclaimer this thing.  They dont
take credit card but they do handle names and addresses and account login
So while its not horrible to me it is still unexceptable.

The site is all Java, tomcat is the app and web server, I have never dealt
with Tomcat as a web server so is it easy to setup tomcat to handle ssl
certs and https requests.  Any thing I have to watch out for?
thanks
_
Take advantage of powerful junk e-mail filters built on patented Microsoft®
SmartScreen Technology.
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines
  Start enjoying all the benefits of MSN® Premium right now and get the
first two months FREE*.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED] 
more from the Web.  FREE MSN Explorer download : http://explorer.msn.com
_
Designer Mail isn't just fun to send, it's fun to receive. Use special 
stationery, fonts and colors. 
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


proformace testing/debugging

2004-08-23 Thread Didier McGillis
I have recently taken over a project that was done by a developer who is no 
longer available, who also left no documentation about what he did.  There 
seems to be slowdowns during the day, the site is not a heavy hit site so I 
was looking for some advice on what tools to use for preformance testing and 
what you have seen as far as the good and the bad in that area, as well as 
good techniques for debugging.

thanks
_
Take charge with a pop-up guard built on patented Microsoft® SmartScreen 
Technology  
http://join.msn.com/?pgmarket=en-capage=byoa/premxAPID=1994DI=1034SU=http://hotmail.com/encaHL=Market_MSNIS_Taglines 
 Start enjoying all the benefits of MSN® Premium right now and get the 
first two months FREE*.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


  1   2   >