How to upload java website with mysql on live server -


i new in web development, please uploading java website on live server mysql database.please tell steps.

it want test application on live server.

try jelastic, free trial 2-weeks gives better understanding on deploying , testing java web application on live server.

unrelated if using jboss application server 7, deploy application on lan network (deploy on 1 system , access other device)

  • export application in ear or war ide
  • just copy , paste war/ear file in deployment path like(d:\jboss-as-7.1.1.final\standalone\deployments)
  • open cmd, change directory bin folder of jbossas7
  • write command standalone.bat -b 0.0.0.0
  • access application like: http://192.168.1.9:8080/yourapplication

obviously put own pc's ip on here. hoped helped. gives idea of hosting


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -