If you are using Tomcat, have a look on the 
tomcat/work directory. That's where Tomcat, AFAIK, compile and store your 
JSP. Delete Apache SOAP directory and the next time you refresh your JSP it 
should be recompiled using jsp in the war file.


victor

On Tue,  9 Oct 2001 05:28, you wrote:
> Ok. The problem is due to precomiled jsps but I have
> no idea where they are.
>
> By continuously hitting "refresh" I eventually got new
> copies to load, but I have no idea where the original
> compiled pages were being kept !
>
> --- Gordon Jones <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I'm trying to upgrade from a previous version of
> > Apache SOAP, and I'm having trouble running the
> > admin
> > client.
> >
> > The main page runs ok, but when I hit deploy or list
> > any other button I get the following raw HTML/Java
> > junk.
> >
> > Please assist me if you can. Here is the output I
> > get
> > in the browser window from "list":
> >
> > <%@ page import="java.util.*,
> > org.apache.soap.server.*" %>
> >
> > <h1>Service Listing</h1>
> >
> > <%
> >   ServiceManager serviceManager =
>
> org.apache.soap.server.http.ServerHTTPUtils.getServiceManagerFromContext(ap
>plication);
>
> >   String[] serviceNames = serviceManager.list ();
> >   if (serviceNames.length == 0) {
> >     out.println ("<p>Sorry, there are no services
> > currently deployed.</p>");
> >   } else {
> >     out.println ("<p>Here are the deployed services
> > (select one to see");
> >     out.println ("details)</p>");
> >     %>
> >     <ul>
> >     <%
> >     for (int i = 0; i < serviceNames.length; i++) {
> >       String id = serviceNames[i];
> >     %>
> >       <li><a href="showdetails.jsp?id=<%=id%>"><%=
> > id%></li>
> >     <%
> >     }
> >     %>
> >     </ul>
> >     <%
> >   }
> > %>
> >
> >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > NEW from Yahoo! GeoCities - quick and easy web site
> > hosting, just $8.95/month.
> > http://geocities.yahoo.com/ps/info1
>
> __________________________________________________
> Do You Yahoo!?
> NEW from Yahoo! GeoCities - quick and easy web site hosting, just
> $8.95/month. http://geocities.yahoo.com/ps/info1

-- 
Victor Hadianto
Nuix Pty. Ltd.      (02) 9283 9010

Reply via email to