I am running my server JBoss
6.x runtime server with eclipse Kepler
.When i run my server i got
JBoss 6.x Runtime Server [Started,synchronized]
But when access
http://localhost:8080/
http://localhost:8080/admin-console
i got blank page.
i change some settings but nothing help.
i have xampp
already installed on my windows os.
jboss
using command prompt,tomcat
from xampp
also get started automatically.All ports are working fine.Server port selected 8080 but still something is missing please anybody help me.
The simplest way to check the status of an application running on JBoss / WildFly is to use the CLI tool and the deployment-info command.
The uploaded war is stored in a file called /data/content/ad/xxxxx/content where xxxxx is some temporary directory name. When JBoss is running the exploded contents of your war will be in the /tmp/vfs/temp/tempxxxxxxx/content-yyyyyyy where xxxxxxx and yyyyyyy are random hex values.
To test your installation, open the JBOSS_DIST/jboss-<release>/bin directory and execute the run. bat (for Windows) or run.sh (for Linux) script, as appropriate for your operating system.
JBoss AS uses a modular structure giving you two different options for setup—standalone server and managed domain. Standalone server is best for running JBoss AS as a single-server instance, while managed domain is best if you have multiple servers and want to be able to manage them from a single access point.
Maybe the console doesn't work properly with your browser? Can you try another browser? It might also be useful to take a look at the javascript
error console or check firewall and browser settings.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With