Hola,

>    I have a problem making use of java class files from JSP. Right
now,
>I'm calling a java class where (inside the method) will generate a PDF
file
>using Linux commands. But its taking ages for some reason.

So the same java class, called from a JSP takes forever, but called from
the command line outside the servlet container, takes 5 seconds?  That
would be odd indeed.  Can you add time logging statements to see exactly
where time is spent?  Your JSP, I assume, is compiled already before you
did the performance comparison?

Yoav Shapira



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]

Reply via email to