Re: Out of environment space

2000-11-24 Thread Boszormenyi Laszlo
Hi! On Fri, 24 Nov 2000, Tomas Marek wrote: > Out of environment space Ok. I checked the Java page again: 1.Close the DOS window (the error can corrupt its CLASSPATH variable). 2.Open a new DOS window. 3.Click on the MS-DOS icon at the top left of the window. 4.Select the Properties

extend and jsp

2000-11-22 Thread Boszormenyi Laszlo
Hello! I have a jsp page, which extends a servlet I have. But when I check the jsp page, the servlet's doGet method started, and there's no output from the jsp itself. Ok, I deleteted the doGet method from the servlet, and now I get "HTTP method GET is not supported by this URL" for the page. :(

Re: Tomcat-Apache configuration

2000-11-22 Thread Boszormenyi Laszlo
Hi! On Tue, 21 Nov 2000, Matt Becker wrote: > Does anyone happen to know where either of these files are located? http://jakarta.apache.org/builds/tomcat/release/v3.1/bin/linux/i386/ If you have Linux, and you mean the last _stable_ release of tomcat. Bye, Laszlo

Re: Please help!

2000-11-21 Thread Boszormenyi Laszlo
Hello! On Tue, 21 Nov 2000, Rocky YIP wrote: > My case is when I run tomcat\bin\startup, it displays "bad command or file name" Please check if all the paths is set up correctly in that file. > If I run tomcat\bin\tomcat, it displays "Out of environment space". I can't remember exactly, but t

Can a server call an other servlet?

2000-11-19 Thread Boszormenyi Laszlo
Hello! Let's say I have some servlet, and each of them would like to reach a function I write into one of them. Can the others reach it somehow? Maybe if I restructure the code? I don't want to package this function to an outstanding (not tomcat - jakarta servlet) file. Thanks, Laszlo

JSP and embedded servlet call

2000-11-19 Thread Boszormenyi Laszlo
Hello! How should I implement something like <.!--#exec cgi="..."--> in a jsp page? So, I want to see the output of the servlet embedded in the jsp page. Thanks, Laszlo