xmlValidation=false xmlNamespaceAware=false
Any assistance would be appreciated. :)
Pete
--
Peter Cimring
Software Developer
(: +972 52-545-9364
*: [EMAIL PROTECTED]
/Any sufficiently advanced technology is indistinguishable from
magic./ - Arthur C. Clarke
Message - From: Peter [EMAIL PROTECTED]
To: users@tomcat.apache.org
Sent: Friday, August 22, 2008 4:07 PM
Subject: Tomcat does not unpack WAR file (Tomcat 5.5.20)
Hi
When I drop a WAR file into the webapps folder on my dev machine -
running Tomcat 6.0.16 - Tomcat unpacks it on startup
this does not appear to be a (pure) 'Tomcat'
issue, I will take it up with the guys who manage the 'parent' app.
Thanks for the assistance.
Johnny Kewl wrote:
- Original Message - From: Peter [EMAIL PROTECTED]
To: users@tomcat.apache.org
Sent: Friday, August 22, 2008 4:07 PM
Subject
. For example, see:
http://marc.info/?l=tomcat-userm=116107471021645w=2
http://marc.info/?l=tomcat-userm=116302992202121w=2
Is this a known issue / 'bug' with Tomcat 5?
:)
Pete
Johnny Kewl wrote:
- Original Message - From: Peter [EMAIL PROTECTED]
To: users@tomcat.apache.org
Sent: Friday, August
not support cookies.
Have I missed something - or does the (cookies=false) do something
slightly different to what I thought?
Just to re-iterate, I am runningTomcat 5..5.20
Thanks
Pete
Johnny Kewl wrote:
- Original Message - From: Peter [EMAIL PROTECTED]
To: users@tomcat.apache.org
Sent
and it's goes into this state every 2 - 5 hours until
restarted.
Has anyone experience any similar behaviour? Any ideas or suggestions?
Thanks
Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail
:)
It eased migration from Tomcat, using APR on the SSL connector allowed us to
reuse certificates. Could probably rework them to JKS in the future.
- Original Message
From: Rémy Maucherat
On 10/27/07, Peter [EMAIL PROTECTED] wrote:
Has anyone experience any similar behaviour
, and then you will know for sure
Filip
Peter wrote:
Hi
We are having a problem with Tomcat 6 using the NIO (running on linux
with Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_12-b04, mixed
mode) that it consumes all CPU after a few hours in production, prior to
that we ran Tomcat 6 with AJP
).
- Original Message
From: Peter
Thanks Filip, oversight on my part, here we go:
[EMAIL PROTECTED]:/logs/tomcat ps -eL -o pid,%cpu,lwp | grep -i 4046 | grep
-iv 0.0
4046 0.6 4047
4046 0.1 4052
4046 0.1 4053
4046 21.9 4078
4046 18.7 4108
4046 0.1 4109
http-8080-Poller-0
hi all,
I have come into a very wired problem.
here it is.
my project using JBuilder 2006 and tomcat 5.5.20.
when i put a 0 into a list and get 1 as a result.
simple code for testing!
List alist =new ArrayList();
alist.add(0); put 0 into it
alist.get(0); get 1 as result.
it occurs when i
();
if (_jspx_page_context != null)
_jspx_page_context.handlePageException(t);
}
} finally {
if (_jspxFactory != null)
_jspxFactory.releasePageContext(_jspx_page_context);
}
}
}
On 5/21/07, Leon Rosenberg [EMAIL PROTECTED] wrote:
On 5/21/07, Peter [EMAIL PROTECTED] wrote:
hi all,
I have
in the mail before, i put 0 in a list and get 1 as result.
On 5/21/07, Leon Rosenberg [EMAIL PROTECTED] wrote:
On 5/21/07, Peter [EMAIL PROTECTED] wrote:
hi all,
I have come into a very wired problem.
here it is.
my project using JBuilder 2006 and tomcat 5.5.20.
when i put a 0
, either you badly display result, either it's not the same list.
Peter a écrit :
hi all,
I have come into a very wired problem.
here it is.
my project using JBuilder 2006 and tomcat 5.5.20.
when i put a 0 into a list and get 1 as a result.
simple code for testing!
List alist =new ArrayList
hi all
i try to do like
List alist =new ArrayList();
alist.add(0L);
alist.get(0);
and it is fine. donot know why?
On 5/21/07, Peter [EMAIL PROTECTED] wrote:
hi all,
I have come into a very wired problem.
here it is.
my project using JBuilder 2006 and tomcat 5.5.20.
when i put a 0
();
alist.add(0);
out.print(alist.get(0));
Regards
On 5/22/07, Christopher Schultz [EMAIL PROTECTED] wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Felix,
Felix Schumacher wrote:
Am Montag, den 21.05.2007, 13:54 +0800 schrieb Peter:
hi all,
I have come into a very wired problem.
here
hi all;
only get problem when put 0 into the list, put 1 or any number is ok, put
new Integer(0) is ok as well;
i think it may be a bug.
does anyone has a idea?
regards
On 5/21/07, Peter [EMAIL PROTECTED] wrote:
hi all,
I have come into a very wired problem.
here it is.
my project using
are not closed?
thank you for ideas!
peter
thank you for ideas
i current using JBuider2006, what profiler can used in JBuider2006?
thanks
peter
On 6/12/07, Jon Wingfield [EMAIL PROTECTED] wrote:
Chuck answered a similar query recently:
http://marc.info/?l=tomcat-userm=118113828210257w=2
Your servlets are serving long-running
question. I don't know. The last time I used JBuilder was way back
in 2000.
The Borland site suggests an OptimizeIt profiler is present in JBuilder
for the Developer and Enterprise editions:
http://info.borland.com/techpubs/jbuilder/
Jon
Peter wrote:
thank you for ideas
i current using JBuider2006
hi all;
i try to use SIGQUIT but can not see the stack trace.
[EMAIL PROTECTED] root]# ps -ef|grep tomcat
root 26337 1 5 09:45 pts/000:00:11
/usr/java/jre1.5.0_08/bin/java -Xms256m -Xmx512m -
Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -
hi all;
I just found out that in linux
under the /proc generate a fold 26337
does it the place which the information stores?
any idea?
thanks
On 6/13/07, Peter [EMAIL PROTECTED] wrote:
hi all;
i try to use SIGQUIT but can not see the stack trace.
[EMAIL PROTECTED] root]# ps -ef|grep tomcat
i found that.
thanks a lot
On 6/13/07, Jon Wingfield [EMAIL PROTECTED] wrote:
The trace is probably in the catalina.out log file (at least that's
where it goes for us running tc5.0.30)
Peter wrote:
hi all;
I just found out that in linux
under the /proc generate a fold 26337
does
disableUploadTimeout=true
acceptCount=100 scheme=https secure=true
SSLEngine=on
SSLCertificateFile=${catalina.base}/conf/x.crt
SSLCertificateKeyFile=${catalina.base}/conf/x.key
SSLPassword=x /
Any ideas?
Thanks
Peter
STDOUT goes to. The standard tomcat start scripts
(startup.sh or catalina.sh called with the argument start) redirect
STDOUT to logs/catalina.out.
Regards,
Rainer
Peter wrote:
hi all;
i try to use SIGQUIT but can not see the stack trace.
[EMAIL PROTECTED] root]# ps -ef|grep tomcat
root
hi,all
we are using log4j under tomcat. and it appeals so many following erros ;
log4j:ERROR Attempted to append to closed appender named [DEFAULT_LOGFILE].
does anyone has an idea why and how to sovle it.
thanks !
here is our log4j.xml
?xml version=1.0 encoding=UTF-8?
!DOCTYPE
] wrote:
I think the configuration of LOG4J has some problems
param name=File value=../logs/others.log/
System can't find the log file.
On Wed, 20 Jun 2007 12:42:45 +0800
Peter [EMAIL PROTECTED] wrote:
hi,all
we are using log4j under tomcat. and it appeals so many following erros
i will try this
thanks
On 6/20/07, 吴熊敏 [EMAIL PROTECTED] wrote:
param name=Append value=false/
change Append's value 'true' and try again
On Wed, 20 Jun 2007 13:18:01 +0800
Peter [EMAIL PROTECTED] wrote:
thanks
but it also generate log file as well. log file can be write.
i donot
hi
i.e.
The term i.e. means id est in Latin or that is in English. A trick that
I use: If you can replace i.e. with in other words then you are using it
correctly. I.e. is used to specify what your are trying to convey.
see the following actical about the i.e vs e.g
, simple spring mvc, simple spring
security,... (spring 3.0.7)
bunch of very simple examples that end up pulling in many jars.
I will grab a dump tomorrow, thanks for response,
peter
into ram during scanning. In 7.0.25 - I could
start a typical Spring application in 32mb. 7.0.27 requires 512mb?
- Peter
From: Mark Thomas ma...@apache.org
To: Tomcat Users List users@tomcat.apache.org
Sent: Wednesday, April 11, 2012 6:50 AM
Subject: Re: 7.0.25
=== --
/Engine
/Service
/Server
Thanks in advance,
Peter
.
Please help me.
Thanks in advance.
- Peter
On Thu, Dec 26, 2013 at 2:42 PM, Mark Thomas ma...@apache.org wrote:
On 26/12/2013 04:30, Peter wrote:
Hi all, I am having strange issues with tomcat 7 as well as tomcat 8,
following is details of that issue, please someone help me
(ThreadPoolExecutor.java:1145)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
java.lang.Thread.run(Thread.java:744)
Please help me
Peter
On Fri, Dec 27, 2013 at 3:03 AM, André Warnier a...@ice-sa.com wrote:
Peter wrote:
Thanks *Mark,* Martin
On Fri, Dec 27, 2013 at 1:31 PM, Mark Eggers its_toas...@yahoo.com wrote:
On 12/26/2013 11:49 PM, Peter wrote:
Guys see here is that error message , I am attaching log file also please
help
OS - Centos 6.5 64 bit
HTTP Status 500 - Error instantiating servlet class
help me.
Peter
On Fri, Dec 27, 2013 at 2:46 PM, André Warnier a...@ice-sa.com wrote:
Peter wrote:
Guys see here is that error message , I am attaching log file also please
help
And did you see that :
java.lang.RuntimeException: Ask the ERDDAP administrator to look at
the detailed error
???
Please help me..if possible send me sample configuration file as I am
newbie to web programming world.
Thanks in advance
- Peter
On Sat, Dec 28, 2013 at 6:48 PM, Caldarale, Charles R
chuck.caldar...@unisys.com wrote:
From: Peter [mailto:nex@gmail.com]
Subject: tomcat - How to forward request to some webapp while using port
80 without virtual host, without apache
if I enter *http://client1.host.com http://client1
I am happy that you guys sent reply to me, but anyone here can create
configuration file for me for example which I had mentioned in beginning of
post, then I can understand better, its my weakness but true.
-Peter
On Sat, Dec 28, 2013 at 10:25 PM, André Warnier a...@ice-sa.com wrote:
Peter
with name [/Cssp3FactorySample] has started
Just a heads up - if there are any suggestions to enable specific logging, I am
willing to try.
Thanks,
- Peter
- remove said elements from the the
lib folder.
Hope this helps,
Peter
// Check if JARs have been added or removed
WebResource[] jars = resources.listResources(/WEB-INF/lib);
if (jars.length jarModificationTimes.size()) {
log.info(sm.getString
unsubscribe
following the instructions at
http://jira.springframework.org/browse/INT-147 and used
destroy-method=shutdown in the bean config? If not, try that and see what
happens.
- Peter
-
To start a new topic, e-mail: users
the problem reduces to how
someone managed to drop that JSP into 5.5.3 such that it could be invoked once?
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED
path, can you give us some
more details about what you're trying to do? Also, what OS, and what version
of Tomcat?
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL
so
that another of your threads is stuck inside the synchronised block.
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
your own solution.
Conatiner will do better handling of common resource,so we shd not use
'synchronized' keyword.
Yes, where the container is aware of the common resource and knows how to pool
it. No, where it's your own code implementing the common resource.
- Peter
already tying up the Tomcat thread for the duration
of the call.
If you're changing your architecture, you'll definitely need to do this.
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
are refreshed.
Is there a way to clear all the old content from the cache during a
hot redeploy? Or is there any other way to serve the new HTML content
without stopping the server?
I am using Apache Tomcat Version 6.0.18, jdk1.5.0_14, and Windows XP.
Thanks for your help.
Peter Desjardins
when redeploying?
Again, thank you.
Peter Desjardins
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
server and just trying to deploy
and redeploy locally.
Thank you.
Peter Desjardins
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
may want to experiment with the
antiResourceLocking attribute of your webapp's Context element - but watch
out for the caveats mentioned in the doc:
This problem is occurring on two type of Linux server also. I'm just
troubleshooting the problem on my Windows computer.
Thanks!
Peter
running as a service
or under a different user ID to yours, it won't see the mapped drive. Who's it
running as?
Also, if Tomcat's running as a service, it doesn't load a full profile -
notably including the mapped drives. What's it running as?
- Peter
This is not a Tomcat question. Please find a more appropriate list.
- Peter
-Original Message-
From: sam wun [mailto:[EMAIL PROTECTED]
Sent: 26 August 2008 13:03
To: Tomcat Users List
Subject: Can't generate class file from Interface
Hi,
In Eclipse 3.4
the method getParameterNames from class
org.apache.catalina.connector.RequestFacade.
Is this for the first call, or for second and subsequent calls as well? First
calls are often much slower as code is loaded. If it's for second and
subsequent calls, then there's a problem!
- Peter
instance
is running on. You probably want to find which JDK your Tomcat's running on,
and change that to the same one that you're using for compilation.
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
in typical
Java programs, that's a fair bit of extra memory. If you assume that half of a
typical object's state is references to other objects, then (naively) you'll
use 50% more memory.
Now I'll sit back and wait for Chuck to contradict me :-).
- Peter
the second one started (in which
case you should be looking for contention issues)?
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
JVM. But I'm willing to bet that the bottleneck is in one or
more of:
- Your test harness;
- Your web app (do all the threads access a common object?);
- A library you're using that single-threads;
- Your back-end systems, such as your database server.
- Peter
?
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
at
the end on running multiple Tomcats on the same box. Setup can get a little
interesting if you're running on Windows and want both processes to start as
services, but even that's entirely possible to configure.
- Peter
complete!
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
command-line types who have
problems.
- Peter
* I'm a latecomer - mid-1980s
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
and run on the client computer to
get it. I suspect most anti-malware programs would recognise that software as
spyware and stop it running.
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
, you can connect Tomcat to httpd using
AJP. It is more difficult to set up the two servers in this way.
If possible, I would use a newer version of Tomcat than version 3.
- Peter
-
To start a new topic, e-mail
.
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
From: Kusuma Pabba [EMAIL PROTECTED]
what is the difference between running tomcat server and as client
Tomcat is a Web server. There is no concept of running it as a client.
What are you trying to do? We might be able to help more if you tell us!
- Peter
the integration
job to do. The appropriate version of the docs at http://tomcat.apache.org
will, of course, be of benefit :-). I'd go with Tomcat 6 unless you have a
good reason to use an older version.
- Peter
-
To start a new
default page using a browser on whatever
system you identified in step 2.
There may be other ways of working, but most of the embedded Tomcats I've seen
on devices are running on embedded Linux of one variety or another.
- Peter
in-between that I am unaware of ?
It's close, but the problem occurs at an earlier step than you outline :-).
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED
addresses on one adapter. Cheaper, and you don't
run out of card slots so fast :-).
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
in your server.xml, each for one of the
secure domains;
- Configure each Host to use the appropriate certificate from your
keystore(s). This is no harder than configuring one Host for SSL, you just
need to do it three times :-).
- Peter
is negotiated. This
is an information disclosure vulnerability.
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
you re-architect the
application so that all Hibernate access is done in classes that are only
loaded once. However, I'm not a Tomcat expert and there may be ways round the
problem!
- Peter
-
To start a new topic
solution 5
years down the line, once all the old browsers that don't support it have
fallen out of use, but even if the protocol's ready to go now the installed
browser base isn't ready for a site that uses it.
- Peter
/true_b
usinessid_mdm.asp
http://www.positivessl.com/ssl-certificate-products/ssl/multi-
domain-ssl-certificate.html
Assuming the browser support is out there then yes, it should be possible.
- Peter
-
To start
ID vuls from the side of the server admin. Broaden your
thinking - what might a *client* get upset about?
- Peter
* With thanks to User Friendly (http://www.userfriendly.org), over the years,
for warping my mind enough to devise this URL
on a Javascript list?
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
connectionTimeout=2
redirectPort=8443 /
Look at http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html
Executor drop idle threads after one minute.
Peter
Am 07.10.2008 um 10:29 schrieb Mark Thomas:
Rohan Sahgal wrote:
I tried increasing the number of tomcat
? That looks
like it's still trying to read directly from the URL during the request.
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
A to invoke code in B, though they're
all solutions to the problem of A informing B that something has changed.
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED
=true
at your config.
Peter
Am 07.10.2008 um 21:01 schrieb Christopher Schultz:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
Caldarale, Charles R wrote:
From: Christopher Schultz [mailto:[EMAIL PROTECTED]
Subject: Re: Non-secure HTTP connector with secure=true requires
a keystore?
I
HI Mike,
tribes is part of tomcat. Yoo can find the svn repo links at
http://tomcat.apache.org/svn.html
Peter
Am 08.10.2008 um 17:18 schrieb Mike Wannamaker:
Cool,
Is there a repository to just get the tribes jar or just the tribes
source without having to get all of tomcat to get
that in terms
of setup and configuration, the new methods are too
complicated, and the
available documentation is too obscure for most of the Tomcat
users that
are not themselves Java or Tomcat experts.
What would you change?
- Peter
with Andre. I think his 90% estimate is high, but I suspect pure
admins are in the majority. Certainly I think equating tomcat user with
java developer is naïve.
- Peter
-
To start a new topic, e-mail: users
due to load and refusals due to no port being configured to
accept a connection.
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands
.:tomcat. Would I have to
implement a valve? Any pointers would be much appreciated.
Thanks,
Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
to failure. Then you have the fun job of
finding the leak - there are many threads in the Tomcat archive on doing this,
just search for memory leak and follow the threads.
- Peter
-
To start a new topic, e-mail
Which JDK are you using, and do those vulnerabilities apply to that *specific*
JDK?
They are all Java vuls, not Tomcat vuls.
- Peter
-Original Message-
From: Gozde Aytan [mailto:[EMAIL PROTECTED]
Sent: 23 October 2008 12:32
To: users@tomcat.apache.org
Subject
of perm space.
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
it (and sometimes not then), or b) when it runs out of
free memory and needs to allocate something. Low free memory is not
necessarily a problem - the JVM may just be being lazy about garbage collection.
- Peter
* who has forgotten more about Java virtual machines than I will ever learn
breaking in and stealing the
machine with your source code on? ;-)
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
From: Ghanta, Bose [mailto:[EMAIL PROTECTED]
Will Tomcat run with J2SE or does it require J2EE?
The ones I have here run just fine on J2SE.
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
product, and your (correct) information about non-server
products is not relevant to the OP's problem as far as I can see?
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL
instances from your two requests.
If that's not what you want, you may want to investigate putting MultiLogger in
common/lib - see the TC5.5 documentation about the classloader hierarchy.
- Peter
-
To start a new
? It's a pure Java Shibboleth
implementation.
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
(by logging to an email
appender - I know log4j has this feature), other errors can go to a log file.
Some documentation/advice would be a great help!
cheers,
Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
the errors here, we might be able to help. I'd love to suggest possible file
names, but the repackagers may have changed those as well.
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
: Connection refused
[... trace...]
As you can imagine, it's a lot easier to diagnose the problem with all of that
than if we just see the FubarException!
- Peter
-
To start a new topic, e-mail: users
on port 8009. Don't do it now, on the principle of changing
one thing at once!
- Peter
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
.
Thanks
Peter
- Original Message -
From: Charles R Caldarale [EMAIL PROTECTED]
To: Tomcat Users List users@tomcat.apache.org
Sent: Friday, 14 November, 2008 5:32:17 PM GMT +02:00 Athens, Beirut,
Bucharest, Istanbul
Subject: RE: Logging Tomcat errors
From: Peter Stavrinides [mailto
1 - 100 of 1778 matches
Mail list logo