Re: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-04-01 Thread Eric Laflamme
Hi all,

Any ideas from the log I sent..

Thank you
-- 
Eric Laflamme [iWeb]
IT Architecture Specialist
Spécialiste de l'Architecture TI
http://www.iWeb.com/




Le 2010-03-31 à 11:04, Caldarale, Charles R a écrit :

 From: Eric Laflamme [mailto:elafla...@iweb.com]
 Subject: Re: AW: AW: Virtualization (Xen, vmware) + Tomcat
 
 Ok Again, change the extension to .zip
 
 The .zip got to the list on your first attempt.  The attachment stripped 
 message came from the overly protective e-mail server of one of the 
 subscribers to the list, not the list itself.
 
 - Chuck
 
 
 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
 MATERIAL and is thus for use only by the intended recipient. If you received 
 this in error, please contact the sender and delete the e-mail and its 
 attachments from all computers.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org
 


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-04-01 Thread Caldarale, Charles R
 From: Eric Laflamme [mailto:elafla...@iweb.com]
 Subject: Re: AW: AW: Virtualization (Xen, vmware) + Tomcat
 
 Any ideas from the log I sent..

Haven't had time to look at it in detail, but these issues are pretty obvious:

java.sql.SQLException: Access denied for user 'atventdemo'@'localhost'

Mar 31, 2010 9:55:00 AM org.apache.jasper.EmbeddedServletOptions init
SEVERE: The scratchDir you specified: 
/usr/local/jakarta/apache-tomcat-5.5.28/work/Catalina/share.orongo.com/vivirenchile.info
 is unusable.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Eric Laflamme
Hi Steffen,

uname -a

Dom0: Linux pbn041.privatedns.com 2.6.18.8-xen #1 SMP Thu Oct 1 14:00:22 EDT 
2009 x86_64 x86_64 x86_64 GNU/Linux
DomU: Linux s041.panelboxmanager.com 2.6.18-164.el5xen #1 SMP Thu Sep 3 
04:03:03 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux

Config for DomU

--
name = vm-s041
memory = 15360
maxmem = 30720
vcpus = 8

bootloader=/usr/bin/pygrub
root = /dev/sda1
extra = fastboot independent_wallclock=1

pae=0
acpi=0
apic=0

on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'destroy'

#disk = [ 'tap:aio:/dev/drbdX,sda,w' ]
disk = [ 'drbd:drbd1,sda,w' ]

vif = [ 'bridge=xenbr0', 'bridge=xenbr1' ]

sdl=0
vnc=0
vncunused=1
stdvga=0
ne2000=0
-

ps aux | grep java

root 13234  0.1  2.5 4484708 412636 pts/0  Sl   Mar30   1:12 
/usr/local/jdk/bin/java 
-Djava.util.logging.config.file=/usr/local/jakarta/tomcat/conf/logging.properties
 -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager 
-Djava.endorsed.dirs=/usr/local/jakarta/tomcat/common/endorsed -classpath 
/usr/local/jakarta/tomcat/bin/bootstrap.jar 
-Dcatalina.base=/usr/local/jakarta/tomcat 
-Dcatalina.home=/usr/local/jakarta/tomcat 
-Djava.io.tmpdir=/usr/local/jakarta/tomcat/temp 
org.apache.catalina.startup.Bootstrap start
root 24865  2.2  0.0  10132   360 ?Rs   Mar30  13:28 jsvc.exec 
-user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed 
-outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose -Xmx1024M 
-Xms512M org.apache.catalina.startup.Bootstrap -security

**

free
 total   used   free sharedbuffers cached
Mem:  16327680   16163808 163872  0 755128   12192708
-/+ buffers/cache:3215972   13111708
Swap:  1951888   59001945988

**

xm list

NameID   Mem VCPUs  State   Time(s)
Domain-0 0   510 8 r- 658995.4
vm-s041  6 15945 8 r- 9433881.3

**
xm info

host   : pbn041.privatedns.com
release: 2.6.18.8-xen
version: #1 SMP Thu Oct 1 14:00:22 EDT 2009
machine: x86_64
nr_cpus: 8
nr_nodes   : 1
cores_per_socket   : 4
threads_per_core   : 1
cpu_mhz: 2500
hw_caps: 
bfebfbff:20100800::0140:040ce3bd::0001:
virt_caps  : hvm
total_memory   : 32766
free_memory: 15945
node_to_cpu: node0:0-7
node_to_memory : node0:15945
xen_major  : 3
xen_minor  : 4
xen_extra  : .1
xen_caps   : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 
hvm-3.0-x86_32p hvm-3.0-x86_64 
xen_scheduler  : credit
xen_pagesize   : 4096
platform_params: virt_start=0x8000
xen_changeset  : unavailable
cc_compiler: gcc version 4.1.2 20080704 (Red Hat 4.1.2-44)
cc_compile_by  : root
cc_compile_domain  : (none)
cc_compile_date: Thu Oct  1 14:05:08 EDT 2009
xend_config_format : 4

**


Hope you will find something with all this information :)

-- 
Eric Laflamme [iWeb]
IT Architecture Specialist
Spécialiste de l'Architecture TI
http://www.iWeb.com/




Le 2010-03-30 à 18:13, Steffen Heil a écrit :

 And maybe `xm info` in the dom0.
 
 
 -Ursprüngliche Nachricht-
 Von: Steffen Heil [mailto:li...@steffen-heil.de] 
 Gesendet: Mittwoch, 31. März 2010 00:12
 An: 'Tomcat Users List'
 Betreff: AW: Virtualization (Xen, vmware) + Tomcat
 
 Hi
 
 Can you post:
 - `uname -a` inside both your dom0 as well as your domU
 - the config file for your domU
 - `ps aux | grep java` inside your domU
 - `free` inside your domU
 - `xm list` inside your dom0
 
 Maybe there will be hints to help you.
 
 I am running lots of tomcats in domUs (actually all non-development
 installations are virtualized), and I never had a problem related to xen.
 
 Regards,
   Steffen
 
 
 
 -Ursprüngliche Nachricht-
 Von: Eric Laflamme [mailto:elafla...@iweb.com] 
 Gesendet: Dienstag, 30. März 2010 19:16
 An: Tomcat Users List
 Betreff: Re: Virtualization (Xen, vmware) + Tomcat
 
 Hi Peter,
 
 Here is the information about the server:
 
 We have a Xen Host with CentOS release 5.4 (Final)
   In that host, we have a vm with CentOS release 5.4 (Final)
   We install a cPanel 11.25
   The version of tomcat is 5.5.28
 
 The tomcat we use is the one package with cPanel. We already communicate
 with their support. A lot of time.. But they are, like us, clueless on how
 to solve this problem. So I came here as another step to try to resolve this
 issue.
 
 I don't know if the problem is Tomcat itself or Tomcat only have a symptom
 of another problem. But as we only have this problem and log of the problem
 by now, we start

AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Steffen Heil
Hi

Looks fine, no direct pointers...
Only one strange thing:

root 13234  0.1  2.5 4484708 412636 pts/0  Sl   Mar30   1:12
/usr/local/jdk/bin/java
-Djava.util.logging.config.file=/usr/local/jakarta/tomcat/conf/logging.prope
rties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
-Djava.endorsed.dirs=/usr/local/jakarta/tomcat/common/endorsed -classpath
/usr/local/jakarta/tomcat/bin/bootstrap.jar
-Dcatalina.base=/usr/local/jakarta/tomcat
-Dcatalina.home=/usr/local/jakarta/tomcat
-Djava.io.tmpdir=/usr/local/jakarta/tomcat/temp
org.apache.catalina.startup.Bootstrap start
root 24865  2.2  0.0  10132   360 ?Rs   Mar30  13:28 jsvc.exec
-user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed
-outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose
-Xmx1024M -Xms512M org.apache.catalina.startup.Bootstrap -security

Are these lines complete? Especially the last one?

The first one has all the arguments needed by tomcat, but has no heap size
arguments for the VM.
The second line has the heap sizes, but no tomcat arguments.

Also try the following:
1. stop all java processes and anything trying to start tomcat for you
2. cd /usr/local/jakarta/tomcat/bin
3. su tomcat
4. ./catalina.sh run

What happens?

Regards,
  Steffen



smime.p7s
Description: S/MIME cryptographic signature


Re: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Eric Laflamme
Hi,


 Hi
 
 Looks fine, no direct pointers...
 Only one strange thing:
 
 root 13234  0.1  2.5 4484708 412636 pts/0  Sl   Mar30   1:12
 /usr/local/jdk/bin/java
 -Djava.util.logging.config.file=/usr/local/jakarta/tomcat/conf/logging.prope
 rties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
 -Djava.endorsed.dirs=/usr/local/jakarta/tomcat/common/endorsed -classpath
 /usr/local/jakarta/tomcat/bin/bootstrap.jar
 -Dcatalina.base=/usr/local/jakarta/tomcat
 -Dcatalina.home=/usr/local/jakarta/tomcat
 -Djava.io.tmpdir=/usr/local/jakarta/tomcat/temp
 org.apache.catalina.startup.Bootstrap start
 root 24865  2.2  0.0  10132   360 ?Rs   Mar30  13:28 jsvc.exec
 -user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed
 -outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose
 -Xmx1024M -Xms512M org.apache.catalina.startup.Bootstrap -security
 
 Are these lines complete? Especially the last one?
 
 The first one has all the arguments needed by tomcat, but has no heap size
 arguments for the VM.
 The second line has the heap sizes, but no tomcat arguments.

Yes, those are the complete lines I have in ps aux.

Not sure what argument is missing in that case..

 
 Also try the following:
 1. stop all java processes and anything trying to start tomcat for you
 2. cd /usr/local/jakarta/tomcat/bin
 3. su tomcat
 4. ./catalina.sh run
 
 What happens?

A lot of thing happen.. I put the log in attachment but I'm not sure attachment 
work in mailing list lol

 
 Regards,
  Steffen
 



-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

RE: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Caldarale, Charles R
 From: Eric Laflamme [mailto:elafla...@iweb.com]
 Subject: Re: AW: AW: Virtualization (Xen, vmware) + Tomcat
 
  root 24865  2.2  0.0  10132   360 ?Rs   Mar30  13:28
  jsvc.exec -user tomcat -cp ./bootstrap.jar
  -Djava.endorsed.dirs=../common/endorsed
  -outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose
  -Xmx1024M -Xms512M org.apache.catalina.startup.Bootstrap -security
 
 Not sure what argument is missing in that case..

Looks like the -X* and -security options are not being passed through to the 
JVM process.

 A lot of thing happen.. I put the log in attachment but I'm not sure
 attachment work in mailing list lol

It didn't make it through.  Using a .zip file usually does, or you can post it 
somewhere on the web.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Eric Laflamme
This email contained a .zip file attachment. Raytheon does not allow email 
attachments that are considered likely to contain malicious code. For your 
protection this attachment has been removed.

If this email is from an unknown source, please simply delete this email.

If this email was expected, and it is from a known sender, you may follow the 
below suggested instructions to obtain these types of attachments.

+ Instruct the sender to enclose the file(s) in a .zip compressed file, and 
rename the .zip compressed file with a different extension, such as, 
.rtnzip.  Password protecting the renamed .zip compressed file adds an 
additional layer of protection. When you receive the file, please rename it 
with the extension .zip.

Additional instructions and options on how to receive these attachments can be 
found at:

http://security.it.ray.com/antivirus/extensions.html
http://security.it.ray.com/news/2007/zipfiles.html

Should you have any questions or difficulty with these instructions, please 
contact the Help Desk at 877.844.4712

---

Hi,


 From: Eric Laflamme [mailto:elafla...@iweb.com]
 Subject: Re: AW: AW: Virtualization (Xen, vmware) + Tomcat
 
 root 24865  2.2  0.0  10132   360 ?Rs   Mar30  13:28
 jsvc.exec -user tomcat -cp ./bootstrap.jar
 -Djava.endorsed.dirs=../common/endorsed
 -outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose
 -Xmx1024M -Xms512M org.apache.catalina.startup.Bootstrap -security
 
 Not sure what argument is missing in that case..
 
 Looks like the -X* and -security options are not being passed through to the 
 JVM process.

Nos that I restart tomcat after killing every java stuff.. I ended up with only 
this two line:

root  1123  0.0  0.0  10132   352 ?Ss   09:59   0:00 jsvc.exec 
-user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed 
-outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose -Xmx1024M 
-Xms1024M org.apache.catalina.startup.Bootstrap -security
tomcat1124  0.7  2.6 1374944 431912 ?  Sl   09:59   0:16 jsvc.exec 
-user tomcat -cp ./bootstrap.jar -Djava.endorsed.dirs=../common/endorsed 
-outfile ../logs/catalina.out -errfile ../logs/catalina.err -verbose -Xmx1024M 
-Xms1024M org.apache.catalina.startup.Bootstrap -security


 
 A lot of thing happen.. I put the log in attachment but I'm not sure
 attachment work in mailing list lol
 
 It didn't make it through.  Using a .zip file usually does, or you can post 
 it somewhere on the web.

Ok I'm retrying with .zip file.

 
 - Chuck
 
 
 THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
 MATERIAL and is thus for use only by the intended recipient. If you received 
 this in error, please contact the sender and delete the e-mail and its 
 attachments from all computers.
 
 
 -
 To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
 For additional commands, e-mail: users-h...@tomcat.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Eric Laflamme
This email contained a .zip file attachment. Raytheon does not allow email 
attachments that are considered likely to contain malicious code. For your 
protection this attachment has been removed.

If this email is from an unknown source, please simply delete this email.

If this email was expected, and it is from a known sender, you may follow the 
below suggested instructions to obtain these types of attachments.

+ Instruct the sender to enclose the file(s) in a .zip compressed file, and 
rename the .zip compressed file with a different extension, such as, 
.rtnzip.  Password protecting the renamed .zip compressed file adds an 
additional layer of protection. When you receive the file, please rename it 
with the extension .zip.

Additional instructions and options on how to receive these attachments can be 
found at:

http://security.it.ray.com/antivirus/extensions.html
http://security.it.ray.com/news/2007/zipfiles.html

Should you have any questions or difficulty with these instructions, please 
contact the Help Desk at 877.844.4712

---

Ok Again, change the extension to .zip

Thank you.

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



RE: AW: AW: Virtualization (Xen, vmware) + Tomcat

2010-03-31 Thread Caldarale, Charles R
 From: Eric Laflamme [mailto:elafla...@iweb.com]
 Subject: Re: AW: AW: Virtualization (Xen, vmware) + Tomcat
 
 Ok Again, change the extension to .zip

The .zip got to the list on your first attempt.  The attachment stripped 
message came from the overly protective e-mail server of one of the subscribers 
to the list, not the list itself.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



AW: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Steffen Heil
Hi

Can you post:
- `uname -a` inside both your dom0 as well as your domU
- the config file for your domU
- `ps aux | grep java` inside your domU
- `free` inside your domU
- `xm list` inside your dom0

Maybe there will be hints to help you.

I am running lots of tomcats in domUs (actually all non-development
installations are virtualized), and I never had a problem related to xen.

Regards,
   Steffen



-Ursprüngliche Nachricht-
Von: Eric Laflamme [mailto:elafla...@iweb.com] 
Gesendet: Dienstag, 30. März 2010 19:16
An: Tomcat Users List
Betreff: Re: Virtualization (Xen, vmware) + Tomcat

Hi Peter,

Here is the information about the server:

We have a Xen Host with CentOS release 5.4 (Final)
In that host, we have a vm with CentOS release 5.4 (Final)
We install a cPanel 11.25
The version of tomcat is 5.5.28

The tomcat we use is the one package with cPanel. We already communicate
with their support. A lot of time.. But they are, like us, clueless on how
to solve this problem. So I came here as another step to try to resolve this
issue.

I don't know if the problem is Tomcat itself or Tomcat only have a symptom
of another problem. But as we only have this problem and log of the problem
by now, we start with tomcat to maybe found what is the real problem.

-- 
Eric Laflamme [iWeb]
IT Architecture Specialist
Spécialiste de l'Architecture TI
http://www.iWeb.com/




Le 2010-03-30 à 12:01, Peter Crowther a écrit :

 On 30 March 2010 16:45, Caldarale, Charles R
chuck.caldar...@unisys.comwrote:
 
 From: peter.crowth...@googlemail.com
 [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther
 Subject: Re: Virtualization (Xen, vmware) + Tomcat
 
 Error occurred during initialization of VM
 Could not reserve enough space for object heap
 
 OK, so that's the Java virtual machine running Tomcat not
 being able to extend its heap.
 
 Actually, that's the JVM trying to allocate the *initial* space for the
 heap, not extend it.  There hasn't been any attempt to load and run
Tomcat
 yet.
 
 
 My mistake.  In that case, if Eric's seeing lots of those in the log
files,
 it implies that the JVM intended to host Tomcat is repeatedly failing to
 start and some other process is repeatedly trying to start Tomcat.
 
 Eric, could you tell us more about your statement that Tomcat is running
 inside the VM and is, by the way, a cPanel?
 - What operating system?
 - What version of Tomcat?
 - Did you download the Tomcat directly from http://tomcat.apache.org, or
was
 it packaged with some third-party software?
 
 In particular, if it's a version of Tomcat that was packaged with cPanel,
 you may well be better asking them about the issue.
 
 - Peter


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


smime.p7s
Description: S/MIME cryptographic signature


AW: Virtualization (Xen, vmware) + Tomcat

2010-03-30 Thread Steffen Heil
And maybe `xm info` in the dom0.


-Ursprüngliche Nachricht-
Von: Steffen Heil [mailto:li...@steffen-heil.de] 
Gesendet: Mittwoch, 31. März 2010 00:12
An: 'Tomcat Users List'
Betreff: AW: Virtualization (Xen, vmware) + Tomcat

Hi

Can you post:
- `uname -a` inside both your dom0 as well as your domU
- the config file for your domU
- `ps aux | grep java` inside your domU
- `free` inside your domU
- `xm list` inside your dom0

Maybe there will be hints to help you.

I am running lots of tomcats in domUs (actually all non-development
installations are virtualized), and I never had a problem related to xen.

Regards,
   Steffen



-Ursprüngliche Nachricht-
Von: Eric Laflamme [mailto:elafla...@iweb.com] 
Gesendet: Dienstag, 30. März 2010 19:16
An: Tomcat Users List
Betreff: Re: Virtualization (Xen, vmware) + Tomcat

Hi Peter,

Here is the information about the server:

We have a Xen Host with CentOS release 5.4 (Final)
In that host, we have a vm with CentOS release 5.4 (Final)
We install a cPanel 11.25
The version of tomcat is 5.5.28

The tomcat we use is the one package with cPanel. We already communicate
with their support. A lot of time.. But they are, like us, clueless on how
to solve this problem. So I came here as another step to try to resolve this
issue.

I don't know if the problem is Tomcat itself or Tomcat only have a symptom
of another problem. But as we only have this problem and log of the problem
by now, we start with tomcat to maybe found what is the real problem.

-- 
Eric Laflamme [iWeb]
IT Architecture Specialist
Spécialiste de l'Architecture TI
http://www.iWeb.com/




Le 2010-03-30 à 12:01, Peter Crowther a écrit :

 On 30 March 2010 16:45, Caldarale, Charles R
chuck.caldar...@unisys.comwrote:
 
 From: peter.crowth...@googlemail.com
 [mailto:peter.crowth...@googlemail.com] On Behalf Of Peter Crowther
 Subject: Re: Virtualization (Xen, vmware) + Tomcat
 
 Error occurred during initialization of VM
 Could not reserve enough space for object heap
 
 OK, so that's the Java virtual machine running Tomcat not
 being able to extend its heap.
 
 Actually, that's the JVM trying to allocate the *initial* space for the
 heap, not extend it.  There hasn't been any attempt to load and run
Tomcat
 yet.
 
 
 My mistake.  In that case, if Eric's seeing lots of those in the log
files,
 it implies that the JVM intended to host Tomcat is repeatedly failing to
 start and some other process is repeatedly trying to start Tomcat.
 
 Eric, could you tell us more about your statement that Tomcat is running
 inside the VM and is, by the way, a cPanel?
 - What operating system?
 - What version of Tomcat?
 - Did you download the Tomcat directly from http://tomcat.apache.org, or
was
 it packaged with some third-party software?
 
 In particular, if it's a version of Tomcat that was packaged with cPanel,
 you may well be better asking them about the issue.
 
 - Peter


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


smime.p7s
Description: S/MIME cryptographic signature