I have tried the suggestions but i am missing something

The Hello.java is in /project/app2/src/mypackage
Using 'ant install' the application is deployed with
  <target name="install" depends="compile"
    <deploy url="${manager.url}"
       username="${manager.username}"
       password="${manager.password}"
           path="${app.path}"
       localWar="file://${build.home}"/>
  </target>

Using 'ant list' i see that the context exists since one of the output lines
is
      [list] /app2:running:0:/project/app2/build

Starting the servlet by http:/localhost:8080/app2 shows the text output but
NOT the image html

    <img src="/app2/host.gif">
nor
    <img src="host.gif">
(nor many other combinations of guesses)

wereas i have verified that /project/app2/build/host.gif exists. Can someone
tell me in what directory the host.gif should be located?

Thanks for any help.
Peter



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to