Jump to content

[Solved] Deploy War File


Aloisio

Recommended Posts

(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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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"
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...