RE: Tomcat does not Auto-reload.

2002-06-12 Thread Rui Oliveira

When is this destroy method invoked? If I copy the newer version of the
servlet to the WEB-INF/classes directory, how will a destroy method be
helpful?

Rui

> -Original Message-
> From: kf platypus [mailto:[EMAIL PROTECTED]]
> Sent: quarta-feira, 12 de Junho de 2002 15:29
> To: [EMAIL PROTECTED]
> Subject: Re: Tomcat does not Auto-reload.
> 
> That's due in part to the servlet architectures caching mechanism.
> Typically
> we added a method to each servlet to destroy it. I don't know if
there's a
> better method than that though as I know I would like to see one
because
> they bith seem a bit ghetto.
> 
> Regards!
> 
> 
> >From: "Rui Oliveira" <[EMAIL PROTECTED]>
> >Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Subject: Tomcat does not Auto-reload.
> >Date: Wed, 12 Jun 2002 15:26:23 +0100
> >
> >Hello,
> >
> >
> >
> >My Tomcat does not auto-reloads the servlets. Whenever I compile my
> >servlets, I place them under the WEB-INF/classes dir, but they simple
do
> >not auto-reload. I have to restart TOMCAT before the update takes
> >effect.
> >
> >
> >
> >Can someone tell me why?
> >
> >
> >
> >I'm using Tomcat 4.0.1 on RedHat 7.2 (kernel 2.4.7). GLibc 2.2.4.
> >
> >
> >
> >
> >
> >Thx
> >
> >Rui
> >
> 
> 
> 
> _
> Get your FREE download of MSN Explorer at
> http://explorer.msn.com/intl.asp.
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:tomcat-user-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:tomcat-user-
> [EMAIL PROTECTED]>
> 




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




Tomcat does not Auto-reload.

2002-06-12 Thread Rui Oliveira

Hello,

 

My Tomcat does not auto-reloads the servlets. Whenever I compile my
servlets, I place them under the WEB-INF/classes dir, but they simple do
not auto-reload. I have to restart TOMCAT before the update takes
effect.

 

Can someone tell me why?

 

I'm using Tomcat 4.0.1 on RedHat 7.2 (kernel 2.4.7). GLibc 2.2.4.

 

 

Thx

Rui




Tomcat Hangs-UP...

2002-05-28 Thread Rui Oliveira

Hello,

 

I have a Tomcat Server running on Solaris as JSP and WEB server. After
executing for a while, the Tomcat just Hangs-UP and the only way of
restarting it is to kill the Tomcat process.

 

My configuration is the following:

 

- SunOS 5.8 

- Solaris 8

- JRE 1.3.1_03

- Tomcat 4.0.3

 

Does anyone have a clue on what is the problem?

 

 

Regards

Rui Oliveira




RE: Mod WEB_APP

2002-05-21 Thread Rui Oliveira

Hello,

my problem is that I have no compiler license for CC on Solaris 8, and
have no compiled version of the GCC compiler either. Hence, I cannot
compile the MOD_WEBAPP... :( 

Does anyone here have an already compiled version of MOD_WEBAPP for
Solaris 8? Can someone send it to me? Please

Thanks in Advance
Rui



-Original Message-
From: Adrian [mailto:[EMAIL PROTECTED]] 
Sent: segunda-feira, 20 de Maio de 2002 22:12
To: Tomcat Users List
Subject: Re: Mod WEB_APP

You should check : http://www.pubbitch.org/jboss.html

- Original Message -
From: Rui Oliveira <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, May 20, 2002 11:30 AM
Subject: Mod WEB_APP


> Hello,
>
> Does anyone here has the mod_webapp compiled for Solaris 8, using the
> GCC?
>
> Can someone help me out?
>
> Regards
> Rui Oliveira
>
>
>
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>
>



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





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




Mod WEB_APP

2002-05-20 Thread Rui Oliveira

Hello,

Does anyone here has the mod_webapp compiled for Solaris 8, using the
GCC?

Can someone help me out?

Regards
Rui Oliveira






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




Mod WEB_APP

2002-05-18 Thread Rui Oliveira

Hello,

Does anyone here has the mod_webapp compiled for Solaris 8, using the
GCC?

Can someone help me out?

Regards
Rui Oliveira





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




Running a bean when tomcat starts.

2002-03-25 Thread Rui Oliveira

Hello,

I have a question. Is it possible to instantiate a user-class when
tomcat starts? What must I do in order to do it?

TIA
Rui Oliveira







--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: Classpath Issue

2002-02-25 Thread Rui Oliveira

Hello,

it helps, but what if you need to have a class directory to your
application?

Sometimes, if you don't put the added directory in the TOMCAT classpath,
even if the class directory is under WEB-INF/classes, the TOMCAT does not
recognize it as a valid class. Then if you have 2 classes under different
applications, that have the same name, if you put the path to both of them
in the TOMCAT classpath, TOMCAT will be mixed up. right?

How to prevent this? I mean, how do I make tomcat to automatically recognize
my classes in the application WEB-INF/classes directory?

Thanks
Rui


> -Original Message-
> From: remy.menetrieux [mailto:[EMAIL PROTECTED]]
> Sent: segunda-feira, 25 de Fevereiro de 2002 16:51
> To: Tomcat Users List
> Subject: Re: Classpath Issue
>
>
> You can add the specific .jar in the WEB-INF/lib of you're application
> I hope this help you ...
> RemY
>
> Rui Oliveira wrote:
>
> >Hello,
> >
> >sorry for the newbie question...
> >
> >Can someone please tell me how to configure the classpath for a specific
> >application only, instead of defining it for all the tomcat applications?
> >
> >
> >Thanks in advance
> >Rui Oliveira
> >
> >
> >--
> >To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> >For additional commands: <mailto:[EMAIL PROTECTED]>
> >Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> >
> >
>
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




Classpath Issue

2002-02-25 Thread Rui Oliveira

Hello,

sorry for the newbie question...

Can someone please tell me how to configure the classpath for a specific
application only, instead of defining it for all the tomcat applications?


Thanks in advance
Rui Oliveira


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: Tomcat Policy????

2002-01-08 Thread Rui Oliveira

Ok.

I figured out why does Tomcat prevents me from browsing through NetWork
Drives. It is because I' running it as a service...

Can someone tell me why? If I run it as a process it works fine.


Regards
Rui


> -Original Message-
> From: Rui Oliveira [mailto:[EMAIL PROTECTED]]
> Sent: terça-feira, 8 de Janeiro de 2002 16:06
> To: Tomcat Users List
> Subject: RE: Tomcat Policy
>
>
> Hello,
>
> I'm using Tomcat 3.1...
>
> Sorry, forgot to mention...
>
> Is it enough to edit the tomcat.policy file and add the
> corresponding line?
> I have a network drive letter that is "e:". If I add the following should
> not be enough?
>
> grant codeBase "file:e:/-" {
>   permission java.security.AllPermission;
> };
>
>
> I'm I doing something wrong? Do I need to set anything either in
> the tomcat
> SCRIPTS or in the server.XML files? Should a restart to Tomcat be enough?
>
>
> Regards
> Rui
>
>
>
>
>
> > -Original Message-
> > From: Bryan Ha [mailto:[EMAIL PROTECTED]]
> > Sent: terça-feira, 8 de Janeiro de 2002 15:55
> > To: Tomcat Users List
> > Subject: Re: Tomcat Policy
> >
> >
> > Hi Rui,
> >
> > Have you tried to use the policytool to edit the
> > tomcat policy file in catalina/conf ?
> >
> > grant codeBase "file:${catalina.home}/webapps/ > application>/WEB-INF/classes/-" {
> >
> > permission java.permission.FilePermission  > to read>, "read";
> > // };
> >
> > Regards,
> >
> > Bryan
> >
> > __
> > Do You Yahoo!?
> > Everything you'll ever need on one web page
> > from News and Sport to Email and Music Charts
> > http://uk.my.yahoo.com
> >
> > --
> > To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> > For additional commands: <mailto:[EMAIL PROTECTED]>
> > Troubles with the list: <mailto:[EMAIL PROTECTED]>
> >
> >
>
>
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
>
>


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: Tomcat Policy????

2002-01-08 Thread Rui Oliveira

Hello,

I'm using Tomcat 3.1...

Sorry, forgot to mention...

Is it enough to edit the tomcat.policy file and add the corresponding line?
I have a network drive letter that is "e:". If I add the following should
not be enough?

grant codeBase "file:e:/-" {
permission java.security.AllPermission;
};


I'm I doing something wrong? Do I need to set anything either in the tomcat
SCRIPTS or in the server.XML files? Should a restart to Tomcat be enough?


Regards
Rui





> -Original Message-
> From: Bryan Ha [mailto:[EMAIL PROTECTED]]
> Sent: terça-feira, 8 de Janeiro de 2002 15:55
> To: Tomcat Users List
> Subject: Re: Tomcat Policy
>
>
> Hi Rui,
>
> Have you tried to use the policytool to edit the
> tomcat policy file in catalina/conf ?
>
> grant codeBase "file:${catalina.home}/webapps/ application>/WEB-INF/classes/-" {
>
> permission java.permission.FilePermission  to read>, "read";
> // };
>
> Regards,
>
> Bryan
>
> __
> Do You Yahoo!?
> Everything you'll ever need on one web page
> from News and Sport to Email and Music Charts
> http://uk.my.yahoo.com
>
> --
> To unsubscribe:   
> For additional commands: 
> Troubles with the list: 
>
>


--
To unsubscribe:   
For additional commands: 
Troubles with the list: 




Tomcat Policy????

2002-01-08 Thread Rui Oliveira

Hello,

I'm having problems accessing a network drive from within tomcat.

If I run a java application outside tomcat, I am able to list the directory
contents of a network drive. Although, in order to access it from within
tomcat I have to set a policy right?

Can someone tell me how to set the policy?

The drive is \\machine\e$
or "e:\" (after properly mapped).


Thanks
Rui Oliveira


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>




RE: Performance Comparison

2001-07-13 Thread Rui Oliveira

Hello,

the only thing I have is a comparative study that I have made between JSP
and Servlet technologies.

Are you interested on this?


Best Regards
Rui Oliveira



> -Original Message-
> From: Bora Paksoy [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 13, 2001 2:36 PM
> To: [EMAIL PROTECTED]
> Subject: Performance Comparison
>
>
> Hello;
>
> I am in the processing of choosing an appropriate
> servlet engine for my web server (which will be
> serving bunch of customers), and have been considering
> TOMCAT, Resin, Orion, ServletExec and JRUN. I have
> tried to find a reliable source for performance
> comparisons, but couldn't find one (especially one
> that compares with Tomcat 3.3 or 4, since I would like
> to use Tomcat unless it is significantly slower). All
> of the existing comparisons are made with Tomcat 3.1
> and from those, it looks like tomcat is in serious
> trouble! There are also some other messages that has
> no conclusion!
>
> Anyways, I would appreciate it if you can point me to
> any resource regarding relatively recent (comparing
> latest releases) performance comparison or share your
> experiences which in turn would help me to pick the
> appropriate engine!
>
> Thanks,
> Baho.
>
>
> __
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
>




Retrieving the current directory path...

2001-05-29 Thread Rui Oliveira

Hello,

is there a way to find out the operating system path where a JSP is being
executed?



Many thanks
Rui




RE: session object problem with cookies disabled

2001-05-10 Thread Rui Oliveira

Hello

I believe the session timeout units is minutes.

Btw, you can also configure the session timeout parameter inside the web.xml
file in your Web-Inf/classes directory:



30



if you replace 30 with -1, the session will never expire. Otherwise, it will
expire after 30 minutes.


Regards
Rui

> -Original Message-
> From: MacCormac Rinehart [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 10, 2001 7:09 PM
> To: '[EMAIL PROTECTED]'
> Subject: RE: session object problem with cookies disabled
>
>
> Your session may be timing out before you get the next request submitted.
> Have setting you session timeout inside the context tag of your server.xml
> file?
>
> Example:
>
>  docBase="webapps/riddler"
>   defaultSessionTimeOut="30" 
>   crossContext="false"
>   debug="0"
>   reloadable="true">
>   
>
> BTW - can someone tell me, what are the units for defaultSessionTimeOut?
> (msec, sec, min, other?).
>
> Thanks,
>
> Mac
>
>
>
> -Original Message-
> From: Filippo Munafò [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, May 10, 2001 10:36 AM
> To: [EMAIL PROTECTED]
> Subject: session object problem with cookies disabled
>
>
> I've a problem running Tomcat + IIS 5.0 on Win2K. I've tried Tomcat 3.2.1,
> 3.2.2, 3.3-m2.
> Everything works fine unless the session example: a new session is created
> everytime I add a new item in my cart so it contains always only one item!
> All is OK with Tomcat as stand-alone. Every other example works
> with IIS, so
> redirect is ok and all basic config also.
> Cookies are turned off (I need my app to work also if users turn off
> cookies)
> I don't know if I'm missing something in IIS configuration or in Tomcat's
> one.
> I've searched in Tomcat mailing list (user and dev), in apache
> bug database,
> but no answer to this problem with session object.
> Thanks.
>
> Filippo
>




RE: Running JServ + Tomcat on the same machine.

2001-04-20 Thread Rui Oliveira

How do I use distinct modules with JServ and Tomcat?


> -Original Message-
> From: Ralph Einfeldt [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 20, 2001 7:10 AM
> To: '[EMAIL PROTECTED]'
> Subject: AW: Running JServ + Tomcat on the same machine.
>
>
> Onother thing to be aware of:
> If you're using tomcat with apache, be carefull that
> you don't mix tomcat's mod_serv with jserv's mod_jserv.
>
> > -Ursprüngliche Nachricht-
> > Von: Steve Ruby [mailto:[EMAIL PROTECTED]]
> > Gesendet: Donnerstag, 19. April 2001 19:20
> > An: [EMAIL PROTECTED]
> > Betreff: Re: Running JServ + Tomcat on the same machine.
> >
> >
> >
> > Just make sure that your workers.properties defined workers for tomcat
> > on a different port than for Jserv... ie something other than
> > 8007 for Tomcat
> > there should be no problems running both on the same machine even with
> > the same instance of Apache on the front.
> >
> >
> > Rui Oliveira wrote:
> > >
> > > Hello,
> > >
> > > is it possible to have both JServ and Tomcat running on the
> > same machine?
> > >
> > > I've tried to do it, but the AJPDefaultPort is used by the
> > Apache to connect
> > > to JServ, and then, in order to connect to Tomcat, it
> > fails. I cannot access
> > > to JSPs whithout using the Tomcat port in the connection URL.
> > >
> > > I need both (JServ and Tomcat) because I'm running JSPS,
> > and I'm also using
> > > JSSI to interact with some servlets...
> > >
> > > Is there a way to "tell" Apache that he needs to use
> > another instance of AJP
> > > to interact with Tomcat?
> > >
> > > Thx
> > > Rui Oliveira
> >
>




JSSI and Tomcat...

2001-04-19 Thread Rui Oliveira

Hello,

is it possible to use JSSI with Tomcat, in the same way that JSSI is used
with JServ?

Thx
Rui Oliveira




Running JServ + Tomcat on the same machine.

2001-04-19 Thread Rui Oliveira

Hello,

is it possible to have both JServ and Tomcat running on the same machine?

I've tried to do it, but the AJPDefaultPort is used by the Apache to connect
to JServ, and then, in order to connect to Tomcat, it fails. I cannot access
to JSPs whithout using the Tomcat port in the connection URL.

I need both (JServ and Tomcat) because I'm running JSPS, and I'm also using
JSSI to interact with some servlets...

Is there a way to "tell" Apache that he needs to use another instance of AJP
to interact with Tomcat?


Thx
Rui Oliveira




mod_jserv in Solaris 2.7...

2001-04-10 Thread Rui Oliveira

Hello,

I need mod_jserv.lib or mod_jserv.so for Solaris 2.7. Could someone get me
this files plz?


Thx...

Rui




Content image/gif problem...

2001-01-29 Thread Rui Oliveira

Hello,

I have a servlet that writes a GIF to the OutPutStream. The Content Type is
set to image/gif, although, in the browser the image is displayed as a
BitMap.

Any one knows what is the problem?


Thx
Rui Oliveira


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




Re: tomcat

2001-01-22 Thread Rui Oliveira
Hello,

you can find Tomcat in:

http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.1/bin/jakarta-tomcat-3.2.1.zip



Regards
Rui Oliveira

Affan Alim wrote:
00a601c08496$d3814880$3301a8c0@fz2">
  Hi All,
   
  From where i download the tomcat and can i use it 
for NT version.
   
  please give me reply
   
  "affan"
  
  


Re: JSP vs Servlets...

2000-12-20 Thread Rui Oliveira
Hello,

Joe Laffey wrote:
[EMAIL PROTECTED]">On Wed, 20 Dec 2000, Rui Oliveira wrote:
  can someone tell me which one is best: JSP or Servlets?Is there a reason (beside implementatio reasons) to choose one insteadof the other?
Speed... Servlets are faster. They are especially faster if you use aServletOutputStream instead of a Writer. (No international text, though..and deprecated.. but 13% faster.)


You are being very accurate, is this based in some kind of benchmark? Is there any comparative benchmark study?


Thx a lot
Rui Oliveira


[EMAIL PROTECTED]">Joe LaffeyLAFFEY Computer ImagingSt. Louis, MO-With no walls or fences on the Internet, who needs Windows or Gates?-
  
  


JSP vs Servlets...

2000-12-20 Thread Rui Oliveira

Hello,

can someone tell me which one is best: JSP or Servlets?

Is there a reason (beside implementatio reasons) to choose one instead
of the other?


Thx in advance
Rui




Re: Thousand apologies!!!

2000-11-06 Thread Rui Oliveira

I Got that mail too... :(((

I HATE Spammers!! :(

On Mon, 6 Nov 2000 14:12:12 -
Stefán F. Stefánsson <[EMAIL PROTECTED]> wrote:

> I'm very sorry for sending this to the list... I don't know what
> happened...
>
> I got this letter and as you can see it was sent from [EMAIL PROTECTED]  I
> didn't think replying to it would work (since spammers don't use their
> real e-mails) but I decided to give it a shot anyways.  Somehow it seems
> to have been sent to the tomcat-users mailing list and I have no idea
> how that happened???  I couldn't see anything tying this letter to the
> Tomcat list... absolutely nothing...
>
> Again... my sincere apologies for the inconvenience.
>
> Kind regards, Stefan Freyr.
>
> -Original Message-
> From: Stefán F. Stefánsson
> Sent: 6. nóvember 2000 09:16
> To: [EMAIL PROTECTED]
> Subject: RE: At last, Herbal V, the all Natural Alternative!
>
>
> would you please quit sending this to me!!!
>
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: 5. nóvember 2000 23:20
> To: [EMAIL PROTECTED]
> Subject: At last, Herbal V, the all Natural Alternative!
>
>
>
> Herbal V: An Incredible All-Natural Healthy Alternative To Va
>
>
>   Herbal V is the All Natural Approach to Male Virility,
>   Vitality and Pleasure.
>
>
>
> Available N o w !
>
>
> Welcome to the New Sexual Revolution.
>
> It's the all natural male potency and pleasure pill that men
> everywhere are buzzing about. Herbal V is safe, natural and
> specifically formulated to help support male sexual function
> and pleasure. You just take two easy-to-swallow tablets
> one hour before sex. And there's more great news - you can
> get Herbal V for less than $1 a pill.
>
> Amazing word of mouth praise on Herbal V has been spreading
> like wildfire-already over 1,500,000 men  have chosen
> Herbal V. Since it is 100% natural you will never have
> to worry about safety. Try doctor-recommended Herbal V
> today and have the greatest night of your life!
>
>
> Herbal V... Bringing Back the Magic!
>
>
> 1,585,000 men can't be wrong. To date over 1 million men
> have tried the super supplement Herbal V.
> Here is why:
>
> No Doctor Visit Required
> Available Over the Counter
> Not a Drug
> 100% Natural
> Safe, No Worries
> Highest Quality Pharmaceutical-Grade Pure Nutriceuticals
> Guaranteed Potency & Purity
>
> Be a Real Man Again!
>
> Questions and Answers
>
> What is Herbal V?
>
> Herbal V is a proprietary blend that was specifically
> developed as a safe alternative for men who prefer
> an all-natural approach to address impotence and boost
> sexual performance. This amazing formula first became
> popular with Hollywood insiders and the wealthy elite.
> They were maximizing their sex lives, long before it
> was available to the general public.
>
> How does Herbal V work?
>
> Developed by a team whose goal was to create the perfect
> all-natural aphrodisiac. Herbal V is the result of that
> remarkable effort. The Herbal V formula contains a precise
> blend of cutting edge pro-sexual nutrients from around
> the world that provide nutritional support, making it
> possible for a man to have a pleasurable sexual experience.
>
> What can Herbal V do for me?
>
> Herbal V helps support male sexual function and
> pleasure in a safe and natural manner. Simply put,
> it can make your sex life incredible.
>
> Is Herbal V Safe?
>
> One of the great things about Herbal V is that it is
> not a drug. It is an incredible herbal dietary supplement
> that provides nutritional support for male sexual function
> and pleasure. One of the most comforting features of
> Herbal V is that you never have to worry about safety.
>
> Herbal V: Safe - Natural - Exciting
>
> Many have speculated that because Herbal V is so
> popular with men, it must contain prescription drugs
> or chemical components. Herbal V does not contain any
> elements or traces of any prescription drug. Herbal V
> is made using the world's most technologically advanced
> state-of-the-art cold processing equipment to ensure
> maximum purity. Herbal V has been independently analyzed
> by the nation's premier testing facility to ensure purity,
> quality and to end the rumors that, because it is so
> popular, it must somehow be chemical. It is not.
> Herbal V is natural - just as it says on the label.
> Herbal V is simply fantastic!
>
> Herbal V: Ingredients
>
> Yohimbe, saw palmetto, avena sativa, androstenedione,
> guarana, taurine, siberian ginseng, tribulus terrestris.
> Tribulus Terrestis is certified to enhanced testosterone
> levels by increasing Luteinzing hormone (LH) levels.
> Androstenedione which is a precursor to testosterone
> unlocks bound testosterone and makes it biologically
> active again quickly. This means a dramatic surge in
> desire. Avena Sativa Stimulates the neurotransmitter
> pleasure centers to maximum capacity. This greatly
> intensifies pleasure.
>
> Just listen to what Herbal V has done for the sex lives
> of people