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
Post a Comment