URL Pathing

2000-10-16 Thread DMoy

To Whom this may concern:

I have written an application using java and jsp technologies that was
developed around Caucho's Resin web application server.  During my testing,
I've found that I cannot run my code on Orion because in every instance
where I do a redirect, Orion expects that the redirect url is based from
the application context directory and Resin expects that the request is
from the current directory.  I've tried several alternatives but have been
unable to find a solution that will work on either server.  Is there a way
to do this?   I am desperate at this point.   I appreciate any information
you can provide me with.

Sincerely,
Andy






Re: Reloading servlets, XSLT, AS/400 ?

2000-09-20 Thread DMoy


RE: question 3, I have read in the archives that people of run orion on the
AS400.  Check the archives.


   
 
"Vitaly Lipovetsky"
 
[EMAIL PROTECTED]To: Orion-Interest   
 
Sent by:  [EMAIL PROTECTED] 
 
owner-orion-interest@orioncc:  
 
server.comSubject: Reloading servlets, 
XSLT, AS/400 ?   
   
 
   
 
09/20/00 03:59 AM  
 
Please respond to  
 
Orion-Interest 
 
   
 
   
 




1. Does Orion support reloading servlets without restart server ?
2. Does Orion support XSLT ?
3. Has anyone tried to run Orion on AS/400 ?











Data Source, Connection Pooling

2000-09-14 Thread DMoy

Hello All,
Could some one please explain the data-sources.xml file/usage other then
the rudimentary documentation on the web site.

For instance, how does one setup a connection pool?  Is it enough to use
the example and point your data source object to the JNDI location
specified in the data-sources.xml

I have tried this with both iNet's Opta Driver for SQL server and Hit
Softwares JDBC driver.  I can get a single connection using iNet and the
JNDI location "jdbc/PLDS"  but the Connection Pool does not work at all
when I reference "jdbcPLPooledDS".  I get a class cast exception.

Is there something I am missing,  do I need to use another class for the
connection pool, other then com.evermind.sql.ConnectionDataSource.



 data-source
  class="com.evermind.sql.ConnectionDataSource"
  location="jdbc/PLDS"
  pooled-location="jdbc/PLPooledDS"
  xa-location="jdbc/PLXADS"
  ejb-location="jdbc/PLEJBDS"
  name="PL data-source"
  url="jdbc:inetdae:146.146.146.146:1433"
  connection-driver="com.inet.tds.TdsDriver"
  username="sa"
  password=""
 /