java - Error in publishing in Tomcat 6 in eclipse Juno -


i getting following error while starting tomcat 6 server. have configured jdk run time.

publishing failed not create directory \\<user directory>\desktop\'e:\test\tomcat\webapps\tmywebproj. 

the path

\desktop\'e:\test\tomcat\webapps\tmywebproj invalid path.

my tomcat installation there in e: drive.

but message corresponds invalid path.

edit

my tomcat installation directory: e:\test\tomcat workspace: e:\test\workspace 

please suggest me how correct error.

i tried deleting , adding server again, , restarting eclipse. none of them worked.

edit

deploy path:  e:\test\tomcat\webapps  server path:  e:\test\tomcat 

tomcat screen shot enter image description here

change deploy path incorrect.

click on link(which upper deploy path)

enter image description here

or

set "webapps" , try again.(some times application deploy on "wtpwebapps" folder in tomcat first conform , select).


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -