Monday, August 09, 2004

Using the Flash Remoting service with JRun 4 > Saving your Java application files for Flash Remoting
For standard Java classes, including JavaBeans, you put the classes under jrun_root/servers/jrun_server/SERVER-INF. Loose classes go in a classes subdirectory and jarred classes go in a lib subdirectory; the classes are available server-wide. By default, Remoting doesn't have access to classes in a web application, but you can put the Flash Remoting JAR file in a web application and add a servlet mapping to the web application's web.xml file. You can also place Java classes in the jrun_root/lib directory if you want them to be available to the entire JRun installation. Note also that when you do put classes under a WEB-INF directory, loose classes go in WEB-INF/classes and jarred classes go in WEB-INF/lib.

Wednesday, July 28, 2004

find  -not \( -name "*.jsp" -o -name "*.xml" -o -name "*.java" -o -name "*.xsl"  -o -name "*.xmi" -o -name "*.MF" -o -type d -o -name "*.gif" \)  -print

Thursday, February 12, 2004

Java 1.4 options for garbage collection


Java Options For Garbage Collection

Wednesday, February 04, 2004

MS-DOS: Redirect stderr and stdout from MSDOS promt: "ipconfig.exe>>output.log 2>&1"

So this is how to redirect output.

Monday, February 02, 2004

Meditech and Citrix
INSTINX PRO OPTIONS: "INSTINX PRO ADD-ON OPTION
Windows Terminal Server (WTS)/Citrix



product description
Under this add-on option, you can web-enable MEDITECH by launching and running MEDITECH through a web browser. It also provides you a secure, hassle-free Thin Client strategy for in-house and remote users."
Cambridge - MediWebMeditech web browser scripting
The Impersonator for Active X - Web BrowserMEDITECH browser session.
The Impersonator for Active X - Web BrowserMEDITECH browser session.

Thursday, January 29, 2004

ScriptLINK Product Information
Scriptlink is the product that is sold by Iatric to integrate with Meditech

Tuesday, January 27, 2004

Modem Initialization Strings - Modem Index H: "&FX4W2&C1&D3&K3&Q5S7=60S36=7S46=2S48=7"

Hayes modem string for Mac

Tuesday, January 20, 2004

IBM WebSphere Application Server Version 4.0 Fix Pack 7 (Version 4.0.7)

Websphere 4.0.7
Supported Prerequisites & APIs - Advanced Edition Version 4.0.7
Websphere Configuration.
grant codeBase "file:C:/WebSphere/AppServer/installedApps/cfusion.ear/cfusion.war/WEB-INF/cfusion/lib/*" {
permission java.security.AllPermission;
};
grant codeBase "file:C:/WebSphere/AppServer/installedApps/cfusion.ear/cfusion.war/WEB-INF/lib/*" {
permission java.security.AllPermission;
};


Add these to the C:\WebSphere\AppServer\java\jre\lib\security\java.policy file.

Friday, January 16, 2004

Causes of ORA-3113's
Oracle startup failure
Google Groups: View Thread "Rebooting windows after ORACLE installation"
Problem when your get Shared memory realm error and ORacle not available.
Start the database with svrmgrl


svrmgrl

connect internal

shutdown abort

startup
Oracle create new user.
grant select any table to system with admin option;
allows the system account (manager password) to grant.


GRANT ALL PRIVILEGES to xxxx;

Tuesday, January 13, 2004

This URL is a link to the symptoms database for IBM Websphere's log analyzer.
You need the up to date database for the analyzer to tell you something useful.

Thursday, January 08, 2004

Set up PRS


When setting up PRS make sure the class path is right in the prsapplication.bat.
Also make sure that the log4J properties file is in the class path.
log4J must also be included in the websphere class path.