Re: Problems with cookie

2000-09-29 Thread Fabro, Loic
Source code coming with Tomcat examples: import java.io.*; import javax.servlet.*; import javax.servlet.http.*; public class CookieExample extends HttpServlet { public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException {

Re: cannot run jsp in tomcat

2000-10-02 Thread Fabro, Loic
You don't need to use the classpath environment variable! Just put that in your JAVA_HOME: c:\jdk1.3 I don't have any classpath on my computer I just have: JAVA_HOME=C:\Progra~1\java\jdk1.3 TOMCAT_HOME=C:\Program Files\apache\tomcat Everything works fine! __ Loïc Fabro Consultant, A

Re: JSWDK

2000-10-04 Thread Fabro, Loic
Try http://saltwater.cecs.missouri.edu:8080/examples/servlet/HelloWorldExample (I was able to access it from the Internet.) __ Loïc Fabro Consultant, Advanced Services Group MicroStrategy The Power of Intelligent E-Business Technology Reviews. Innovative Workshops. Keynote b

Re: tomcat with apache

2000-10-04 Thread Fabro, Loic
Just need to follow the readme/install file that is shipped with tomcat! (oh, don't forget to download tomcat first! ;-) ) If you did it and it still doesn't work, check on the tomcat web pages and search through the tomcat mailing list archive this the errors you are getting. (The Tomcat user li

Re: Report Utility [This is NOT an advertisment]

2000-12-11 Thread Fabro, Loic
Hi, Disclaimer: Please don't consider this email as advertising as it is not! My company is selling something that may do what you want You can go on the MicroStrategy Web store and download our products for _free_ trials (I think it's for 30 or 90 days). We are mainly Windows NT based, but

Re: JSP and Reports

2001-01-29 Thread Fabro, Loic
Hi, If you need a scalable, powerfull and easy to develop/deploy solution for a reporting system, check out this product (and try it for free): www.microstrategy.com/eval The Software Development kit supports Java and/or any COM-compliant language support (VC++, VB, )

Re: Reporting software using JSP

2002-01-16 Thread Fabro, Loic
Title: RE: Reporting software using JSP I would add my company to this list http://www.microstrategy.com/ You really want to look into our solutions before making any decision! keywords: Java, XML, XSLT, PDF [You can believe me: it works! I implement these solutions! Get your free eval

Re: Problem with JSP and HTML frames

2006-03-21 Thread Fabro, Loic
Because this is the HMTL Standard? The correct way of building an HTML page is to have something like: ... __OR___ You don't have a body if you define a frameset. But you _should_ add the tag to the two other pages you have that do not define