Re: [Fwd: Re: running servlet from java]

2008-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Goran, Goran Jambrović wrote: | i tried your advice, and it didn't help. If you want to grab content from a remote URL and display it in a web browser, why are you even bothering to get it yourself? Just build the target URL and send a browser to it

Re: running servlet from java

2008-02-21 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Goran, Goran Jambrović wrote: | I would like to run a servlet(/FunPacmanServlet) from java. You should call it via HTTP. | This servlet | would then show a jsp page in web browser. That's going to be a problem, depending on your platform, the secu

Re: [Fwd: Re: running servlet from java]

2008-02-21 Thread brien colwell
> > 02/20/2008 08:15 PM > Mail Size: 12872 > Please respond to > "Tomcat Users List" > > > To > users@tomcat.apache.org > cc > > Subject > running servlet from java > Our Ref > > Your Ref > > > > > > > > Hi! &

[Fwd: Re: running servlet from java]

2008-02-21 Thread Goran Jambrović
rds David Goran Jambrović <[EMAIL PROTECTED]> 02/20/2008 08:15 PM Mail Size: 12872 Please respond to "Tomcat Users List" To users@tomcat.apache.org cc Subject running servlet from java Our Ref Your Ref Hi! I would like to run a servlet(/FunPacmanServlet) from java.This s

Re: running servlet from java

2008-02-20 Thread david . y . z . wang
2 Please respond to "Tomcat Users List" To users@tomcat.apache.org cc Subject running servlet from java Our Ref Your Ref Hi! I would like to run a servlet(/FunPacmanServlet) from java.This servlet would then show a jsp page in web browser. The problem is that the contents of

running servlet from java

2008-02-20 Thread Goran Jambrović
Hi! I would like to run a servlet(/FunPacmanServlet) from java.This servlet would then show a jsp page in web browser. The problem is that the contents of jsp page is shown in eclipse console, but the browser does not show the page. Any idea what i'm doing wrong? I am using eclipse 3.2, tomca