apache - Can I have two separate web servers/application servers accessing the same database, mysql -


i have apache tomcat application server , wamp(apache) installed in machine(localhost). php application runs on wamp, , webservices(soap) based on java, need make changes mysql database. possible both wamp/apache(port 80) , java services/tomcat(port 8888) access same mysql database..

sure! can have multiple programs access database, same database , @ same time. fundamentally @ database level, doesn't care incoming connections from, can have many , (up resource limits configured or capability of server keep up). great thing databases.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -