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.
Monday, August 09, 2004
Wednesday, July 28, 2004
Wednesday, April 28, 2004
Friday, February 13, 2004
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.
So this is how to redirect output.
Tuesday, February 03, 2004
Monday, February 02, 2004
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."
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."
Thursday, January 29, 2004
ScriptLINK Product Information
Scriptlink is the product that is sold by Iatric to integrate with Meditech
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
Hayes modem string for Mac
Tuesday, January 20, 2004
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.
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
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
Problem when your get Shared memory realm error and ORacle not available.
Start the database with svrmgrl
svrmgrl
connect internal
shutdown abort
startup
Tuesday, January 13, 2004
Subscribe to:
Posts (Atom)