| Author |
deploy file .html or .xls ... jboss 7.1.1
|
Doan Long
Greenhorn
Joined: Jul 26, 2012
Posts: 20
|
|
Path \jboss-as-7.1.1.Final\standalone\deployments\excel\export\F02
or \jboss-as-7.1.1.Final\standalone\deployments\enter.html
start Jboss
access http://localhost:8080/enter.html
HTTP Status 404 - /enter.html
type Status report
message /enter.html
description The requested resource (/enter.html) is not available.
JBoss Web/7.0.13.Final
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8147
|
|
|
The deployments folder is not meant to place random files. It's supposed to contain Java EE deployments like .war files. You'll have to package those files in a proper Java EE packaging and then deploy it in that folder. If you want to deploy your application at root context (which is what I think you are trying to do) then follow this https://community.jboss.org/message/761040#761040
|
[My Blog] [JavaRanch Journal]
|
 |
 |
|
|
subject: deploy file .html or .xls ... jboss 7.1.1
|
|
|