Hello,
I developed an application using Jdeveloper 10.1.3.3 and I want to deploy it on a tomcat server that is not hosted on my PC.
It works well when Tomcat is installed on my PC, but when I want to deploy it on a tomcat server installed on another PC of the network, deployment failed.
The error message I obtain is the following:
java.io.FileNotFoundExcept
ion: K:\webapps\webtest.war (Access is denied)
at java.io.FileOutputStream.o
pen(Native
Method)
at java.io.FileOutputStream.<
init>(File
OutputStre
am.java:17
9)
at java.io.FileOutputStream.<
init>(File
OutputStre
am.java:13
1)
at oracle.ide.net.URLFileSyst
em.copy(UR
LFileSyste
m.java:346
)
at oracle.jdevimpl.deploy.Cop
yDeployer.
deployImpl
(CopyDeplo
yer.java:3
6)
at oracle.jdevimpl.deploy.Tom
catLocalDe
ployer.dep
loy(Tomcat
LocalDeplo
yer.java:2
6)
at oracle.jdevimpl.deploy.Dyn
amicDeploy
er.deploy(
DynamicDep
loyer.java
:84)
at oracle.jdevimpl.deploy.Bat
chDeployer
.deploy(Ba
tchDeploye
r.java:46)
at oracle.jdevimpl.deploy.Dyn
amicDeploy
er.deploy(
DynamicDep
loyer.java
:84)
at oracle.jdevimpl.deploy.J2e
eProfileDt
$CleanupTr
ansientPro
filesDeplo
yer.deploy
(J2eeProfi
leDt.java:
71)
at oracle.jdevimpl.deploy.Fin
alDeployer
.deploy(Fi
nalDeploye
r.java:48)
at oracle.jdevimpl.deploy.Asy
ncDeployer
$1.runImpl
(AsyncDepl
oyer.java:
67)
at oracle.jdevimpl.deploy.Asy
ncDeployer
$1.run(Asy
ncDeployer
.java:53)
Elapsed time for deployment: 4 seconds
#### Deployment incomplete. #### Mar 20, 2008 4:28:57 PM
I am not an expert that is why I ask for your help.
I precise that I have access to this folder because it is in share.
All ideas and advises are welcome.
Thanks in advance.
Start Free Trial