It would be nice to know why he wants it closed. Did he resolve the problem? If so, how.
Main Topics
Browse All TopicsHello,
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
at java.io.FileOutputStream.o
at java.io.FileOutputStream.<
at java.io.FileOutputStream.<
at oracle.ide.net.URLFileSyst
at oracle.jdevimpl.deploy.Cop
at oracle.jdevimpl.deploy.Tom
at oracle.jdevimpl.deploy.Dyn
at oracle.jdevimpl.deploy.Bat
at oracle.jdevimpl.deploy.Dyn
at oracle.jdevimpl.deploy.J2e
at oracle.jdevimpl.deploy.Fin
at oracle.jdevimpl.deploy.Asy
at oracle.jdevimpl.deploy.Asy
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.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: giltjrPosted on 2008-03-26 at 15:55:45ID: 21217288
--> K:\webapps\webtest.war (Access is denied)
It appears that the user-id that tomcat is running under does not have access to your war file. Make sure the permission are setup properly.