| Author |
speed up the init time of hibernate
|
ola gerchikov
Greenhorn
Joined: Nov 04, 2006
Posts: 5
|
|
I use hibernate in my webapp on tomcat. I notice that it takes a lot time to setup my webapp (when i first hit my servlet). It takes about 4 seconds to start tomcat, but it takes 14 seconds to initialize my webapp. Can you please tell me how can I speed up the init time of my web app? Here is my hibernate.cfg.xml file, I think it is very simple. If you have any idea about how to speed up the init time of my web app, please let me know. Thank you.
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
Creating a SessionFactory isn't that major an event. Are you sure the delay isn't Tomcat compiling a JSP or something?
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: speed up the init time of hibernate
|
|
|