[jboss-dev-forums] [JBoss Web Development] - I am working on migrating jboss3.2.6 to jboss5.1.0
venkat Keerthi
do-not-reply at jboss.com
Fri Jul 23 02:22:46 EDT 2010
venkat Keerthi [http://community.jboss.org/people/venkatkeerthi] created the discussion
"I am working on migrating jboss3.2.6 to jboss5.1.0"
To view the discussion, visit: http://community.jboss.org/message/554074#554074
--------------------------------------------------------------
I am working on migrating my application jboss3.2.6 to jboss5.1.0, My application accessing static content which in virtual host
(access external files) ie. more than 150 GB data.
to access static content i have creaed network drive and updated path in profile.xml file vfs. xml file
i.e property name="bootstrapURI">${jboss.server.home.url}conf/jboss-service.xml</property>
<property name="applicationURIs">
<list elementClass="java.net.URI">
<value>${jboss.server.home.url}deploy</value>
<value>file:///Y:/staticdocs</value>
</list>
</property>
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/554074#554074]
Start a new discussion in JBoss Web Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2112]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20100723/2f7f0b7d/attachment.html
More information about the jboss-dev-forums
mailing list