he
> and elements as well as the and elements in my
> ejb-jar.xml was causing the original compilation errors. I then commented
> out either the / or the / and the
> deployment/compilation of generated classes worked. Seems you can possibly
> only use one of the pair. This is oka
I have both local and remote interfaces to my beans, and it works fine.
I got the same error which i traced back to a error in my ejb-jar.xml.
I cant remember which error though. Try to clear the deployment files in
orion/applications and orion/application-deployments.
This is how one entity
either the / or the / and the
deployment/compilation of generated classes worked. Seems you can possibly
only use one of the pair. This is okay for me as I normally use the session
bean as a facade pattern , so I should be fine just using the
/ pair.
Scott
Scott Gaetjen wrote:
> I've creat
I've created a CMP entity bean based on some examples I've seen and am
encountering some compilation errors on the generated wrapper classes at
deployment time. Its seems the getter/setter methods and the remove
method are not recognized or available in the generated wrapper
classes.
st
> Subject: NullPointerException on CMP entity bean deployment
>
>
> I've created a CMP-based entity bean and encounter a NPE exception
when
> the .EAR is deployed. I've searched high and low and reviewed my XML
and
> Java, but I cannot determine the problem. Any help
ows:
Auto-deploying leaders-ejb.jar (No previous deployment found)...
java.lang.NullPointerException
at com.evermind.util.ClassUtils.getSourceNotation(ClassUtils.java:280)
at com.evermind.server.ejb.compilation.CMPObjectCompilation.processConta
inerManagedField(CMPObjectCompilation.java:299)
2nd Try...
Randahl Fink Isaksen <[EMAIL PROTECTED]> wrote:
From: "Randahl Fink Isaksen" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Subject: RE: Showstopper: Orion deployment crash, NullPointerExceptionDate: Wed, 17 Apr 2002 21:42:30 +0200Organization: ROCK IT
-From: Randahl Fink Isaksen
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, April 17, 2002 7:04
AMTo: Orion-InterestSubject: Showstopper: Orion
deployment crash, NullPointerException
After introducing a lot of
different changes in my EJBs I decided to erase my
deployment directory (the f
just the basic
quick/dirty deployment.
Cheers
Ray
--- Daniel Chandran <[EMAIL PROTECTED]> wrote:
>
> Ray,
>
> Yes it is the CartApp.ear from the j2ee tutorial. And I am trying it
> under Orion 1.5.4. I rebuilt the ear file without
> the j2ee-ri specific files. I s
file
deployment might be different across app servers if there are app-server
specific components
contained in it. For instance if there are j2ee-ri specific requirements
for this app (which I
believe there are), the app may deploy in Orion but you will have to then
adjust the orion config
accordingly.
Daniel -
Are you refering to the CartApp.ear from the j2ee tutorial for jdk1.3? If so, what is
your Orion
version? It deploys (haven't tested the functionality) on 1.5.4. Keep in mind that ear
file
deployment might be different across app servers if there are app-server specific
compo
I am trying to deploy the "cart" application that comes with the
j2eetutorial package from Sun (not the one
that comes with Orion) , and get the following error while deploying:
Auto-deploying cart (New server version detected)...
Auto-deploying cart-ejb.jar (No previous deploy
tries to start my
> application:
> --
> Error initializing site Default Orion WebSite: Error creating deployment
> directory: ../web
> --
>
> If I de-install my application I don't get the error, but ofcourse this
> isn't what I want.
>
>
Hi!
> If I start Orion I get the following error when Orion tries
> to start my
> application:
> --
> Error initializing site Default Orion WebSite: Error creating
> deployment
> directory: ../web
try to use absolute instead of
relative paths in your confi
Hellu,
I updated from Orion 1.5.2 to 1.5.4.
If I start Orion I get the following error when Orion tries to start my
application:
--
Error initializing site Default Orion WebSite: Error creating deployment
directory: ../web
--
If I de-install my application I don'
Hi Garrett -
I believe this does work in Orion, at least I haven't had any known problems with it.
(I'm using 1.5.4)
Cheers
Ray
--- Garrett Skelly <[EMAIL PROTECTED]> wrote:
> Guys & Gals,
>
> has anyone deployed Orion in and enterprise environment? While trying to
> deploy our application we h
Guys & Gals,
has anyone deployed Orion in and enterprise environment? While trying to
deploy our application we have encountered a "MEMORY LEAK TYPE PROBLEM"
where EJBs are maintained in Memory and not released - in addition the
config of the max-instances in memory does not work - this is a fund
Local/LocalHome
with BMP -> deployment problem
Can
add:
Special Edition Using EJB 2.0 [Que].
Professional Java EE 1.3 is kind of everything-in-one, not so focus on
EJB development.
I
like the Enterprise Javabeans 3ed, OReilly most, as it's easy to bring for
ginal Message-From: Jorge De Flon
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, February 20, 2002
9:53 AMTo: Orion-InterestSubject: Re: Orion 1.5.4
Local/LocalHome with BMP -> deployment problem
Mastering EJB 2ed (Ed Roman, etc.) [AW]
Enterprise Java Beans de Oreilly 3ed
Professi
Supporting YOUR J2EE World
The elephantwalker wrote:
> Vipul,
>
> Orion will not copy over an old orion-ejb-jar.xml file. So if you redeploy,
> if you don't blow away the previous deployment, you are still on the old
> file. This could be your problem.
>
> Regard
Sent: Tuesday, February 19, 2002 11:41
AM
Subject: Re: Orion 1.5.4 Local/LocalHome
with BMP -> deployment problem
2) can u pls suggest some good books/online
material to EJB basics
http://developer.java.sun.com/developer/onlineTraining/Beans/EJBTutorial/
Vipul,
Orion will not copy over an old orion-ejb-jar.xml file. So if you redeploy,
if you don't blow away the previous deployment, you are still on the old
file. This could be your problem.
Regards,
the elephantwalker
www.elephantwalker.com
-Original Message-
From: [EMAIL PROT
2) can u pls suggest some good books/online
material to EJB basics
http://developer.java.sun.com/developer/onlineTraining/Beans/EJBTutorial/
I have seen discussion on this topic but I was not able to get working
solution for me. Here is my problem:
I have OC4J. I have an application where I have deployed few CMP EJBS.
At present, there are NO orion-xxx.xml deployment descriptors(DD).
Now, I would like to introduce orion specific
: Tuesday, February
19, 2002 2:35 PMTo: Orion-InterestSubject: RE: Orion
1.5.4 Local/LocalHome with BMP -> deployment problem
You
can use findBy- and create-Methods but not additional ejbHome-Methods which
are new in EJB2.0 spec.
Dieter
-Original Message-From: Da
with BMP -> deployment problem
Thanks for the reply. Does this mean that you
cant use findBy-methods on the localhome inteface?
/David
public interface ProductLocalHome extends
EJBLocalHome{ public static final String PRODUCT =
"ejb/ProductLocal"; public static
Subject: RE: Orion 1.5.4 Local/LocalHome
with BMP -> deployment problem
... are you using ejbHome-methods? I think there is a bug in
orion 1.5.4 . It it not possible to use ejbHome-methods in local
home-interfaces. When you remove the declaration of this methods everythink
shoul
It appears that the local home methods must catch/throw an java.rmi.RemoteException -
obviously
going against the concept of local. While this will allow deployment to the server, I
have yet to
test the functionality. I have reported the bug as #731 in bugzilla.
--- "Kutzera, Dieter-No
-From: David Tunkrans
[mailto:[EMAIL PROTECTED]]Sent: Sonntag, 17. Februar 2002
14:17To: Orion-InterestSubject: Orion 1.5.4
Local/LocalHome with BMP -> deployment problem
EntityBean with BMP and Local/LocalHome etc.
Doesnt compile, some internal error...
Does anyone have an idea
\applications\app\webApp.war...
done.Auto-deploying app (Assembly had been updated)...Auto-deploying
product.jar (No previous deployment found)...Found 1 semantic error
compiling
"E:/cygwin/usr/local/java/orion/ProductLocalHome_EntityHomeWrapper31.java":
156. EvermindEntityContext
fin
[mailto:[EMAIL PROTECTED]]Sent: Wednesday, December 19, 2001
8:04 AMTo: Orion-InterestSubject: Re: Re: Very Long
Deployment Time
Hello,
Thanks for your answer. I've
tryed almost everything! I've added more RAM to my AppServer, now I'm
deploying directly from
age -
From:
Rice, Ted
To: Orion-Interest
Sent: Monday, December 17, 2001 11:50
PM
Subject: RE: Very Long Deployment
Time
try using jikes for your compiler inside
of orion. we experience similar delays in
deployment and using jikes cut deployment
time to abo
Peter
DunnSent: Monday, December 17, 2001 2:27 PMTo:
Orion-InterestSubject: RE: Very Long Deployment
Time
I've
used delegates for the implementation logic from the EJB classes and created
a batch file that re-packages the delegate classes into the .jar file. It
takes less t
ge-From: Gustavo Comba
[mailto:[EMAIL PROTECTED]]Sent: Monday, December 17, 2001
11:34 AMTo: Orion-InterestSubject: Very Long Deployment
Time
Hello,
I'm deploying a little
project with a Client Application Module and a EJB Module with several EJB
(about 30 Entity
try using jikes for your compiler inside
of orion. we experience similar delays in
deployment and using jikes cut deployment
time to about 10% of the original time.
./ted
-Original Message-From: Gustavo Comba
[mailto:[EMAIL PROTECTED]]Sent: Monday, December 17, 2001
8:34
.
Also,
separate your ejb entity beans in ejb.jar's from your session ejb.jar's. The
entity beans do not often change, but the session ejb.jar's do change all the
time. you can copy the ejb.jar for your session beans directly to your
enterprise deployment directory (created d
done something similiar on the web side
of things minus the delegate bit. So my deployment looks something like
this.
ejb
MyClassDelegate package-name
5
seconds
web MyClassServlet
package-name
2-4
seconds
were
ejb and web are the names of my batch files.
MyClassEJB
...
public v
Hello,
I'm deploying a little
project with a Client Application Module and a EJB Module with several EJB
(about 30 Entity and 5 Session Beans). I'm using JDeveloper 9i Release Cantidate
to develop/deploy my project.
My project compiles very fast,
but when I do the depl
On Wednesday 21 November 2001 23:40, you wrote:
> shutdown the server
> delete the .ear file in applications
> delete the directory in applications
> delete the directory(ies) in application-deployments
> startup the server ( it should complain about not finding the ear )
> shut it down
> copy .ea
Title: RE: Deployment Exception
shutdown the server
delete the .ear file in applications
delete the directory in applications
delete the directory(ies) in application-deployments
startup the server ( it should complain about not finding the ear )
shut it down
copy .ear file to applications
I'm having issues with my EAR deployment all of a sudden -- when Orion
attempts to unpack and deploy the EAR, it throws an exception:
Auto-deploying thesquare-ejb.jar (ejb-jar.xml had been touched since the
previou
s deployment)... java.lang.IllegalArgumentException: Cannot convert from
cl
I'm usin orion 1.2.2..
How can I deploy class files? Is there and deployment tool?
- Original Message -
From: "DeVincentiis Giustino" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Tuesday, November 20, 2001 4:50 PM
Subject:
The best there is :)
I luve it
Eddie
- Original Message -
From: "DeVincentiis Giustino" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Tuesday, November 20, 2001 8:50 AM
Subject: RE: deployment tool
> Hi,
> you can
does orion support the new ejb 2.0 version?
- Original Message -
From: "DeVincentiis Giustino" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Tuesday, November 20, 2001 8:50 AM
Subject: RE: deployment tool
> Hi,
> you can
Hi,
you can try Ant (http://jakarta.apache.org/ant/)
Giustino
> -Original Message-
> From: kamsky@yahoo [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, November 20, 2001 6:54 AM
> To: Orion-Interest
> Subject: deployment tool
>
>
> Hi,
>
> Is t
Hi,
Is there a deployment tool that is easier than j2sdkee1.3?
What is it?
Thanks
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
At 11.52 19/10/2001, Prashant Gaikwad wrote:
>Now requirment says that the presentation JSP's will be deployed on Apcahe
>web server and servlets-java beans holding bisuness workflow logic to be
>deployed on J2EE container i.e OC4J or Orion.
Why this requirement? Be very careful not to mistake Ap
JSP's will be deployed on Apcahe
web server and servlets-java beans holding bisuness workflow logic to be
deployed on J2EE container i.e OC4J or Orion.
Note: Complete deployment will be on single machine.
My questions are -:
1.) Is the usage of two web servers (apcahe & OC4J) advisa
Alex Bairov wrote:
>
> Hello,
>
> We are deploying .ear containing 12 ejb .jars and 1 .war. It
> takes 3 minutes to deploy, even if I have changed only one .jar.
> Could I speed this up somehow?
>
> --
> Best regards,
> Alex Bairov
Hi Alex.
When you do your builds, make sure
Try with jikes it will be help u speed up deployement.
-Original Message-
From: Alex Bairov [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 04, 2001 9:36 AM
To: Orion-Interest
Subject: Deployment performance
Hello,
We are deploying .ear containing 12 ejb .jars and 1 .war. It
Hello,
We are deploying .ear containing 12 ejb .jars and 1 .war. It
takes 3 minutes to deploy, even if I have changed only one .jar.
Could I speed this up somehow?
--
Best regards,
Alex Bairov
Hi folks,
I've just finished implementing a finder that can navigate across a many-to-many
join table, by embedding a SQL statement in the deployment descriptor. This was
based on Tim Drury's useful "Advanced Finder Methods" article on Orion Support (
http://orion
Hello,
I am trying to get security working as per the instructions on
OrionSupport.com (http://www.orionsupport.com/articles/usermanager.html)
and I am having some troubles. Following these procedures is creating
some questions about application deployment and the
applications
I just spent 3 hours tracking a NullPointerException which occured during
deployment of an ejb-jar.xml (Orion 1.5.2 Windows 2000, JDK 1.3.1). For the
benefit of everyone else:
If you get a NullPointerException without any other messages from orion
during deployment, check to make sure that any
;
From the lookup beans deployment descriptor, notice
that the same classes are deployed twice with different names;
salutation
com.chryxus.ejb.lookup.LookupHome
com.chryxus.ejb.lookup.Lookup
com.chryxus.ejb.lookup.LookupEJB
False
ag for img
>
>
>
>regards,
>
>the elephantwalker
>
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED]]On Behalf Of Brian Thompson
>Sent: Friday, July 20, 2001 8:02 AM
>To: Orion-Interest
>Subject: best way to build a link to wor
different deployment
configurations??.
I have an application that during development is deployed multiple times
with the following...
http://devwebsite/customerApp1
http://devwebsite/customerApp2
In production, I'd like to deploy the applications as...
http://custome
I have an application that during development is deployed multiple times
with the following...
http://devwebsite/customerApp1
http://devwebsite/customerApp2
In production, I'd like to deploy the applications as...
http://customerApp1
http://customerApp2
In the fir
you dont seem to be giving any permissions to your methods.
in the method-permission element you are just listing all the methods but
are not defining the roles with permissions to the methods. you are also not
defining any roles. i would recommend removing the entire method-permission
element fr
My gratitude to all who responded to my first question.
Thank you.
As you may be able to tell, I am very new to server side stuff.
I re-did the entire ear file from the ground up
using jar and was able to deploy the app.
Unfortunate, the next roadblock was an error message
complaining about the f
Hello Jeanne,
Tuesday, July 17, 2001, 8:17:37 PM, you wrote:
J> Next I rebuilt the jar file with the modified ejb-jar.xml
J> and then rebuilt the ear file. I tried this with jar and winzip.
J> Now on to try and deploy with Orion again,
J> and this time I get the error message,
J> "Unable to find/
What happened is that you rebuilt the ejb-jar-ic.jar file incorrectly.
Unjar the original jar (from the deploytool) and then unjar your new jar.
You'll notice they product different directory structures.
-Pat
At 02:17 PM 7/17/2001 -0400, you wrote:
>If this question has been posted before
>ple
post your ejb-jar.xml file so we can look at it...we need more info.
regards,
the elephantwalker
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeanne
Sent: Tuesday, July 17, 2001 11:18 AM
To: Orion-Interest
Subject: deployment
Importance: High
If
If this question has been posted before
please direct me to the archive location.
I did not find any reference to this problem.
I am using Sun's deploytool to create an ear file
that I want to deploy in orion.
The application deploys without difficulty with
the deploytool and Sun's default j2ee s
h orion. There is no ejbc step!
Its really easier than any other appserver.
Good luck,
regards,
the elephantwalker
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Atif Pesh-Imam
Sent: Saturday, July 14, 2001 5:43 PM
To: Orion-Interest
Subject: EJB CO
Title: EJB COmpiliation and Deployment Help
Hey Folks,
Im very new to Orion but Im familiar with the J2EE world. I have a framework which has several EJBs that I need to get workign within Orion (actually within 9ioas, but they use Orion's container now). So, my question is as follows
Hi.
I've got an j2ee-app that works fine with: Orion1.5.2, linux, Sun JDK 1.3.1.
Now I am forced to move to: Orion 1.5.2, Win2k (sp2), Sun JDK 1.3.1.
When I try to deploy my app, I get the following error-msgs:
Error in application protestanttester: Error loading package at
file:/D:/java/prote
]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Tuesday, July 10, 2001 2:45 PM
Subject: HOT deployment ??
> I still don't understand when my changes are NOT picked up ??
> During development I don't have a ear file, I just have a dir with all the
> classes/xml
I still don't understand when my changes are NOT picked up ??
During development I don't have a ear file, I just have a dir with all the
classes/xml files.
Untill now, when I change something in an EJB class, I have to stop orion,
delete the deployment dir en start again
Why like this
STING FOR DEVELOPMENT TIME: Central location
for classes and still able to use hot deployment
I think this is something that a lot of people in the list would
like to have:
A central location for java classes in "production" or "live" mode
(located in a n
cess and also ask for some help to complete the
puzzle:
Classpath/classloader issue:
1) My ejbs and
helper classes go in the "ejb" section. Hot deployment is triggered by
"touching" orion-application.xml. Since the ejb classloader takes precedence
over the servlet classloader, clas
OK, Jeff. It works
Thanks
Jeff Hubbach wrote:
>
> Juan,
>
> Prior to 1.4.8 (I'm pretty sure on this, but it might be 1.5.2), the
> orion-ejb-jar.xml files are deployed from an orion subdirectory of the
> jar file. ie:
>
> ejb-jar.xml
> - META-INF
> - ejb-jar.xml
> - ori
EMAIL PROTECTED]]
Sent: June 21, 2001 8:09 AM
To: Orion-Interest
Subject: Autocopy of deployment files
Hi list,
I have my orion-application.xml file located in META-INF. When orion
deploys the application it copies the file in the correct directory
inside application-deployments.
But, where sho
Juan,
Prior to 1.4.8 (I'm pretty sure on this, but it might be 1.5.2), the
orion-ejb-jar.xml files are deployed from an orion subdirectory of the
jar file. ie:
ejb-jar.xml
- META-INF
- ejb-jar.xml
- orion
- orion-ejb-jar.xml
- your package heirarchy
- your class files
Jeff.
Hi list,
I have my orion-application.xml file located in META-INF. When orion
deploys the application it copies the file in the correct directory
inside application-deployments.
But, where should I put the orion-ejb-jar.xml files? I put them in the
META-INF directory inside the EJBs, but
orion-application.xml, but... The do not get copied. Instead Orion cries-out
that i have specified invalid names for data-sources and for
principals.
Trying I found, that after copying
the orion-application.xml to the deployment directory Orion starts to search for
the principals.xml and the data-source
Lets say I have the file "foo.jsp" in my web.war file. On deployment,
orion expands the .ear and the .war and I can access the file.
If I later remove the foo.jsp file and redeploy the application,
foo.jsp is still in the expanded directory.
I can use the preview admin console to
from
orion/application-deployment/yourapp. put the copy in your source
tree, edit it,
and
add it to your ear for subsequent deployments.
-tim
efnet
#java joeblowgt
-Original Message-From: Greg Matthews
[mailto:[EMAIL PROTECTED]]Sent: Thursday, June 07, 2001 8:44
PMTo:
dear all,
is there any way to have 3rd party jar files
included in an EAR then deployed into the orion\lib directory.
i'm trying to minimise the number of steps our
clients have to perform when installing our app.
thanks,
greg
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Eddie
Sent: Tuesday, May 29, 2001 7:59 AM
To: Orion-Interest
Subject: Re: >>>Re: ATM example -> deployment error -> PLEASE some HELP
Hellu there,
I already solved it myself.
How ???
I di
- Original Message -
From: Eddie <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Monday, May 28, 2001 7:48 PM
Subject: >>>Re: ATM example -> deployment error -> PLEASE some HELP
> Ok... forgot something...
>
> I did some debugging by
- Original Message -
From: Eddie <[EMAIL PROTECTED]>
To: Orion-Interest <[EMAIL PROTECTED]>
Sent: Monday, May 28, 2001 7:13 PM
Subject: >>Re: ATM example -> deployment error -> PLEASE some HELP
> Ok,
> I now have my tiny jms client submitting messages
Ok,
I now have my tiny jms client submitting messages, but the ejb doesn't
consume them.
I use the atm example as guideline and have this running. However when I
have a look at the atm example, I notice that neither does atm logs !!1 That
is, there doesn't appear anything in the table com_acme_at
Title: SV: ATM example -> deployment error -> PLEASE some HELP
Hi Magnus,
Thanks for the advice.
I did some tests with the original config files and
noticed that I have:
set in my server.xml while I am still using 1.4.7,
whereas this tag is only needed from 1.4.8.
After removin
Title: SV: ATM example -> deployment error -> PLEASE some HELP
Ed.
1) did you install Orion properly?
2) Do you have a line that goes:
in your [ORION-DIR]/config/server.xml ?
3) Does your [ORION-DIR]/config/jms.xml looks anything like this:
http://www.orionserver.com/dt
Interest <[EMAIL PROTECTED]>
>To: Orion-Interest <[EMAIL PROTECTED]>
>Subject: Re: ATM example -> deployment error -> PLEASE some HELP
>Date: Wed, 23 May 2001 21:03:19 -0400 (EDT)
>
>I had a similar problem running it on orion1.4.5.
>I put this in server.xml, r
I had a similar problem running it on orion1.4.5.
I put this in server.xml, reference the list archive, after I commented it
out the atm example worked.
Joel
On Wed, 23 May 2001, Eddie wrote:
> SV: abstract-schema-nameI am trying to develop an JMS EJB, but I have bad luck with
>it.
> If I
Title: SV: abstract-schema-name
I am trying to develop an JMS EJB, but I have bad
luck with it.
If I try to deploy the atm example out of the box,
just as explained on the orion web site, I get the same error as with my tiny,
simple, short... JMS EJB:
Error deploying
file:/opt/Orion
Is it just me, or is auto deployment broken in version 1.5.1 ? It looks like
they tried to do something about the 'error reading zipfile' message, but
now it sometimes just doesn't notice that an .ear file has changed. I have
to stop and start the server to trigger the aut
Hi there,
I am still using 1.4.7 as I have problems updating to 1.5.0.
I noticed the following:
I added the attribute "exclusive-write-access" to my orion-ejb-jar.xml (see
below) and it doesn't appear in the deployed orion-ejb-jar.xml ???
The line in the orion-ejb-jar.xml in my application:
---
; <[EMAIL PROTECTED]>
Sent: Thursday, May 17, 2001 3:53 PM
Subject: RE: Deployment to multiple instances...?
> Atilla,
> Take a look at the orion-web.xml. It should be possible to provide
override
> values using orion specific tags. Since the Orion-web.xml is not
rewritten
> when a n
:
http://www.orionserver.com/docs/orion-web.xml.html
-Original Message-
From: Reid Hartenbower [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 17, 2001 2:19 PM
To: Orion-Interest
Subject: Re: Deployment to multiple instances...?
This might not be the solution you're looking for, but you
Furthermore, rather than having multiple web.xml files, you can use
Ant's
done this
myself) you can do all you're looking for with build scripts.
- Original Message -
From: "Attila Bodis" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Thursday, May 17, 2001 10:57 AM
Subject: Deployment to multiple instances
hen 2) manually change the settings in
WEB-INF/web.xml on each instance.
Of course if I avoid putting container-specific (i.e. deployment
environment-specific) parameters in WEB-INF/web.xml, then the same web.xml
will work on all of my various instances. But then where do I put config
parameters su
Chaya Ramanujam wrote:
> Can someone give me details on the auto-deployment feature in Orion?
Add a the following line to the default-web-site.xml (config directory),
under default-web-app line:
and the following line in the server.xml (config directory), under
line:
> How
Can someone give me details on the auto-deployment feature in Orion? How do
you go about getting an app deployed automatically? Is there a way to turn
this feature off using a tag in the orion config files?
If this feature is on by default, is it possible to have an app installed on
the
directory in
application-deployments (of course, after you have shutdown orion). If you
have no other applications, you can just blow away the whole
application-deployment directory.
There is also an admin.jar command to do thisbut I have never used it.
Otherwise, if the table is not created
fine.
Yes, the port is 1521
So, perhaps someone know a way to debug whats going on ?
Thanks
>From: "elephantwalker" <[EMAIL PROTECTED]>
>Reply-To: Orion-Interest <[EMAIL PROTECTED]>
>To: Orion-Interest <[EMAIL PROTECTED]>
>Subject: RE: CMP Primer and Oracle 8.
: Saturday, May 05, 2001 4:45 PMTo:
Orion-InterestSubject: Q:CMP Primer and Oracle 8.1.7
deployment
Hi all,
I'm trying to deploy the CMP Primer (running on Win2000) using an
Oracle 8.1.7 database on a Solaris box. Everything works fine if I use the
default database provided by
1 - 100 of 307 matches
Mail list logo