>>>>> "Daniel" == Daniel Kehoe <[EMAIL PROTECTED]> writes:

    Daniel> On 02 Sep 2002 21:12:59 -0700, "David M. Karr" <[EMAIL PROTECTED]>
    Daniel> said:
    >> I don't see any documentation on how to use the Manager GUI,
    >> In the "Install:" box, there are three fields...

    Daniel> Here's how to install a web app using the Tomcat Web Application
    Daniel> Manager for files in a local Windows file system:
    Daniel> Path: "/myapp"
    Daniel> Config URL: "file:///C:/<something>/myapp.xml"
    Daniel> WAR URL: "file:///C:/<something>/myapp.war"

    Daniel> The "Path" is the context name you want for the web app, like 
    Daniel> http://localhost:8080/myapp/.

    Daniel> The "Config URL" is a path to a file that contains the parameters you
    Daniel> would add to the server.xml file (or add to the webapps directory as a
    Daniel> file "myapp.xml" under the new TC4.1 scheme).

    Daniel> The "WAR URL" is the path to the war file. It COULD begin with
    Daniel> "jar:file://" and end with "!/" but it doesn't have
    Daniel> to.

Ok, I first made sure my app was removed from the manager, then I entered the
following two values in the fields:

Path:     /strutsel-exercise-taglib
WAR URL:  file:///c:/cygwin/home/dmkarr/java/struts-el/target/exercise-taglib

>From this, it gave me the "malformed URL" exception.

However, if I then submitted the following URL:

http://localhost:8080/manager/install?path=/strutsel-exercise-taglib&war=file:///c:/cygwin/home/dmkarr/java/struts-el/target/exercise-taglib

It installed without error, and I was able to execute the application.  Have I
done something wrong here?

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]


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

Reply via email to