On Mon, Apr 23, 2001 at 10:11:08AM +0200, Ralph Einfeldt wrote:
> Look at the source code in the browser.
> 
> If you still see something like <%= response ... %>
> in it you guess is right, otherwise not.

Yes, viewing the page source reveals:

<html>
<form enctype="multipart/form-data" action=<%= 
response.encodeUrl("/servlets/servlet/Upload") %> method="post" >       
<input type="file" name="FileData" value="" size="52" maxlength="255">
<input type="submit" value="Abschicken">
</form>   
</html>

Now I need to know how to start tomcat as a sole webserver for everything,
html, jsp etc.

> 
> > -----Urspr�ngliche Nachricht-----
> > Von: Christoph Kukulies [mailto:[EMAIL PROTECTED]]
> > Gesendet: Montag, 23. April 2001 09:05
> > An: [EMAIL PROTECTED]
> > Betreff: Re: file upload servlet
> > 
> > 
> > Thinking about it the question came up in me: Shouldn't tomcat
> > process the HTML and the jsp expression? With my configuration
> > (apache+ tomcat), could it be that the apache server handles the
> > HTML and cannot cope with the jsp? And, if the latter is the case,
> > how can I overcome the situation?
> > 

-- 
Chris Christoph P. U. Kukulies [EMAIL PROTECTED]

Reply via email to