aspose file tools
The moose likes JBoss and the fly likes Can a web application name be all digits Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Can a web application name be all digits" Watch "Can a web application name be all digits" New topic
Author

Can a web application name be all digits

Vinod Ramachandra
Greenhorn

Joined: Dec 06, 2011
Posts: 2
I am just wondering if there is some sort of a naming convention used for web app names. I just named my web app as "16785600" and I see that it gets deployed successfully though, no error messages what so ever but when I try to access the web app over the URL say http://localhost:9100/16785600 I get a HTTP 404 error. Again no error or what so ever in the logs. However if I rename my web app to some name say "sample" it works just fine. Could someone explain as to why I am unable to access my web app.
Jaikiran Pai
Saloon Keeper

Joined: Jul 20, 2005
Posts: 6720

http://community.jboss.org/thread/147052


[My Blog] [JavaRanch Journal]
Vinod Ramachandra
Greenhorn

Joined: Dec 06, 2011
Posts: 2
Jaikiran Pai wrote:http://community.jboss.org/thread/147052


Thanks
 
 
subject: Can a web application name be all digits
 
Threads others viewed
DataSource issues
using servlets in Jboss-tomcat
HFS: Problem with deploying and testing Beer-v1 App
How to: use Form based auth via JDBCRealm:oracle in Glassfish 3.0
AccessControlException: access denied
developer file tools