Re: Orion on Linux, Follow-up Question

2001-10-15 Thread Wendell Nichols
I think this is because your user account is unable to run the server on reserved port 80. Modify Orion's default-website.xml file to use a port above the reserved range, (1000 or something like that). I use 8000. wcn Jimbo Jones wrote: > My previous problem, starting Orion on linux, was du

Re: SMP/Linux/Hotspot/Orion problem.

2001-08-22 Thread Wendell Nichols
I am using an smp machine with 2.2..17 kernel. I find the classic vm to be slow but nothing like a 5 min pause. Can you tell us more about your config and what your doing? wcn James Hill wrote: >Did anyone find a real solution to this problem? I have 2 smp linux boxes >that running -classic

Re: Storing application scoped data in EJB

2001-07-24 Thread Wendell Nichols
I think you can use JNDI and your ejb context to store such things provided that they are serializable. I don't think such a JNDI scheme would garantee synchronization on your shared object. I've also had difficulty makeing such objects serializable but mine had socket connections buried in it,

rmi question

2001-07-10 Thread Wendell Nichols
quirements to get my app to work on a variety of servers? Thanks Wendell Nichols

getting a cached copy of jsp on reload

2001-06-20 Thread Wendell Nichols
hen it's a bug. My jsp page could very well be accessing constantly changing data in a database and serving a cached copy is not the right thing to do, even one second from the last access. Is there a config parm I've missed? Wendell Nichols

Re: debug jsp pages and where is the source

2001-06-14 Thread Wendell Nichols
-g" debugging switch so you don't have access to all the variable info.  Outside of using an external compiler for jsp's I don't see how to switch debugging on... If I find out I'll post it here  :=) WCN Wendell Nichols wrote: Well I made the jsp page work by explicitly importing

Re: debug jsp pages and where is the source

2001-06-14 Thread Wendell Nichols
rposes before Orion will be an acceptable server for me... Wendell Nichols Amdahl Software Ltd. Fujitsu Appserv. Wendell Nichols wrote: When I access a jsp page which uses a tag library I get an error:   500 Internal Server Error Error parsing JSP page /ectsdemo/TagLibDemos/booklist.jsp line 15 Bea

debug jsp pages and where is the source

2001-06-14 Thread Wendell Nichols
   true,     VariableInfo.AT_BEGIN),    new VariableInfo("ReturnMsg",     "String",     true,         VariableInfo.AT_BEGIN)     };   } Any help would be appreciated.. Wendell Nichols Amdahl Software Ltd. and Fujitsu Apserv.

Tag library TEI difference

2001-06-05 Thread Wendell Nichols
o make this work I had to change "String" to "java.lang.String" I've also noticed some pretty inconsistent results using auto-redeployment. It works sometimes, an other times it takes an error opening the ear file. In these cases I have to recycle the server. Wendell Nichols Amdahl Software Ltd. A Fujitsu Company