N
N
nano_e_t_42016-12-17 16:19:32
Java
nano_e_t_4, 2016-12-17 16:19:32

How to deploy an application?

Hello everyone
Plz tell me or throw your nose into the step-by-step documentation on how to make hello world on jboss. Google doesn’t help much, because there are a lot of links, but I can’t really make out :( I
found such a manula base.vingrad.ru/view/111-Primer-Hello-World-dlya-JBoss (there is a link in the archive with a step-by-step description of the code + web + META-INF, though there is the 3rd jboss).But in the end, the class does not compile for me, it says that it cannot import the package
:(

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Smirnov, 2016-12-22
@bobzer

Download, deploy and run, for example, Wildfly is an Opensource version of JBoss. Make sure that there are no errors in the logs after the start, i.e. "empty" server started correctly. Then, in the /standalone/deployments folder, create the my.war folder. In the folder my.war create a text file index.html, write the line "Hello, world" in it. As a final step, in the /standalone/deployments folder, create an empty text file called my.war.dodeploy. Make sure that after a few seconds the entry Deployed "my.war" appears in the logs. Go to localhost/my

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question