Re: Virtual Host makes Servlet Not found

2000-07-18 Thread Xavier Tsai
this helps. > > Tony. > > > > > > "Xavier Tsai" > <[EMAIL PROTECTED]> To: "Java Apache Users" > Sent by: <[EMAIL PROTECTED]> > <[EMAIL

Re: Virtual Host makes Servlet Not found

2000-07-18 Thread Xavier Tsai
this helps. > > Tony. > > > > > > "Xavier Tsai" > <[EMAIL PROTECTED]> To: "Java Apache Users" > Sent by: <[EMAIL PROTECTED]> > <[EMAIL

Re: Virtual Host makes Servlet Not found

2000-07-17 Thread THiggins
-dogs.com> Subje

Re: Virtual Host makes Servlet Not found

2000-07-15 Thread Xavier Tsai
t; Sent: Saturday, July 15, 2000 11:47 PM Subject: Re: Virtual Host makes Servlet Not found > > BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> > WHEN YOU POST, include all relevant version numb

Re: Virtual Host makes Servlet Not found

2000-07-15 Thread Sheer El-Showk
BEFORE YOU POST, search the faq at WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! --

Virtual Host makes Servlet Not found

2000-07-14 Thread Xavier Tsai
BEFORE YOU POST, search the faq at WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! --

Re: Servlet Not Found

1999-09-27 Thread lou baker
- Please read the FAQ! - Sorry, I don't have an answer to your problem, but rather a question. You say JServ is working correcton (I get the diagnosting page showing host and zone properties... I did a success

Re: Servlet Not Found

1999-09-27 Thread Andrew Agno
- Please read the FAQ! - Dave Moore writes: > I've installed Apache and Jserv complete with JSDK 2.0. The tests all > indicate that: > 1. Apache is installed correctly. > 2. JServ is working ( I get the d

Servlet Not Found

1999-09-25 Thread Dave Moore
- Please read the FAQ! - I've installed Apache and Jserv complete with JSDK 2.0. The tests all indicate that: 1. Apache is installed correctly. 2. JServ is working ( I get the diagnostics page showing host an

Re: Servlet not found...

1999-05-20 Thread Michael Schulz
> Do i have to restart the servletrunner? If yes: How an with which > parameters? So i found something in the description and i restart the servletrunner with my pathes, but it still does not work... Michael -- -- To subscribe:

Servlet not found...

1999-05-20 Thread Michael Schulz
Hello, i installed Jserv with SuSE Linux 6 and after some Problems it seem to run: The example works. Now i wrote my own test-servlet: import javax.servlet.*; import javax.servlet.http.*; import java.io.*; public class HelloWo