On Wednesday 22 January 2003 12:31, Gabriel Pinto wrote:

> I'm running JBOSS in a Pentium III 1gHz with 512MB RAM with RedHat 7.2,
> but it is too slow!
>
> Even when I run only jsp files I can't get a reasonable speedy.
>
> When I run the application in a AMD Duron 800Mhz 256MB RAM it works a lot
> better?
>
> Anyone have any idea?
>
> Is there any configuration that can be made to JBOSS that let it faster
> running in Linux?

JBoss doesn't do servlets.  JBoss itself, from my experience is the fastest 
server of its kind on the market.  Servlet engines on the other hand are 
slower than hell, because of the constant compile cycle when you introduce a 
newly timestamped jsp file.

You're probably better off asking speed-related questions for the servlet 
engine either to the jetty mailing list, or the tomcat mailing list, 
depending on which servlet engine you're using.

Without knowing which servlet engine you're using, it's impossible to tell you 
any specifics on speeding your jsp pages up.

However, one method you can use that is generalized for speeding up a 
JSP/servlet container, w.r.t. jsp pages, is to precompile all jsp pages 
before deploying.

This can be achieved using jspc for both Tomcat and jetty.  Jetty uses 
Tomcat's jspc.


-------------------------------------------------------
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to