Aloisio Posted July 9, 2017 Posted July 9, 2017 Please, deploy my war file. aloisio (aloisio.farias@gmail.com) BarcodeNetBar.war (is there any way to deploy without ask for?)
wolstech Posted July 9, 2017 Posted July 9, 2017 (is there any way to deploy without ask for?)Not at this time. It's been a planned feature for a while, but I'm not sure where that functionality stands in regards to development... Escalating.
Krydos Posted July 9, 2017 Posted July 9, 2017 Not at this time. It's been a planned feature for a while, but I'm not sure where that functionality stands in regards to development...People keep finding new and novel ways to break my deployment scripts. It's hard to automate something like that. Deployed. http://afarias.heliohost.org/BarcodeNetBar/
Aloisio Posted July 9, 2017 Author Posted July 9, 2017 Hi Krydos. In the link you deployed it's running OK. But in www.BarcodeNetBar.com it still run Apache success page. Do you know why? Thank you.Also, with the line "Connection conexao = DriverManager.getConnection("jdbc:mysql://localhost/afarias_barcode?user=" + user);" I do connect successful in localhost. But in deployed link it do not return error but don't show the content of the queried table. And that table has 3 records. Thanks
Krydos Posted July 10, 2017 Posted July 10, 2017 In the link you deployed it's running OK. But in www.BarcodeNetBar.com it still run Apache success page. Do you know why?Because it's deployed on http://afarias.heliohost.org/BarcodeNetBar/ not http://www.BarcodeNetBar.com/BarcodeNetBar/ If you want it deployed on something other than your main domain please specify it. This is the mysql settings that I use in java that work: setDataSource var="mysql_test" driver="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost/krydos_db?serverTimezone=UTC" user="krydos_user" password="bestpasswordever"
Aloisio Posted July 10, 2017 Author Posted July 10, 2017 In my last request to deployment i understood I just need to ask to change domain target once. I'm sorry. So, please can you kindly do it for www.barcodenetbar.com? Thank you very much.
Recommended Posts