This is one thing that really makes me miss Apache sometimes.
Anyway, here's what you need to do.
Add the following to your web.xml in your application
Foo
Foo
/foo/*
GET|POST
Hi,
I'm having trouble connecting to cloudscape database from orion.
Using the same driver, host and the port I can connect to the Cloudscape
using RmiJdbcDriver from an application running in a different JVM, but
when I try the same from orion I get an error like
Auto-deploying hello-ejb..
I'm probably missing something obvious, but... how
does one set up security for URL's in Orion. For
example, if I want to protect /foo/*, how can I do
that?
Using the latest version: hsql_142.zip (1.42 from June 2000), I had
to change
the value of:
connection-driver="hSql.hDriver"
to
connection-driver="org.hsql.jdbcDriver"
> -Original Message-
> From: Alex Johnson [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August
Quick and dirty "load balancing" is round robin DNS. I just did a quick
test the other day and set up two machines with our app. Hit the URL
once and logged in (keeps object in session). Killed the app on one
machine and hit reload. I was still logged in on the other machine. I
got some errors as
Thanks Richard. That did it. It wanted: org.hsql.jdbcDriver
I appreiate your help very much.
Orion team, if your reading, do you think you could correct your docs/FAQ?
Alex
--On Friday, August 18, 2000 10:57 AM +1200 Richard Woodward
<[EMAIL PROTECTED]> wrote:
> I just re-examined the conten
I've figured out part of my problem (at least I have a workaround):
My entity contains three Date fields. If those fields are not given an
explicit value (something other than null), then the ejbCreate fails. Here
is a partial stack trace:
Nested exception is:
java.sql.SQLException: [Microsoft][
Thanks, Richard. I have pasted it below.
http://www.orionserver.com/dtds/data-sources.dtd">
--On Friday, August 18, 2000 8:12 AM +1200 Richard Woodward
<[EMAIL PROTECTED]> wrote:
> Oh, right.
>
> Might need to see your data-source config file then.
>
> If you are going to pos
I have clustered Orion, but there is alot I don't know about it. I have
learned that Orion does session replication to every server in the cluster
farm. I have not been able to test it with a load-balancer yet. Anyone
happen to know of a "free" software load-balancer that can be used to test
multi
Hello Rick,
you can set the maximum number of connections allowed in data-source.xml, using
the max-connections attriubte (see
http://www.orionserver.com/docs/data-sources.xml.html)
Regards,
Karl Avedal
Rick Bos wrote:
> I am creating an application that uses both CMP and BMP entity beans to
>
Steffen,
I'll send you a short summary about the company.
Regards,
Karl Avedal
steffen schlosshauer wrote:
> i write an evaluation paper about application servers, and one chapter
> is about the vendor of the application server. unfortunately i can not
> find any informations about evermind th
My environment:
* Windows 2000 Professional
* Orion 1.2.0
* JDK 1.2.2
* SQL Server 7.0
I've created a simple server with one entity. It deploys just fine and
creates its table. I've gone through the fun of figuring out the
jndi.properties and application-client.xml stuff needed to get
Oh, right.
Might need to see your data-source config file then.
If you are going to post it to the group, dont forget to replace any
sensitive info like passwords etc... with bogus ones ;-)
---
Richard Woodward
G8 Labs Ltd.
Direct Dial (04) 9393414
-
I would like to be able to customize the name of the header returned in the
HTTP response headers, by using res.setHeader("Server","MyCompanyServer").
Using Resin standalone, I can get this to work. Using Resin with Apache,
nothing happens - my server header is ignored or overridden by the defa
Thanks Richard. Unfortunatly, I get the very same error when I do this...
--On Thursday, August 17, 2000 6:30 PM +1200 Richard Woodward
<[EMAIL PROTECTED]> wrote:
>
> Alex,
>
> Only put the jar file (hsql.jar) in your lib dir.
>
>
> ---
>
> Richard Woodward
>
> G8 Labs
This is something sent to me that the list is more appropriate for.
---
Joseph B. Ottinger [EMAIL PROTECTED]
http://cupid.suninternet.com/~joeo HOMES.COM Developer
-- Forwarded message --
Date: Thu, 17 Aug
Here are some basic instructions for reproducing the development environment
I used to get NetBeans debugging working with Orion. The instructions are
Windows-specific, but the conversion to UNIX/Linux should not be that difficult:
Required Components:
JDK 1.2.2
NetBeans
(Latest stable build)
JPD
Hi,
I need to stablish a federation between two servers and thus stablish a
security context.
For example
Case 1: I authenticate against server A accesing a Web page, afterwards
I connect to a protected web page in server B. I would like that my user
information would be propagated to server B.
I am creating an application that uses both CMP and BMP entity beans to
connect to
a database. There is only one database in the application.
The development version of the Ingres database only allows five connections
to be open.
I am always running out of connections in Orion.
Is there a way
If I had any information about it, sure. I only have one
machine; clustering isn't really an option for me.
On Thu, 17 Aug 2000, Pedro Garcia Lopez wrote:
> Hello Joseph,
>
> Congratulation for your interesting site about Orion.
> My question is about clustering ?
>
> Do you plan to include so
This has been a long running problem that I never received an answer to,
despite much discussion on this list.
wim veninga wrote:
Hi all,
I have created an set of Enterprise beans and in the assembly
descriptor I have
defined a set of roles that have some permissions to run methods (
in ejb-jar.
Hello,
does anyone know what fields in orion-ejb-jar.xml have to be defined for
it to work?
It seems to be a strange mix of user- and Orion-controlled fields, with
no documentation about which fields that are needed.
The attribute "wrapper" is of course filled out by Orion, but what about
the rest
i write an evaluation paper about application servers, and one chapter
is about the vendor of the application server. unfortunately i can not
find any informations about evermind the vendor of orion. can anybody
provide informations about evermind ?
thx steffen schlosshauer
This
week I only have 11am EST (8am here in California) open
Mark LussierChief Software ArchitectGE Power Systems
eBusinessDC 8*433-2232
-Original Message-From: wim veninga
[mailto:[EMAIL PROTECTED]]Sent: Thursday, August 17, 2000
11:05 AMTo: Orion-InterestSubject: Help: M
Hi Ishpal,
Thanks for the help. I'll try it out later (already have interbase working
with orion and
interbase is free(opensource since version 6), so the choice is obvious.)
Workaround for your error: Use cloudscape with rmijdbc or cloudconnector so
you have to start and shutdown the database s
Hi all,
I have created an set of Enterprise beans and in the assembly
descriptor I have
defined a set of roles that have some permissions to run methods (
in ejb-jar.xml).
When I deploy the application and the modify orion-ejb-jar.xml to map
the
roles to different groups in the assembly descript
wim veninga wrote:
>
>
>
> JavierG wrote:
>
> > Hi all:
> >
> > Can I make Orion and Clouscape run in the same VM? In that case,
> > how?
> > Wrapping Cloudscape in a servlet and running it within Orion? Any
> > particular
> > measure I should take in that case?
> > All suggestions would be ve
Hi!
I've come across a bit of a problem when using
on a JavaBean using Orion.
I have a HTML form with 3 input fields thats named:
action, amount and productId. The form calls
a .jsp page like :
and this JSP page uses the
and so on..
At first it seemed to work because every set method
Interbase 6 is great, when you don't mind the shortcomings in the JDBC
driver (a fix for it is now in testing, though): it does not support
renaming columns using AS. So "select count(*) AS userCount from users" will
not allow getInt("userCount"), though getInt(1) works fine, so there is a
simple
I have one session in the application. When I click on "Invalidate Session"
the session disappears from the Orion console (but any Attributes remain
visible) and the Java console prints:
Exception occurred during event dispatching:
java.lang.ArrayIndexOutOfBoundsException
at
com.evermind.gui.serve
Karl Avedal wrote:
>
> Hello Anders,
>
> I see you've gotten good answers already, just wanted to point that if you want
> to use different defaults per application rather than per ejb, you can set the
> default-data-source attribute in the orion-application.xml file.
Yeah, there lots of good a
Just to drop in a line: We successfully use Interbase 6 as database server
for our entity beans (BMP, so do not ask for a database scheme ;-). It
should fit all the needs the people have that want to use MySQL - first of
all, it's now free... (and, astonishingly, it seems even faster, although i
d
Alex,
Only put the jar file (hsql.jar) in your lib dir.
---
Richard Woodward
G8 Labs Ltd.
Direct Dial (04) 9393414
---
On Thu, 17 Aug 2000, Alex Johnson wrote:
> Hi All...
>
> I'm sorry to ask such a basic question, but I have searched the
33 matches
Mail list logo