currency,
since they are not reentrant.
regards,
the elephantwalker
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Romen Law
Sent: Thursday, March 21, 2002 2:33 PM
To: Orion-Interest
Subject: Re: Concurrent calls to Session bean methods
ell
i want unsubscribe to this help me..
***
Discussion is an exchange of Intelligence.
Argument is an exchange of Ignorance.
***
~With Regards~
Dinesh B.T
IonIdea Enterprise Solutions Pvt.Ltd
38-40,EPIP(Ex
I believe that particular feature was added on top of Orion - not sure if Orion will
add that at a
future date.
Cheers
Ray
--- Michael Crozier <[EMAIL PROTECTED]> wrote:
>
> Hello,
>
> I'm starting to evaluate Orion as a application server for a project and
> I'm trying to figure out if/how Ori
Thursday, March 21, 2002 3:47 PM
Subject: RE: Concurrent calls to Session bean methods
> John,
>
> Here is the offending class, compliments of the Sun Blueprint team:
>
> public class ShoppingClientControllerWebImpl implements
WebClientController
> {
>
> private Shoppin
Anil,
You might try looking at our tutorial on user security ...
http://www.elephantwalker.com/rfa?id=404
You will need to get an account, but its free to join.
Its important that bit in your applications is followed...
META-INF/application.xml -->should have the j2ee roles, and
java-applica
In case there is any confusion, Oracle 9iAS has, among many other things, a j2ee
container
licensed from the Orion code-base. The j2ee container is OC4J.
Besides cost, there are a number of differences - Orion 1.5.4 has more of the ejb2.0
spec
implemented, though they are still working on it. O
>Sent by: cc:
>
>owner-orion-interest@orion Subject: RE: Concurre
I was also wondering about this. Of course since the webcontroller is not an
EJB it is allowed to use the otherwise banned synchronized keyword!
Guy.
> -Original Message-
> From: The elephantwalker [mailto:[EMAIL PROTECTED]]
> Sent: 21 March 2002 04:48
> To: Orion-Interest
&
preventing cocurrent calls to the stateful
session bean.
regards,
the elephantwalker
www.elephantwalker.com
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, March 20, 2002 12:05 PM
To: Orion-Interest
Subject: RE: Concurrent
://www.myprofiles.com/member/view.do?profileId=127
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Alex Paransky
Sent: Wednesday, March 20, 2002 8:35 AM
To: Orion-Interest
Subject: RE: ejbStore not getting called! Please provide any comments
you have...
I did not
Thanks for the suggestion, Elephantwalker. Will look into the facade class
used in pet store application.
Regards,
Vani
>From: "The elephantwalker" <[EMAIL PROTECTED]>
>Reply-To: Orion-Interest <[EMAIL PROTECTED]>
>To: Orion-Interest <[EMAIL PROTECTED]>
>
hould do it with that not ??
Eddie
>From: "Satter, Rabi" <[EMAIL PROTECTED]>
>Reply-To: Orion-Interest <[EMAIL PROTECTED]>
>To: Orion-Interest <[EMAIL PROTECTED]>
>Subject: RE: Soap with Axis ?
>Date: Wed, 20 Mar 2002 09:43:55 -0600
>
>GLUE is a pro
cc:
owner-orion-interest@orio Subject: RE: ejbStore not
getting called! Please provide any comments you have...
<[EMAIL PROTECTED]> To:
[EMAIL PROTECTED]
Sent by: cc:
owner-orion-interest@orion Subject:
a" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Tuesday, March 19, 2002 10:12 PM
Subject: Re: RMI client accessing JMS Topic
> Hello Kesav,
>
> Thanks for your reply. It seems to me that the problem occurs when the
client
> is not a J2E
I did not mention that I am running Orion 1.5.3 (I cannot switch to 1.5.4)
because I have too many entity objects with relations already implemented in
1.5.3). This used to work before, but is not working now. I am not sure
what could have changed to cause such a problem.
I have already tried t
product rocks!
Hope this help
-Original Message-
From: Eddie [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 19, 2002 4:14 PM
To: Orion-Interest
Subject: Re: Soap with Axis ?
Montebove,
Thanks for your response.
I understand what you mean, but you are going a bit too fast for me
I use them. What's the problem? Installation should be straightforward.
-
Joseph B. Ottinger [EMAIL PROTECTED]
http://enigmastation.comIT Consultant
On Wed, 20 Mar 2002, Jarrod Roberson wrote:
> anyone u
gt; ejb/SPControllerHome
> Session
>
> uk.co.britannic.flexisale.server.spcontroller.SPControllerHome >
>
> uk.co.britannic.flexisale.server.spcontroller.SPController >
>
>
>
>
>
>
>
> Original Message:
> -
> From: DORAN, GRANT [EMAIL PROTECTED]
> D
Hi Manish,
What we do in Apache, is a combination of mod_rewrite and mod_proxy, as
the latter is just able to proxy "directories" on its own.
Something like that:
...
RewriteEngine on
RewriteRule ^(.*)\.jsp$ /proxy_orion_server/$1.jsp [P]
...
ProxyRequests On
ProxyPass/proxy_orion_server
Hello Kesav,
Thanks for your reply. It seems to me that the problem occurs when the client
is not a J2EE application client. Hence, the application-client.xml is not
available. Did you modify the JMSChat example to not use the java:comp/env
namespace? I believe a RMI client will not have acce
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Yes you can use RMIInitialContextFactory to get the connection factory. I
just modified the JMSChat program in the demo to use RMIInitialContext and I
am able to get the factory and topic.
Are you running this client program from different machine f
Vani,
You can use the petstore trick. Use a facade class which sychronizes each
call to your session bean. That should do the trick.
This is a _famous_ problem with session beans.
regards,
the elephantwalker
www.elephantwalker.com
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[E
Hi Peter,
The Orion console correctly shows jms/notificationFactory. It is only when the
RMIContext.lookup happens that the client hangs. I am beginning to suspect that
this is a bug.
Has anyone successfully used a TopicConnectionFactory via a RMIClient?
Vidur
"SAURUGGER,PETER (A-PaloAlto,ex
I found it useful to look at OrionServers console, under context; in
general, it seems all objects get exposed under the root context with their
full qualified pathname, in your case probably something like
context.lookup("com.epistemic.notification.NotificationFactory") or whatever
...
-Orig
roducts/glue/docs/glue/guide/integrations/or
> ion/introduction.html
>
>
> Hope this Help
>
> Luciano
>
>
> -Messaggio originale-
> Da: Eddie [mailto:[EMAIL PROTECTED]]
> Inviato: martedì 19 marzo 2002 13.17
> A: Orion-Interest
> Oggetto: Re: Soap wit
Dave Ford wrote:
> I am creating a JMS client that sends a message to an MDB. However, when I
> run it, it gives a QueueConnection not started exception, implying that the
> queue listener connection had never been started. Shouldn't this happen
> automatically with a message driven bean?
>
>
>
information abt ur IDE plus
In intellij::
Has a best refactoring capability
1.The most best thing abt is while coding itself
half of the errors re highlighted
2.It has a quite good appearance-sliding windows
it doesn't occupy the working area
3.Go to reference and show quick javadoc are nic
Original Message:
-
From: DORAN, GRANT [EMAIL PROTECTED]
Date: Tue, 19 Mar 2002 10:39:13 -
To: [EMAIL PROTECTED]
Subject: RE: JNDI naming exception when running app on orion from JBuilder
Thanks,
I am using JBuilder 6 Enterprise (trial) and debugging using the Non-jpda
Hello Juan,
Tuesday, March 19, 2002, 5:11:31 AM, you wrote:
JF> Hi people.
JF> When talking about secure applications, you have recommended to set the
JF> shared attribute to "true". In that way, session is shared between the
JF> secure and non-secure parts of an application.
JF> My scenario i
e is in the META-INF directory of the web
application, why do I get this error?
Has anyone done this before?
Thanks,
Grant Doran
Contract Java Developer/Architect
Britannic Assurance
> -Original Message-
> From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Sent: 18 March 2002 15:
Hi,
I suppose you are using IE as your browser. If so then go to Tools > Internet Options
> Advanced and Uncheck "Show Friendly HTTP Error Messages".
Having done this you will get proper java compilor error messages and not 500 Internal
server error.
Hari.
Get Your Private, Free E-mail from
As an alternative, check out Atlassian (http://www.atlassian.com/), their support
is top notch.
Justen Stepka
- Original Message -
From:
Rachid Drissi
To: Orion-Interest
Sent: Monday, March 18, 2002 12:16
PM
Subject: OrionSupport
Hi Everybody,
Cou
Hi Drissi -
There are two excellent companies that have sprung up to offer Orion support -
Elephantwalker and
Atlassian (www.atlassian.com, www.elephantwalker.com). If their paid support is
anything like
their free forums, you will definitely be in good hands. Check them out.
Cheers
Ray Harris
Not sure
if this approach translates to J2EE, though.
- Original Message -
From: "Satter, Rabi" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Monday, March 18, 2002 8:28 AM
Subject: RE: OT: Session Related
> This is an old
Are you running the servlet in orion or tomcat ?
Does the console in JBuilder say:
Orion/1.5.4 initialized (or whichever version you have)
You should be able to make it work by replacing the code:
java:comp/env/ejb/SPControllerHome
with:
SPControllerHome
It sounds to me like you are running
This is an old issue and major pain with hardware load balancing. You have a
couple of options. If you are using Orion you could setup the servers as a
cluster. That way the session is replicated between servers. The other thing
is that the Infrastructure guys should turn on the ability that once
integer
- Original Message -
From: "Michael Shoemaker" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Saturday, March 16, 2002 4:57 PM
Subject: AutoGen Primary Key for Entity Beans
> I see on the orion support page the use of
> com.evermind.ejb.CounterUtils.getNextI
Put and Get is deprecated, use session.setAttribute("foo")/
session.getAttribute("foo") instead.
/Linus
On Sunday, March 17, 2002, at 04:55 PM, Stephen Davidson wrote:
> Hi Michael.
>
> The following line in your servlets should handle you;
> request.getSession().put(keyObject, valueObject);
There is a way to setup a load balancer so that a customer, once connected
to the "cluster" would always receive the same machine. This is all up to
your load balancer guys then. Tell them you need people to always get the
same server. For them it's not a big deal because their load balancers wou
Hi Michael.
The following line in your servlets should handle you;
request.getSession().put(keyObject, valueObject);
request.getSession().get(keyObject);
where;
request is the users HttpRequest object
getSession returns the HttpSessionObject
More details available in the J2EE JavaDocs.
-Steve
PROTECTED]
Date: Fri, 15 Mar 2002 20:03:58 -0600
To: [EMAIL PROTECTED]
Subject: Re: Using NT security
If you use the JAAS module, or if you use the Windows SSPI to
authenticate, you will never need to user's password. The SSPI API
provides a "LogonUser" function that can be used to say &qu
Dear Michael,
We answer this at:
http://www.elepantwalker.com/rfa?id=327
You need an account, but its free to join.
The Orion Counter is only useful if you have a single server. On a clustered
set of orions, it won't hack it.
We use a much better more portable way to generate keys.
Regards,
does everyone else do, put the passwords into principals.xml and
> set the file to not readable?
>
>
>
> Thanks,
>
> Justin
>
>
> -Original Message-----
> *From:* Andre Vanha [mailto:[EMAIL PROTECTED]]
> *Sent:* 13 March 2002 19:19
> *To:* Orion-Inte
Got ours to work fine too. Just make SURE you set the SelectMethod to
cursor in the URL(See Below). Otherwise bad things will happen if you try
to do a second statement while still inside a first statement(i.e. doing a
SELECT while walking through another SELECT.)
url="jdbc:microsoft:sqlserver:
www.inetsoftware.de
fast, stable, good support.
we've been using it for over a year now and it works fine.
- Original Message -
From: "SAURUGGER,PETER (A-PaloAlto,ex2)" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Saturday, Ma
That's actually a little incorrect - what Orion is doing is spec compliant.
Scriptlets are not processed within comments ie (<% %>) BUT expressions are
(ie <%= %>).
Who knows why they designed the spec like this ;)
Cheers,
Mike
Mike Cannon-Brookes
[EMAIL PROTECTED]
ATLASSIAN - Your J2EE Exper
n-Interest" <[EMAIL PROTECTED]>
Sent: Friday, March 15, 2002 10:38 AM
Subject: Re: JSP comment tag.
Hi Jose,
I havent tried this. What I feel is you have given browser comment.
Try giving jsp comments and see.
jsp comments are shown below
<%%>
>From: "Jos
ch 15, 2002 5:55 AM
To: Orion-Interest
Subject: Re: SQL Server JDBC driver from Microsoft
Hallo Jarrod,
Friday, March 15, 2002, 1:46:36 PM, you wrote:
JR> has anyone gotten this to work with Orion 1.5.4?
it just works fine over here, though it is said, that it should not be
used in pr
I've had it working just for testing and whatnot with not bad results, but
apparently under high load it can falter.. It's based on a driver from
DataDirect and is behind by a bit..
There's a 1/2 decent article here:
http://www.eweek.com/article/0,3658,s=708&a=23115,00.asp
That benchmarks using
Hi Jose,
I havent tried this. What I feel is you have given browser comment.
Try giving jsp comments and see.
jsp comments are shown below
<%%>
>From: "Jose Mena" <[EMAIL PROTECTED]>
>Reply-To: Orion-Interest <[EMAIL PROTECTED]>
>To: Orion-Interest <[EMAIL PROTECTED]>
>Subject: JSP com
Hallo Jarrod,
Friday, March 15, 2002, 1:46:36 PM, you wrote:
JR> has anyone gotten this to work with Orion 1.5.4?
it just works fine over here, though it is said, that it should not be
used in production-environments. We manage our own connection-pooling
though and haven't had problems so far...
]
| Sent: Thursday, March 14, 2002 7:49 AM
| To: Orion-Interest
| Subject: RE: timed events
|
|
| Jens,
|
| Unfortunately, you're correct :-(. It is not portable for exactly what you
| have written (Context issues), but for Orion it is pretty simple and
| straightforward.
|
| Tibor
|
| -Ori
nohup java -server -Xincgc -jar orion.jar &
-Steve
Oleg Bivol wrote:
> Hi list,
>
> We have a remote Linux machine and we need to remotely launch Orion in
> background (as a daemon) on that machine. We tried doing it using:
>
>
>
> java -jar orion.jar &
>
> or
>
> java -jar orion.jar ^Z
Title: Message
Maybe
you should have a look at the nohup command.
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Oleg
BivolSent: 14 March 2002 12:31To:
Orion-InterestSubject: running Orion as a
daemon
Hi list,
We have a remote
http://www.orionsupport.com/articles/downloads/orion
- Original Message -
From:
Oleg
Bivol
To: Orion-Interest
Sent: Thursday, March 14, 2002 1:31
PM
Subject: running Orion as a daemon
Hi list,
We have a remote Linux machine and we need to
remotely launch
it. That way I don't
> have to check for
> changes.
>
> Just curious if I am missing some hidden issue that
> will only come out and
> byte me later.
>
> -Original Message-
> From: Jeff Hubbach [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 13, 2002 3:
ff Hubbach [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 13, 2002 3:47 PM
To: Orion-Interest
Subject: Fw: Re: J2EE Security issue...
repost..
One thing we added to what Rabi is doing is as follows:
We track version with each object. If the user object is already on the
session
then we get it off
Hello mittal,
Thursday, March 14, 2002, 12:48:14 AM, you wrote:
msajcj> Hi
msajcj> Please let me know if restarting Orion necessary if I change a class when
msajcj> the server is running.
msajcj> I do not want to run my server in development mode
msajcj> regards
msajcj> Sunil
Hi!
The ans
Note that if you're changing a class while the server is running, you're
developing... but a redeployment should clear out caches.
-
Joseph B. Ottinger [EMAIL PROTECTED]
http://enigmastation.comIT Consulta
Andre Vanha [mailto:[EMAIL PROTECTED]]Sent: 13 March 2002
19:19To: Orion-InterestSubject: RE: Using NT
security
Take
a look at the sample JAAS modules that you can download from Sun in
conjunction with JAAS. Specifically, they include an NT module which can
be used to retrieve usernam
I believe the spec implies that filters are supposed to be run in the
order they are listed in the web.xml file.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Aaron
Tavistock
Sent: 14 March 2002 02:34
To: Orion-Interest
Subject: Another filter chaining
Behalf Of
>> | [EMAIL PROTECTED]
>> | Sent: Wednesday, March 13, 2002 5:21 PM
>> | To: Orion-Interest
>> | Subject: RE: timed events
>> |
>> |
>> | Hi,
>> |
>> | I use a java.util.Timer wrapped my Scheduler class to schedule
>> | tasks. I
Hi,friend,
Thanks for your reply.
Yes, I tried every cases.
And I also found the same problem when I tried to subscribe the e-mail.
I don't know why, I also re-isntalled the low stable version 1.5.2, but
same problems.
By the way, I also have 2 questions:
1.Can you tell me wher
PM
To: Orion-Interest
Subject: RE: timed events
Which is not that portable across Application Servers ;)
Typical issues are JNDI lookup problems up to ClassCastExceptions.
Jens
| -Original Message-
| From: [EMAIL PROTECTED]
| [mailto:[EMAIL PROTECTED]]On Behalf Of
| [EMAIL PROTECTED]
|
--Original Message-
> | From: [EMAIL PROTECTED]
> | [mailto:[EMAIL PROTECTED]]On Behalf Of
> | [EMAIL PROTECTED]
> | Sent: Wednesday, March 13, 2002 5:21 PM
> | To: Orion-Interest
> | Subject: RE: timed events
> |
> |
> | Hi,
> |
> | I use a java.util.Timer wrapp
: Orion-Interest
| Subject: RE: timed events
|
|
| Hi,
|
| I use a java.util.Timer wrapped my Scheduler class to schedule
| tasks. I bind
| an instance of this Scheduler to the JNDI from one of my servlet's init()
| method.
|
| It works fine, use -userThreads switch to start orion if you want co
repost..
One thing we added to what Rabi is doing is as follows:
We track version with each object. If the user object is already on the session
then we get it off and double-check to make sure that the version on the session
is the most up-to-date. If it isn't, then we refresh that object on the
Take a
look at the sample JAAS modules that you can download from Sun in conjunction
with JAAS. Specifically, they include an NT module which can be used to
retrieve username and group information for a running process.
Note
however, there is no way to retrieve a password for a logged
On 13/3/02 12:16 pm, "Justin Crosbie" <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I checked the archives and support pages for this, didn't seem to find it.
>
> Is there any way to get Orion to use the NT username+password of whoever is
> logged in, for running client apps? Currently I'm reading t
o: Orion-Interest
Subject: Re: timed events
Perhaps via a croned java client?
//Johan
- Original Message -
From: "Casper Højstrup" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, March 13, 2002 10:20 AM
Subject: timed events
Hi,
I use a java.util.Timer wrapped my Scheduler class to schedule tasks. I bind
an instance of this Scheduler to the JNDI from one of my servlet's init()
method.
It works fine, use -userThreads switch to start orion if you want context
lookup from the scheduled threads.
HTH,
Tibor
-Or
I had the same issue. We did do it as a filter. However we checked to see if
the a user context object (ie object where the informaiton was stored)
existed in the session. If not then checked to see if the user was logged
in. If not then skip setting up the object. Works pretty good.
-Origina
Hi Orion-Interest
You just have to recompile your filter class with Orion 1.5.4 orion.jar lib.
Wednesday, March 13, 2002, 2:21:54 PM, you wrote:
LL> Updating from 1.5.2 to 1.5.4
LL> Everything seems to work just fine except for one thing. When I use a
LL> Filter mapped to one of my servlets a
You need to update your filter, the 1.5.2 was buit
on not yet finished servet 2.3 spec while the 1.5.4 is based on the latest and
finished servlet 2.3 spec.
Your generic filter should now looks like
this:
import javax.servlet.FilterChain;import
javax.servlet.FilterConfig;import javax.ser
Perhaps via a croned java client?
//Johan
- Original Message -
From: "Casper Højstrup" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, March 13, 2002 10:20 AM
Subject: timed events
>
> This more of a regular EJB question, I suppose.
>
> I need to initiate s
if I understand you correctly what you need to do is check in your
application.xml for the
This will lead you to where your log file is located and if you haven't set
it then simply set it
by default I think most of the log files are kept in the \log
folder
Jo
Do you have development mode on in your application?
-
Joseph B. Ottinger [EMAIL PROTECTED]
http://enigmastation.comIT Consultant
On Tue, 12 Mar 2002, Deniz Bocek wrote:
> Hi all,
> I have Following prob
Thanx to All,
It solved my problem..
Deniz
> You're probably using IE as your browser.
>
> Go to Tools-Internet options-Advanced-
> - uncheck Show friendly HTTP error messages
>
> (so nice of IE)
>
> curt
>
> Deniz Bocek wrote:
>
> > Hi all,
> > I have Following problem:
> > If my jsp files o
>Reply-To: Orion-Interest <[EMAIL PROTECTED]>
>To: Orion-Interest <[EMAIL PROTECTED]>
>Subject: Re: Showing Error Messages
>Date: Tue, 12 Mar 2002 18:31:57 +0200
>
>Yes, that's normal.
>
>- Original Message -
>From: "Deniz Bocek" <[EMAIL PROT
You might try to make a custom UserManager that delegates to the default
one, and then performs some actions.
Aaron Tavistock wrote:
> We've been using J2EE based security for some time now, its working great
> for us supporting several hundred users distributed across a handful of
> servers.
You are probably running the server on the jdk JVM which is VERY limited
on memory. You can up it with a -Xmx param when you are firing it up
from the command line but most likely you need to use the JRE.
Try changing your path to be /usr/opt/java122/jre/bin rather than
/usr/opt/java122/bin.
Al
Although it might sound strange I do not believe in low level tools such as
OptimzeIt on EJB level - first stage. Usually you end up using a component
based framework which might be distributed and EJB overhead just changes
results significantly. We switched to a simple set of classes which measur
Hi Daniel -
Like I said, I didn't look at it to see if it worked (doubt it does) I was just testing
functionality. I just added the ear file information to the server.xml file and tried
deploying it
- I didn't rebuild it or anything like that (orion will ignore the j2ee-ri stuff) -
just the basi
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 set up a tree similar to the hello-planet
tutorial, and modified the build.xml of
the tutorial to build the ear.
Were you able to de
Hi Jorge.
For generating the load, I have found both Siege and Grinder to be
effective. Not fancy, but definately effective.
-Steve
Jorge Jimenez C wrote:
> Hello. I have to do the same tests.
>
> Can you please tell me about the loading test tools that you've found.
>
> Thanks in advance.
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
components
cont
The amount of memory in the box won't make much difference if the VM is not
configured to use it...It's default settings are rather low, you'll need to
check the startup script to see how much stack space it's putting
aside...this is also related to performance issues as the VM will take
longer to
Optimizeit was quite useful to me.
Cpu Usage, Object count, Memory usage, Garbage Collector activity. Also
tracked the amount of time spent in each function call.
-Steve
Cugier (extern) wrote:
> Hello,
>
> we are planning to perform some load tests against our application (Servlet,
> JSP and
Hello. I have to do the same tests.
Can you please tell me about the loading test tools that you've found.
Thanks in advance.
JJ
- Original Message -
From: "Cugier (extern)" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Tuesday, March 12, 2002 10:25 AM
Subject: Per
st
Subject: RE: Random hiccups with Orion+https
Hi,
We were experiencing the same problem, adding shared="true" to the web-app
tag in your web-site.xml file solves the problem. There appears to be an
issue with browsers (IE?) tracking and maintaining SSL sessions correctly.
I'v
Yes, that's normal.
- Original Message -
From: "Deniz Bocek" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Tuesday, March 12, 2002 1:57 PM
Subject: Showing Error Messages
> Hi all,
> I have Following problem:
> If my jsp files or servlets has a error -sytax error or
You're probably using IE as your browser.
Go to Tools-Internet options-Advanced-
- uncheck Show friendly HTTP error messages
(so nice of IE)
curt
Deniz Bocek wrote:
> Hi all,
> I have Following problem:
> If my jsp files or servlets has a error -sytax error or any java error- it
> shows o
Be sure of "cleaning" all your ejbs when you remove them. Set all
attributes and global variables to null. We have had a very similar
problem, and this was one of the reasons.
mars wrote:
>
> Dear orion user :
>
> I got a problem I have a Orion Appcation Server Run on Linux
> run the http serv
Just wondering but are you allocating any of that GB to orion or are you
letting the box allocate the memory itself?
I think that the box gives a default amount of memory to java and so that
could be the reason you are running out of memory
You can allocate by giving param setting on the startup
Ganasen went to the website a few hours ago to unsubscribe himself. So
why the listserv is still trying to send him messages is not a good thing.
-Steve
Ganasen Gounden wrote:
> Please be informed that I no long reside in South Africa, but in Canada.
> Please forwad all future e-mail to me at
Please be informed that I no long reside in South Africa, but in Canada.
Please forwad all future e-mail to me at
[EMAIL PROTECTED]
Sorry for the inconvenience.
Have a Great Day
Please be informed that I no long reside in South Africa, but in Canada.
Please forwad all future e-mail to me at
[EMAIL PROTECTED]
Sorry for the inconvenience.
Have a Great Day
Hi,
We were experiencing the same problem, adding shared="true" to the web-app
tag in your web-site.xml file solves the problem. There appears to be an
issue with browsers (IE?) tracking and maintaining SSL sessions correctly.
I've no doubt someone better informed than me can fill in the details!
Please be informed that I no long reside in South Africa, but in Canada.
Please forwad all future e-mail to me at
[EMAIL PROTECTED]
Sorry for the inconvenience.
Have a Great Day
301 - 400 of 11390 matches
Mail list logo