You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Costin Manolache <cm...@yahoo.com> on 2003/01/22 00:29:36 UTC

Precompiled jsps

Finally - the precompilation for /admin works, just use 

  ant build-admin-precompile

The jsp-examples should be precompiled too ( unless they're
intended to show how slow jsp can be on the first request).

After more looking at the code - I think it is a bit too
complicated to add the JMX to jasper ( at least for my 
current free time ). However it works perfectly fine with the
precompiled jsps - and IMO any decent production server should
precompile the jsps ( and get JMX as yet another benefit of 
doing so )

Costin




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Proposal to give a web front end to the manager app.

Posted by Glenn Nielsen <gl...@mail.more.net>.
Tomcat 4.1 has a web interface to the manager web application

/manager/html/

This interface was improved a great deal in the Tomcat 4.1.19 release.

As far as adding resources check out the admin application which comes
with Tomcat 4.1.

Regards,

Glenn

White Knight wrote:
> I have a proposal wrt to the manager app.
> Can we make it a bit more user friendly.
> Wouldn't a web interface help? It wont be too much work since
> servlets are pretty much there to do the work.One just needs to put the results into a few htmls.
> I also feel it would be nice if one could do a bit of configuration from the interface.
> Adding resources like a database pool etc from the interface would be great.
> If you feel it will be useful I can try to reuse some things I have already done
> one the same lines. 
> 
> Comments. .....
> 
> 
> 
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Mail Plus - Powerful. Affordable. Sign up now




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Proposal to give a web front end to the manager app.

Posted by Rui Pereira <ru...@portugal.sun.com>.
Sounds nice.... I personally like web interfaces quite a lot ...
but that is only me ....

White Knight wrote:

>I have a proposal wrt to the manager app.
>Can we make it a bit more user friendly.
>Wouldn't a web interface help? It wont be too much work since
>servlets are pretty much there to do the work.One just needs to put the results into a few htmls.
>I also feel it would be nice if one could do a bit of configuration from the interface.
>Adding resources like a database pool etc from the interface would be great.
>If you feel it will be useful I can try to reuse some things I have already done
>one the same lines. 
>
>Comments. .....
>
>
>
>---------------------------------
>Do you Yahoo!?
>Yahoo! Mail Plus - Powerful. Affordable. Sign up now
>  
>

-- 
       _____
      /_____/\      Rui Pereira
     /____ \\ \     Systems Engineer
    /_____\ \\ /    Sun Microsystems Portugal
   /_____/ \/ / /   Phone: +351 21 413 40 00
  /_____/ /   \//\  Fax: +351 21 413 40 99
  \_____\//\   / /  Email: rui.pereira@portugal.sun.com
   \_____/ / /\ /
    \_____/ \\ \    http://www.sun.pt
     \_____\ \\
      \_____\/      We make the net work.




--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Proposal to give a web front end to the manager app.

Posted by White Knight <wh...@yahoo.com>.
I have a proposal wrt to the manager app.
Can we make it a bit more user friendly.
Wouldn't a web interface help? It wont be too much work since
servlets are pretty much there to do the work.One just needs to put the results into a few htmls.
I also feel it would be nice if one could do a bit of configuration from the interface.
Adding resources like a database pool etc from the interface would be great.
If you feel it will be useful I can try to reuse some things I have already done
one the same lines. 

Comments. .....



---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Re: Precompiled jsps

Posted by White Knight <wh...@yahoo.com>.
An offshoot!
I have a suggestion wrt to the admin part.
Can we make it a bit more user friendly.
Wont a web interface help? It wont be too much work since
servlets are pretty much there to do the work.One just needs to put it into a few htmls.
I also feel it would be nice if one could do a bit of configuration from the interface.
Adding resources like a database pool etc from the interface would be great.
If you feel it will be useful I can try to reuse some things I have already one. 
Comments. 
 Remy Maucherat <re...@apache.org> wrote: Costin Manolache wrote:
> Finally - the precompilation for /admin works, just use 
> 
> ant build-admin-precompile

That's pretty cool :)

> The jsp-examples should be precompiled too ( unless they're
> intended to show how slow jsp can be on the first request).

We have to give Jon arguments ;-)

> After more looking at the code - I think it is a bit too
> complicated to add the JMX to jasper ( at least for my 
> current free time ). However it works perfectly fine with the
> precompiled jsps - and IMO any decent production server should
> precompile the jsps ( and get JMX as yet another benefit of 
> doing so )

IMO, it's a good enough solution.

Remy


--
To unsubscribe, e-mail: 
For additional commands, e-mail: 



---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now

Re: Precompiled jsps

Posted by Remy Maucherat <re...@apache.org>.
Costin Manolache wrote:
> Finally - the precompilation for /admin works, just use 
> 
>   ant build-admin-precompile

That's pretty cool :)

> The jsp-examples should be precompiled too ( unless they're
> intended to show how slow jsp can be on the first request).

We have to give Jon arguments ;-)

> After more looking at the code - I think it is a bit too
> complicated to add the JMX to jasper ( at least for my 
> current free time ). However it works perfectly fine with the
> precompiled jsps - and IMO any decent production server should
> precompile the jsps ( and get JMX as yet another benefit of 
> doing so )

IMO, it's a good enough solution.

Remy


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>