RE: Do I need a Web Server too?

2002-04-12 Thread Martin Wells


 
 Should I only use Orion?  Or am I better off using both Orion 
 and IIS?  If so, what does having both provide me with?
 


Orion by itself it significantly faster than being tunneled through
another web server. Unless you need something specific in IIS or Apache
(e.g. mod_perl) then go with Orion alone. It's also easier to configure
and maintain.


Regards,
Marty





ClassCastException

2000-07-26 Thread Martin Wells

Hi all,

Another quick question.

I have a globally allocated (application scope) bean that manages my
dbconnection pooling system. I've been seeing a lot of
"java.lang.ClassCastException: DBConnectionPool". When I'm doing development
on various jsp's and beans that utilise this as an include (e.g.
jsp:useBean id="dbConnection" class="DBConnectionPool"
scope="application"(.

Basically nothing will work after I see this until the server is restarted.
Hints on why this is happening would be appreciated.




Marty