muniappan Posted May 5, 2005 Report Share Posted May 5, 2005 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 IEhttp://localhost:8080/marketing or http://pgt-15:8080/marketingwhere 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 machineif typed like "http://pgt-15:8080/marketing/ " it is not working.this is my real problem i am facing.i want solution for this problemmail me soonregardsMuniappan Quote Link to comment Share on other sites More sharing options...
Scarecrow Man Posted May 5, 2005 Report Share Posted May 5, 2005 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. Quote Link to comment Share on other sites More sharing options...
scuzzman Posted May 5, 2005 Report Share Posted May 5, 2005 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-15I bet it doesn't work... You'll need to specify ip addresses -- not machine names. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.