Guys, what is happening? Too many strange messages. ---------------------------------------------------------------------- Kevin Duffey wrote: > Hi Melissa, > > I didn't get the size for him. To be honest..I cam was working on content > and part of my front-end framework the last few times. I will figure this > out soon for him and let him know. > > Next weekend is bad for me to meet too..got two graduations and a special > mothers-day/fathers-day dinner for my parents who are in from Florida. But > sometime during the week, especially Wednesday night or Thursday would be > fine. > > Site is up. > > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Scot Weber > > Sent: Thursday, June 14, 2001 5:27 PM > > To: Orion-Interest > > Subject: Re: debug jsp pages and where is the source > > > > > > Wendell, > > > > <orion-web-app > > jsp-cache-directory="./persistence" > > servlet-webdir="/servlet" > > development="false" <-- Change this to "true" > > persistence-path="./persistence/state.ser" > > > > > > > Then . . . > > > > Assuming all things are equal and you have a default web app called > > 'devel-default-web-app' > > bound to the server you're working with, the persistence (and > > subsequently the .java files > > for the .jsp's) will be in the path: > > > > /u/orion/application-deployments/default/devel-default-web-app/persistence > > > > http://www.mydomain.com/index.jsp > > > > will produce the files > > > > /u/orion/application-deployments/default/devel-default-web-app/per > > sistence/index.jsp.java > > /u/orion/application-deployments/default/devel-default-web-app/per > > sistence/index.jsp.jspCache > > > > peace - scot > > > > > > Wendell Nichols wrote: > > > > > > Well I made the jsp page work by explicitly importing > > > "java.lang.String", as opposed to "java.lang.*" as I had done for > > > other servers. Because this shouldn't bother other servers I'm ok > > > with it. > > > I still need to have access to the jsp.java files for debugging > > > purposes before Orion will be an acceptable server for me... > > > > ... snip ... > > > > > > > > > > Any help would be appreciated.. > > > > > > > > Wendell Nichols > > > > Amdahl Software Ltd. > > > > and > > > > Fujitsu Apserv. > > > > -- > > > > scot weber - [EMAIL PROTECTED] > > ------------- > > Given a choice between a folly and a sacrament, one should > > always choose the folly -- because we know a sacrament > > will not bring us closer to God and there's always a chance > > that a folly will. - Erasmus > > > > The only man who never makes a mistake is the man who > > never does anything. - Theodore Roosevelt.
