A project im working on , currently is using weblogic 4.5.1 with Oracle 8i as the db , and XML & XSL as the front end . Ill try and summarise it ... - A request is made from a webpage to weblogic . An XML stream is generated from the form elements on that page . - this stream is merged with another XML document(these XML documents are files on the server which are accessed for merging) , whose nodes values, elements etc are appended/added by java code a DOM object is created. -information is being picked up from the db and put into the XML Document object . - Finally , the XML object is then processed by XSLT and the resultant html is dispalyed on the browser. Load balancing tests prove that the sys is crashing for than more than 100 users. (around 99 beans are being deployed overall ) MY QUERY : 1. Could someone give me feed back on this current architecture ? 2. WebLogic being constant , what components of ths architecture could change ? Thanks in anticipation. Mangesh Gupte [EMAIL PROTECTED] ---- This list is cross-posted to two mail lists. To unsubscribe, follow the instructions below for the list you subscribed to. For objectweb.org: send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe ejb-container-group". For enhydra.org: send email to [EMAIL PROTECTED] and include in the body of the message "unsubscribe ejb-container-group".
