new to application servers

i am new to application servers..

and i am developing an application that using seb services

i am using sun application server 9..

i see in the admin web site an connection pool category

there is a connection pool provided by the application server

or sould i use somthing else

what about logging..

sould i use log4j or there is somthing provided by the application server

thanks

[434 byte] By [shay_te] at [2007-11-26 8:39:47]
# 1

Yes, the AppServer 9 provides the connection pool service. Here is the link for JDBC connection pool utility.

http://docs.sun.com/app/docs/doc/819-3658/6n5s5nklf?a=view

The AppServer also provides its own logging utility.

http://docs.sun.com/app/docs/doc/819-3658/6n5s5nkoh?a=view

davisn6 at 2007-7-6 22:15:31 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
thanks alot..
shay_te at 2007-7-6 22:15:31 > top of Java-index,Application & Integration Servers,Application Servers...