Re: Sybase graphical frontend

2000-09-15 Thread Paul Lawton
We use DBVisualizer from www.ideit.com A nice little java app for connecting to any jdbc datasource. Paul > hi! > > Anybody knows a graphical sybase frontend for linux? > > []s > Guiga >

Re: Specifying the classpath in Cocoon when running under Orion?

2000-07-01 Thread Paul Lawton
> Paul, > > There are two possibilities to your question: > > The first is giving additional class assess to the EJB's themselves, in this > case I added classes111.zip (to allow the EJB's to access Oracle directly) > to the startup of the Orion server like so: > > export CLASSPATH=orion.jar:/home

Specifying the classpath in Cocoon when running under Orion?

2000-07-01 Thread Paul Lawton
After this recent post: > in jserv.properties > > wrapper.classpath=C:\jdk1.1.8\lib\classes111.zip <--specify the path where > your classes111.zip is > It shows how to set the classpath for Cocoon running under JServ. Does anyone know how to set the classpath for Cocoon when running under Orion

Datasource problem - cmt-dataSource/ejb-datasource

2000-06-30 Thread Paul Lawton
Title: RE: Correct way to run a servlet in a html page? I'm try to connect to a Sybase databse and after copying the datasource from another Orion server that connects to the same Sybase database (different username and pass) I get the following errors for each EJB that it's trying to deploy:

Re: sourcejava.lang.InternalError: jzentry == 0

2000-05-30 Thread Paul Lawton
Ok I've sussed how to fix it - but not the reason for it. I had some .jar files in the WEB-INF/lib directory - after removing xerces.jar - it works fine. > Syntax error in sourcejava.lang.InternalError: jzentry == 0 > at java.util.zip.ZipFile$2.nextElement(ZipFile.java:297) > at sun.tools.java

JSP: sourcejava.lang.InternalError: jzentry == 0

2000-05-30 Thread Paul Lawton
Can anyone explain the following error please? server.xml contains: default-web-site.xml contains: and I have a page index.jsp at demo2/page/webby/index.jsp which only contains a line of text "this is a test page" - no jsp at all. When I access the index.jsp page at http://localhost/pageweb

Cocoon with Orion?

2000-05-23 Thread Paul Lawton
Has anyone managed to get Cocoon 1.7.4 to work with Orion rc1? I have commented out the Orion xsl servlet chaining and I currently get the following error when trying to access the example index.xml file that comes with the cocoon samples: Publishing Engine could not be initialized. java.lang.R