Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jboss 6.x runtime server shows blank page

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.

enter image description here

  • when i started my 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.

like image 276
Saket Mittal Avatar asked Jul 04 '15 18:07

Saket Mittal


People also ask

How do I know if an application is running in JBoss?

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.

Where can I find war file in JBoss?

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.

How do I know if JBoss is running on Windows?

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.

How does JBoss server work?

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.


1 Answers

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.

like image 71
SidJj Avatar answered Oct 12 '22 03:10

SidJj