Browse by Tags

All Tags » Tomcat (RSS)

Connection Pooling and Looking up an EJB through JNDI by lamia

While I was reading a tutorial in EJB today and I read a portion on how a Servlet uses an EJB through JNDI, it reminded me on how I did connection pooling in Tomcat before in one of my previous projects. //Looking up an EJB , from RoseIndia example by...
Filed under: , , ,

Java is not slow on server-side! by lamia

I know I've been in the field for quite sometime now... However, over and over I get to ask myself the question how many servlet instance is created in the container? At first I thought that multiple instances are created for each user and then reused...
Filed under: , ,

Virtual Hosting with Apache Tomcat by lamia

I don't know if this is the thing I've been looking for... But this looks promising to me. My company wants to host multiple applications on a single server. However, our hosting provider won't give us any support for Tomcat. What we need actually is...
Filed under: