Could anyone with experience runing Orion as the web-server for an NT- server environment give me some guidance here. I'm running an ejb app similar to the demo apps in orion. The initial pages of my app come up fine until I come to the first applet. Then the following error on the java console and the process stops with applet notinited. Is this an NT permissions problem, have I not correctly configured Orion or what? Thanks in advance for any help. Java(TM) Plug-in: Version 1.3.0rc1-T Using JRE version 1.3.0rc1 Java HotSpot(TM) Client VM User home directory = C:\WINNT\Profiles\joshua Proxy Configuration: no proxy JAR cache enabled. java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup) at java.security.AccessControlContext.checkPermission(Unknown Source) at java.security.AccessController.checkPermission(Unknown Source) at java.lang.SecurityManager.checkPermission(Unknown Source) at sun.applet.AppletSecurity.checkAccess(Unknown Source) at java.lang.ThreadGroup.checkAccess(Unknown Source) at java.lang.Thread.init(Unknown Source) at java.lang.Thread.<init>(Unknown Source) at javax.swing.TimerQueue.start(Unknown Source) at javax.swing.TimerQueue.<init>(Unknown Source) at javax.swing.TimerQueue.sharedInstance(Unknown Source) at javax.swing.JApplet.<init>(Unknown Source) at com.jas.client.AJClientApplet.<init>(AJClientApplet.java:22) at com.jas.hcp.client.HCPApplet.<init>(HCPApplet.java:26) at java.lang.Class.newInstance0(Native Method) at java.lang.Class.newInstance(Unknown Source) at sun.applet.AppletPanel.createApplet(Unknown Source) at sun.plugin.AppletViewer.createApplet(Unknown Source) at sun.applet.AppletPanel.runLoader(Unknown Source) at sun.applet.AppletPanel.run(Unknown Source) at java.lang.Thread.run(Unknown Source)