Re: jsp in bluestone.

2000-05-08 Thread Friedman, Richard
Hey Kavitha, I would suggest that you send an email to [EMAIL PROTECTED] for some more information about configuring jsp servlets on our server. Also our latest version (7.0) has built in support for jsp 1.1, servlet 2.2 and EJB 1.1. -Rich. -Original Message- From: kavitha ramasamy

Re: off-topic - XML/JSP/Java Trees

2000-04-12 Thread Friedman, Richard
Two resources for you. 1. An overall site about xml, http://www.xml.org 2. Sun's site on XML http://java.sun.com/xml/ -Richard Friedman Bluestone Software. -Original Message- From: Raghuraman Sridharan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 12, 2000 1:51 AM To: [EMAIL

Re: Dynamic Images

2000-03-09 Thread Friedman, Richard
On what environment have you all tried this on? I heard it runs fairly well on an NT box, but on solaris performance becomes a problem, especially if you do this under load. -Rich. Senior Software Developer Bluestone Software. -Original Message- From: Mark Wutka [mailto:[EMAIL

[VENDOR:Bluestone Software] RE: e-commerce

1999-11-02 Thread Friedman, Richard
VENDOR company="Bluestone Software" Bluestone Software offers Total-e-Business - Includes A JSP/Servlet Engine that has load balancing, failover and has proven track record for scalability. - Content management. - Credit card purchasing.

Re: A question on secondary class used by a JSP page.

1999-10-12 Thread Friedman, Richard
Hey Nam, 1. Have you checked the log of your server to check for an exception being thrown? 2. Is there anything in the constructor of test_it()? 3. Is your database driver located in the classpath of your jsp-server? If you could supply some more of your code it would probably help! -Rich.

Re: Errorpage directive

1999-10-12 Thread Friedman, Richard
Dave, They code you have shown is not compilable. public void test() { System.out.println( "test" ); throw new NullPointerException(); System.out.println( "test" ); } would not compile with an error, statement (at line...