RE: HELP Tomcat CGI

2005-04-12 Thread zhicheng wang
hi,

first you need to test if the script will be happy to
execute: leave it where you want it to be called from
the browser and in shell to type
/path/to/script/test.pl

if it execute, then you know it is your tomcat config
problem. you may need to restart tomcat after change
the .xml file(?)

there is security concern about using cgi, does not
matter with tomcat or apache. but as you know tomcat
can run perl.

good luck

cheng

--- Raghupathy,Gurumoorthy
[EMAIL PROTECTED] wrote:
 Why don't you run perl in apache and integrate it
 with tomcat ?
 Tomcat should not be used with CGI ( security issues
 ) 
 
 Guru
 
 -Original Message-
 From: Scholtyssek Siegfried
 [mailto:[EMAIL PROTECTED] 
 Sent: 11 April 2005 09:29
 To: tomcat-user@jakarta.apache.org
 Subject: HELP Tomcat CGI
 Importance: High
 
 
  Hello,
  
  I use the Apache Tomcat.5.0.16 on the SUNOS 5.8  
 UNIX
  
  With Tomcat we want execute cgi-scripts. So I
 modified all in web.xml
  and removed the file servlets-cgi.renametojar to
 servlets-cgi.jar
  If I start with Netscape the follow URL:
  http://localhost:8080/cgi-bin/test.pl   so I get
 the follow ERROR:
  
  Can't open perl Script ./test.pl No such
 file or direktory
  Use -S to search $PATH for it.   
  
  If I delete and make a follow link:
  
  rm /usr/bin/perl
  
  ln -s /usr/bin/ksh  /usr/bin/perlthen it is
 running.
  
  Whats wrong ??? What I have to do, that it is
 running with ln -s
  /usr/local/bin/perl  /usr/bin/perl 
  
  In the first line of the test.pl I have still
 #!/usr/local/bin/perl
  and I made chmod a+x test.pl and with command from
 xterm I can execute
  it with the full path from the errormessage Can't
 open perl Script
  .  !
  
  Please help me because I will be else crazy
 :-)
  
  Thanks and regards
  
  Siggi
  
  
 

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

Best wishes
Z C Wang

Send instant messages to your online friends http://uk.messenger.yahoo.com 

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



Re: How can I deploy 2 tomcat and work on both of them at the same ti me?

2004-09-29 Thread zhicheng wang
you should not have problem to run two or more if they
do not use the port. for your test one, you may not
want to use port 80.

cheng

 --- Bachler, Elisabeth (Elisabeth)
[EMAIL PROTECTED] wrote: 
 Hello,
 
 I have tomcat jakarta-tomcat-5.0.19 installed on my
 machine under /opt 
 Now, I have installed another tomcat (same version)
 under another root
 directory.
 I need to have two versions working at the same
 time. Under one, I will have
 a client web version and under the other one, my
 test version. Both can be
 working at the same time but I can't manage to make
 it running. 
 Could you help me ?
 
 Thanks
 Elisabeth
 

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

=
Best wishes
Z C Wang





___ALL-NEW Yahoo! Messenger - 
all new features - even more fun!  http://uk.messenger.yahoo.com

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



Re: custom error page for 403

2004-09-03 Thread zhicheng wang
thanks

the config part in web.xml:
error-page
error-code404/error-code
location/errorPage.html/location
/error-page

error-page
error-code403/error-code
location/errorPage.html/location
/error-page

for 404, my errorpage.html is dispalyed
for 403, the following page is displayed.

thanks
cheng
=returned page-what is dispaled in the browser==
HTTP Status 403 - Access to the requested resource has
been denied



type Status report

message Access to the requested resource has been
denied

description Access to the specified resource (Access
to the requested resource has been denied) has been
forbidden.




Apache Tomcat/5.0.19


 --- QM [EMAIL PROTECTED] wrote: 
 On Thu, Sep 02, 2004 at 10:39:28AM +0100, zhicheng
 wang wrote:
 : can any one tell me how to config tomcat 5.0.25 to
 use
 : custom error 403 page? I can config it for 404,
 but
 : 403 apparently does not work, even though some
 : articles say that the configs are the same.
 
 apparently does not work is hardly enough detail.
 The process should be the same for all error pages.
 
 Post your web.xml and perhaps the page itself, and
 someone here may have
 some answers.
 
 -QM
 
 -- 
 
 software  -- http://www.brandxdev.net
 tech news -- http://www.RoarNetworX.com
 
  

=
Best wishes
Z C Wang





___ALL-NEW Yahoo! Messenger - 
all new features - even more fun!  http://uk.messenger.yahoo.com

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



custom error page for 403

2004-09-02 Thread zhicheng wang
hi,
can any one tell me how to config tomcat 5.0.25 to use
custom error 403 page? I can config it for 404, but
403 apparently does not work, even though some
articles say that the configs are the same.

thanks
cheng

=
Best wishes
Z C Wang





___ALL-NEW Yahoo! Messenger - 
all new features - even more fun!  http://uk.messenger.yahoo.com

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



how to set up Valve for a directory

2004-08-20 Thread zhicheng wang
Dear all

i need to protect a subdirectory and a serlet by
resticting the requesting IP. I can use Valve to
control the whole site, a context. but do not know how
to do this  to a subdirectory and a servlet.

any help is highly appreciated.

thanks
cheng

=
Best wishes
Z C Wang





___ALL-NEW Yahoo! Messenger - 
all new features - even more fun!  http://uk.messenger.yahoo.com

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



Re: tomcat 5.0.25 and windows 2003

2004-06-24 Thread zhicheng wang
thanks


--- Joao Medeiros [EMAIL PROTECTED] wrote: 
I'm running Tomcat 5.0.25 on 2003 with Apache and
 JK2 and it works fine
 --JM
 
 zhicheng wang wrote:
 
 dear all
 
 does any one know if tomcat 5.0.25 runs on windows
 server 2003 smoothly? also if IIS also running (on
 different port), will they live in the same server
 well?
 
 thanks
 cheng
 
 =
 Best wishes
 Z C Wang
 
 
  
  
  

___ALL-NEW
 Yahoo! Messenger - so many all-new ways to
 express yourself http://uk.messenger.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]
 
  

=
Best wishes
Z C Wang





___ALL-NEW Yahoo! Messenger - 
so many all-new ways to express yourself http://uk.messenger.yahoo.com

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



tomcat 5.0.25 and windows 2003

2004-06-23 Thread zhicheng wang
dear all

does any one know if tomcat 5.0.25 runs on windows
server 2003 smoothly? also if IIS also running (on
different port), will they live in the same server
well?

thanks
cheng

=
Best wishes
Z C Wang





___ALL-NEW Yahoo! Messenger - 
so many all-new ways to express yourself http://uk.messenger.yahoo.com

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



error 403 redirect

2004-06-18 Thread zhicheng wang
hi, can any one tell me why i cannot redirect http 403
to my nown page? It works fine for code 404. but not
403 (i used valve to restrict certain ips) I am using
tomcat 5.0.19 on redhat as3

 
error-page
error-code403/error-code
locationerror403.html/location
/error-page

thanks

cheng



=
Best wishes
Z C Wang





___ALL-NEW Yahoo! Messenger - 
so many all-new ways to express yourself http://uk.messenger.yahoo.com

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



Exception starting filter BalancerFilter

2004-05-26 Thread zhicheng wang
dear all

i have the following error in the log of tomcat, but
the website seems working fine. 

how to fix it please?

2004-05-26 09:28:08
StandardContext[/balancer]Exception starting filter
BalancerFilter
java.lang.NoClassDefFoundError:
org/apache/commons/digester/Digester






=
Best wishes
Z C Wang






Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

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



RE: Exception starting filter BalancerFilter

2004-05-26 Thread zhicheng wang
great, it works, thanks

 --- Shapira, Yoav [EMAIL PROTECTED] wrote:  
 Hi,
 You have a different version of Digester in your
 runtime classpath than
 was found at compile-time, most likely.  Check your
 classpath for
 multiple copies of the Digester jar and keep only
 one.  1.6 (the latest
 stable one) is the one you should use.
 
 Yoav Shapira
 Millennium Research Informatics
 
 
 -Original Message-
 From: zhicheng wang [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, May 26, 2004 4:45 AM
 To: [EMAIL PROTECTED]
 Subject: Exception starting filter BalancerFilter
 
 dear all
 
 i have the following error in the log of tomcat,
 but
 the website seems working fine.
 
 how to fix it please?
 
 2004-05-26 09:28:08
 StandardContext[/balancer]Exception starting filter
 BalancerFilter
 java.lang.NoClassDefFoundError:
 org/apache/commons/digester/Digester
 
 
 
 
 
 
 =
 Best wishes
 Z C Wang
 
 
 
 
 


 Yahoo! Messenger - Communicate instantly...Ping
 your friends today! Download Messenger Now
 http://uk.messenger.yahoo.com/download/index.html
 

-
 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]
  

=
Best wishes
Z C Wang






Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

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



why my servlet does not work?

2004-05-26 Thread zhicheng wang
Dear all, please help to see any thing wrong on my
setup?

servlet: 
a.b.c.ServletA.calss 

has been placed under:
WEB-INF/classes/a/b/c/

in WEB-INF/web.xml,  

web-app
 

  servlet
servlet-namedjs/servlet-name
servlet-classa.b.c.ServletA/servlet-class

init-param
param-nameconfigfile/param-name
   
param-value/WEB-INF/jobs.properties/param-value
/init-param
/servlet

  servlet-mapping
servlet-namedjs/servlet-name
url-pattern/djs*/url-pattern
  /servlet-mapping



/web-app

anything else do i need?

i am not sure where the /WEB-INF/jobs.properties
refers to? docbase or the /

it is a linux sys
tomcat 5.0.19

thanks


=
Best wishes
Z C Wang






Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

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



RE: tomcat 5 and cgi-bin

2004-04-24 Thread zhicheng wang
thanks Mark

suppose that i can use more than one app? such as 

init-param
  param-nameexecutable/param-name
  param-valueXXXapp/param-value
/init-param

init-param
  param-nameexecutable/param-name
  param-valueYYYapp/param-value
init-param

?

cheng




 --- Mark Thomas [EMAIL PROTECTED] wrote:  Prior to
5.0.17, the cgi executable was hardcoded to
 perl. From 5.0.17 onwards
 this is configurable. For example, if you wanted to
 use XXXapp as the perl
 executable, edit conf/web.xml to look something
 this:
 
 servlet
 servlet-namecgi/servlet-name


servlet-classorg.apache.catalina.servlets.CGIServlet/servlet-class
 init-param
  
 param-nameclientInputTimeout/param-name
   param-value100/param-value
 /init-param
 init-param
   param-namedebug/param-name
   param-value6/param-value
 /init-param
 init-param
   param-namecgiPathPrefix/param-name
   param-valueWEB-INF/cgi/param-value
 /init-param
 init-param
   param-nameexecutable/param-name
   param-valueXXXapp/param-value
 /init-param
 load-on-startup5/load-on-startup
 /servlet
 
 servlet-mapping
 servlet-namecgi/servlet-name
 url-pattern/cgi-bin/*/url-pattern
 /servlet-mapping
 
 Alternatively you can put this in the web.xml for
 you web app. Note that XXXapp
 must be on your path.
 
 Mark
 
  From: zhicheng wang [mailto:[EMAIL PROTECTED] 
 
  i am trying to upgrade our server to t5, but the
  cgi-bin now only allows perl programs to be
 executed
  (by default). for compiled c or c++ etc, how do i
  modify the web.xml?
 
  

=
Best wishes
Z C Wang






Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

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



tomcat 5 and cgi-bin

2004-04-23 Thread zhicheng wang
dear all

i am trying to upgrade our server to t5, but the
cgi-bin now only allows perl programs to be executed
(by default). for compiled c or c++ etc, how do i
modify the web.xml?

many thanks
cheng

=
Best wishes
Z C Wang






Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

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



tomcat 5.0.19

2004-04-14 Thread zhicheng wang
Dear experts

We are using tomcat4.1.27 for our web server. We
recently have revamped our site and I am considering
upgrading to tomcat5.0.19. But I have been following
the user group messages and it seems that 5.0.19 has
memory leaking problem. Can any one tell me how
serious this is and under what conditions it happens.
Our site is quite critical; it provides services for
many large orgs over the world. It is a dynamic site
and in db driven.

Thanks

Regards
cheng


=
Best wishes
Z C Wang






Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

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



Re: tomcat sends every email 3 times

2004-03-31 Thread zhicheng wang
Hi
you are right. i configured web.xml to call a servelet
or a perl cgi script to send email whenever 404 is
encountered.

the problem is that i always get three emails for one
error

any idea?

 
 --- Chong Yu Meng [EMAIL PROTECTED] wrote: 
Hi Cheng,
 
 How are you testing this? Do you have a servlet that
 sends emails 
 whenever you get a 404 ? Or when you get a 404,
 Tomcat directs the 
 request to a JSP or servlet that sends an email ?
 I'm pretty sure Tomcat 
 does not have a built-in facility that sends email.
 
 Regards.
 
 
 zhicheng wang wrote:
 
 Hi
 if i config tomcat (both 4 AND 5) to send email for
 error code 404, it always send THREE emails. this
 is
 true regardless if i use a servlet of perl cgi
 
 any ideas? please let me know
 
 if i call the servlet or cgi directly, things are
 fine.
 
 thanks
 cheng
 
 =
 Best wishes
 Z C Wang
 
 
   
 
 
 -- 
 There is nothing so absurd but some philosopher has
 said it. 
   -- Marcus Tullius Cicero

++
 | Pascal Chong  
 |
 | email: [EMAIL PROTECTED] 
 |
 |   
 |
 | Please visit my site at : http://cymulacrum.net   
 |
 | If you're using my documentation, please read the
 Terms and|
 | and Conditions at http://cymulacrum.net/terms.html
 |

++
 
 
 

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

=
Best wishes
Z C Wang





___
WIN FREE WORLDWIDE FLIGHTS - nominate a cafe in the Yahoo! Mail Internet Cafe Awards  
www.yahoo.co.uk/internetcafes 

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



tomcat 5 send emails

2004-03-30 Thread zhicheng wang
dear all

i am trying to upgrade form tomcat4 to 5. but the send
mail does not work.

can any one please let me know how to config tomcat5
to be able to send emails. i have my own code such as
SendMailServlet, the problem lies in the resources for
javax.mail.Session, the way this is configured in
tomcat4 does not work for t5

regards

cheng




=
Best wishes
Z C Wang





___
WIN FREE WORLDWIDE FLIGHTS - nominate a cafe in the Yahoo! Mail Internet Cafe Awards  
www.yahoo.co.uk/internetcafes 

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



Re: tomcat 5 send emails

2004-03-30 Thread zhicheng wang
thanks for the messages
any security implications?


 --- QM [EMAIL PROTECTED] wrote:  On Tue, Mar 30,
2004 at 11:35:44AM +0100, zhicheng
 wang wrote:
 : i am trying to upgrade form tomcat4 to 5. but the
 send
 : mail does not work.
 
 Tomcat5 no longer ships with the JavaMail and
 Activation jars.
 Simply grab those from Sun (or, if you're not
 feeling adventurous, from
 your old Tomcat4 install) and put them in
 {tomcat5}/common/lib.
 
 -QM
 
 -- 
 
 software  -- http://www.brandxdev.net
 tech news -- http://www.RoarNetworX.com
  

=
Best wishes
Z C Wang





___
WIN FREE WORLDWIDE FLIGHTS - nominate a cafe in the Yahoo! Mail Internet Cafe Awards  
www.yahoo.co.uk/internetcafes 

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



tomcat sends every email 3 times

2004-03-30 Thread zhicheng wang
Hi
if i config tomcat (both 4 AND 5) to send email for
error code 404, it always send THREE emails. this is
true regardless if i use a servlet of perl cgi

any ideas? please let me know

if i call the servlet or cgi directly, things are
fine.

thanks
cheng

=
Best wishes
Z C Wang





___
WIN FREE WORLDWIDE FLIGHTS - nominate a cafe in the Yahoo! Mail Internet Cafe Awards  
www.yahoo.co.uk/internetcafes 

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



how to disable TRACE|TRACK method in tomcat

2004-03-18 Thread zhicheng wang
Dear all
can any one tell me how to disbale the TRACE|TRACK
method in tomcat (4.1.27 i am using)
any suggesstions are welcome
many thanks



=
Best wishes
Z C Wang





___
Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

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



Re: how to disable TRACE|TRACK method in tomcat

2004-03-18 Thread zhicheng wang
thanks for the very good solution if there is no way
to config
cheng


 --- Philipp Taprogge [EMAIL PROTECTED]
wrote:  Hi!
 
 zhicheng wang wrote:
  can any one tell me how to disbale the TRACE|TRACK
  method in tomcat (4.1.27 i am using)
  any suggesstions are welcome
 
 Well then, here goes.
 I don't know if there's a configuration option in
 tomcat somewhere (I 
 never needed to disable a method), but could you not
 just write a 
 filter that passes along all request types except
 TRACE, for which it 
 returns a Method Not Allowed error?
 
   Phil
 
 

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

=
Best wishes
Z C Wang





___
Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

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



Re: how to disable TRACE|TRACK method in tomcat

2004-03-18 Thread zhicheng wang
hi, my colleague has find the solution is here:
http://archives.real-time.com/pipermail/tomcat-users/2003-June/115025.html

if your website provides login functions, i do
recommend that you apply this restrictions.

regards
cheng

 --- Philipp Taprogge [EMAIL PROTECTED]
wrote:  Hi!
 
 zhicheng wang wrote:
  can any one tell me how to disbale the TRACE|TRACK
  method in tomcat (4.1.27 i am using)
  any suggesstions are welcome
 
 Well then, here goes.
 I don't know if there's a configuration option in
 tomcat somewhere (I 
 never needed to disable a method), but could you not
 just write a 
 filter that passes along all request types except
 TRACE, for which it 
 returns a Method Not Allowed error?
 
   Phil
 
 

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

=
Best wishes
Z C Wang





___
Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

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



Re: how to disable TRACE|TRACK method in tomcat

2004-03-18 Thread zhicheng wang
thnaks for Phil and Shapira

it seems that a beeter solution is to migrate to t5
cheng


 --- Philipp Taprogge [EMAIL PROTECTED]
wrote:  Hi!
 
 zhicheng wang wrote:
 
  hi, my colleague has find the solution is here:
 

http://archives.real-time.com/pipermail/tomcat-users/2003-June/115025.html
 
 Just for the record: it is at least questionable
 (from the rfc's point 
 of view) to have your server respond to a TRACE with
 a 3xx and 
 especially a 302 status code. A 302 indicated that
 the requested 
 resource is available, but (temporarly) resides
 under a different URI 
 which the server should return in the Location field
 of it's response. 
 What the server should do in your case is respond
 with a 405 Method 
 not Allowed, indicating that regardless wether the
 resource is 
 available or not, it may not be accessed with the
 HTTP method the 
 client used.
 
 I don't want to appread nitpicking, it's just that
 it is often my job 
 to work around ill-behaving servers :-/
 
 For what it's worth,
 
   Phil
 
 

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

=
Best wishes
Z C Wang





___
Yahoo! Messenger - Communicate instantly...Ping 
your friends today! Download Messenger Now 
http://uk.messenger.yahoo.com/download/index.html

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