Have you tried replacing the MM code with you own? If you replace MM's code with code you write yourself and it still brings the server down, I'd suspect it's not MX. I don't have any experience with Orion, so I don't know how it's dealing with your code.
JSPs are servlets under the hood. Maybe your app server is not translating something in the page correctly. I'm using Tomcat on RH Linux 8, so I'm afraid I can't help you much. Perhaps you should think about recoding just the pieces that seem to be bringing the server down, and if that makes a difference, you could use your code for just those pieces of functionality, and MM's code for what works right. Really, I think that MX is great for creating the interface, but I prefer to keep the backend stuff out of it. However, that's not the easy way to go, that's for sure, if you're not really a programmer. Val -----Original Message----- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED] Behalf Of Ed Ventura Sent: Thursday, April 03, 2003 7:47 PM To: [EMAIL PROTECTED] Subject: Re: Dreamweaver type application Yeah, I thought I was pretty happy with dreamweaver until the first time I brought down the server! I'm on an orion web server running on w2k. I've talked to tech support at macromedia and they dropped my support ticket because I wasn't on a server that they have tested their stuff on. It is very strange though, because I would think that the code would have to be doing something really bad to actually bring the web server down. I have been able to bring down the web server just by bringing up a results page (one the queries the database and returns records...like from a search form) and hitting refresh. It doesn't do it all the time but it does more often than not. Thanks, Ed. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com
