JMX support on Orion

2001-06-05 Thread Setlur, Atul (MED)
Title: RE: modifying log levels through a management console Hello Everyone, I am trying to find out information about support for JMX on the Orion App Server. Is there any support for JMX? Does Orion provide aremote management console? What information is available for remote monitoring?

RE: big text in string as object over the network:

2001-06-21 Thread Setlur, Atul (MED)
You need to select the row for update, then open a stream and write the string by opening an output stream. I am including a link to the Oracle documentation: http://oradoc.photo.net/ora81/DOC/java.815/a64685/oraext4.htm#1043272 Hope it helps. -Atul -Original Message- From: Tobias

Java HotSpot Server VM

2001-07-18 Thread Setlur, Atul (MED)
Has anyone compared the performance of their application running using the HotSpot Clinet VM versus the HotSpot Server VM? I would be interested in knowing if they found a significant variance in the numbers. Additionally, what VM execution parameters has anyone tweaked to improve performance?

Limit CPU utilization by Orion

2001-08-06 Thread Setlur, Atul (MED)
Hello, Does any one know if Orion allows specifying a number for the execute thread count. Weblogic allows this to be configurable; in WebLogic, this value controls the number of simultaneous operations that can be performed by the WebLogic Server. This allows us to restrict the maximum

RE: Orion and Virus Checking

2001-10-08 Thread Setlur, Atul (MED)
Hello John, You could implement something like yahoo and hotmail do. Where in when the file has been uploaded run the anti-virus software using a System.exec(). Assuming your anti-virus software signals a virus with a return code, you could accordingly notify the user there is a problem

Multiple data sources for each application

2001-10-08 Thread Setlur, Atul (MED)
Does Orion support specifying of the data-sources at the application level? i.e., for each application (ear) specify the database connection pool settings within it vs. the global data-sources.xml configuration file. Thanks, -Atul

RE: Multiple data sources for each application

2001-10-09 Thread Setlur, Atul (MED)
Message- From: Setlur, Atul (MED) [mailto:[EMAIL PROTECTED]] Sent: Monday, October 08, 2001 8:17 PM To: Orion-Interest Subject: Multiple data sources for each application Does Orion support specifying of the data-sources at the application level? i.e., for each application (ear) specify

RE: How do you shut down orion after it's initialized

2001-12-18 Thread Setlur, Atul (MED)
Are you sure you are running this from the directory where orion is installed. Verify admin.jar is in the directory that you are running this script. Alternatively, cd to the orion directory and run it from there. -Atul -Original Message- From: James Beeson [mailto:[EMAIL PROTECTED]]