-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
> I
> know it's supposed to route to the console window that started the JVM,
> which I assume is the same window that shows 'Apache/1.3.6 (Win32)
> ApacheJServ/1.0 running...'(*1) -- yet alas, no stdout to be had.
Actually, no. You need to start the java portion manually in a console
window. It is in that window where you would get the output.
Also, when debugging servlets, it is often much easier to catch all
exceptions in your doGet() method and then just send the output of
printstacktrace back to the browser.
Take a look at how I do things with Dash...
<http://www.working-dogs.com/dash/>
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]