Following is my directory/file structure for a servlet, it works fine.
the index.html has the statement:
"<td WIDTH="30%"><a href="../execution/servlet/ABC"><img SRC="../images/execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a href="../execution/servlet/ABC">Execute</a></td>
 
webapps
   |
execution
   |----------------|
servlets          WEB-INF
   |                   |
index.html      classes
                       |------------------------|
                     abc.class      LocalStrings.properties
 
 
However, after I change the structure into following(add one more
level of directory, ie "is"), it won't work any more !
How should I change the statement in index.html like above to
accommodate the directory structure change ?
Or I should do something else to accommodate ?
 
webapps
   |
  is
execution
   |----------------|
servlets          WEB-INF
   |                   |
index.html      classes
                       |------------------------|
                     abc.class      LocalStrings.properties
 

        [EMAIL PROTECTED]
                                 _____
                                   |
    \_____________________________/o\_____________________________/
                                  \_/

          Every once in a while, the boundaries get redefined.

Reply via email to