Jump to content

JBoss server Error


Recommended Posts

hellow all,

this is Muniappan from Purple Green Technologies, India.

i have problem in using JBoss 4.0.0 Application Server.

problem is:

i created WAR and EAR file for my project whice is developed in JSP.

The project running only in Stand alone system.

if i want to run in remote machine means, it wonn't.

if i starts the server and type the following URL in IE

http://localhost:8080/marketing or http://pgt-15:8080/marketing

where

marketing --->project module and name of the WAR file which is deployed into JBoss server in default server.

pgt-15---->local machine name.

this is perfectly working.

but in someother machine

if typed like "http://pgt-15:8080/marketing/ " it is not working.

this is my real problem i am facing.

i want solution for this problem

mail me soon

regards

Muniappan

Link to comment
Share on other sites

When you type http://localhost:8080/marketing or http://pgt-15:8080/marketing, you are opening a file, or specifying a file to be accessed. By typing http://pgt-15:8080/marketing/ you are looking for a folder named marketing/ and you must specify the file inside of the folder.

I do not have experience with JBoss so I am not sure if this helps you.

Link to comment
Share on other sites

Also -- the computers must know what pgt-15:8080 means... they aren't neccessarily going to map pgt-15 to a specific computer. To test this theory, open a command prompt and type

ping pgt-15

I bet it doesn't work... You'll need to specify ip addresses -- not machine names.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy