• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

tomcat with firewall problem

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,dear all,I meet a problem about tomcat and firewall:
my company used apache+tomcat+jk2 to webserver,it inside the DMZ,and the Sybase database outside the DMZ.the webserver used JDBC connection pool of tomcat to connect database.
The problem is:when I start the tomcat service,and wait about one hours,the tomcat can not execute jsp that include database connection,but it can execute html and static jsp file(not include database operate).But when I had moved the webserver to LAN,it run ok,not any error!whether run time how long,it work normally!
So I check the firewall configure, and setup the access rule of webserver to database,adjust the option--max idle time,change it to 24 hour.But the error is still occur!!
If you have same experience,please help me!
Thanks you very much!
 
When people don’t understand what you are doing they call you crazy. But this tiny ad just doesn't care:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic