Re: URLs in web apps

2000-09-01 Thread Brien Voorhees
I'm pretty sure it's a standard HTML tag. Brien Voorhees Invest.com - Original Message - From: "Kevin Duffey" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Friday, September 01, 2000 2:23 PM Subject: RE: URLs in web apps

Re: Bogus error message?

2000-08-04 Thread Brien Voorhees
This may be no help at all but I thought I'd throw it out there as a possibility. You might want to make sure you don't have any uppercase-versus-lowercase problems. (i.e. your directory is "\orion\xercise\." but in your config file it's listed as "\orion\Xe

Re: forward Vs redirect. Stopping multiple form submits

2000-07-12 Thread Brien Voorhees
could also be done prior to customerMaint.jsp if you wanted (i.e. in the page or servlet that initially links to customerMaint.jsp). Hope that helps, Brien Voorhees Invest.com - Original Message - From: "Matt Krevs" <[EMAIL PROTECTED]> To: "Orion-Interest" &l

Re: Make changes without losing session?

2000-07-06 Thread Brien Voorhees
a restart after changing a servlet then it seems to work ok. I assume I shouldn't have to do a restart after any servlet/bean changes. Any ideas? Thanks again for your help, Brien Voorhees Here's the exact error, by the way : 500 Internal Server Error java.lang.ClassCastException:

Re: orion-web.xml: development="true"

2000-07-06 Thread Brien Voorhees
You should be able to find them in "~orion/application-deployments/default//persistence/" . Brien Voorhees - Original Message - From: "Steven Punte" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, July 06, 2000 8

Make changes without losing session?

2000-07-05 Thread Brien Voorhees
up. Should all the user sessions still be valid when the server comes back up? They aren't for me, currently, but I assume that's caused by the same problem as above. If someone can enlighten me, I'd really appreciate it. Thank you, Brien Voorhees

Please help - autoencode doesn't seem to work

2000-05-23 Thread Brien Voorhees
: I think the docs say that autoencode-urls is "true" by default, so I probably don't even need to specify it in my orion-web.xml but I tried it just to make sure. Any help would be greatly appreciated. I'm hoping to start beta-testing my site in the next few

Please help - autoencode doesn't seem to work

2000-05-23 Thread Brien Voorhees
: I think the docs say that autoencode-urls is "true" by default, so I probably don't even need to specify it in my orion-web.xml but I tried it just to make sure. Any help would be greatly appreciated. I'm hoping to start beta-testing my site in the next few days Thank you, Brien Voorhees

Re: Problems with servlets when migrating from JRun

2000-03-16 Thread Brien Voorhees
.encodeRedirectURL ("/announcement.jsp")); Change it to the following : RequestDispatcher rd = getServletContext().getRequestDispatcher("/announcement.jsp"); rd.forward(request, response); This reflects the proper way of dispatching according the more recent Servlet specs. Hope that helps, Brien Voorhees

Re: Adding new directories

2000-03-15 Thread Brien Voorhees
From: <[EMAIL PROTECTED]> > > I know this question may seem a little "slow", yet I need some help. I have > hacked through the .xml config files as well as downloaded the docs. > However, I can not find a simple example on adding a new directory. I > added .htm files to default-web-site, now I wo

document-root no longer working

2000-03-02 Thread Brien Voorhees
) :   deployment-version="0.9.4" jsp-cache-directory="./persistence" temporary-directory="./temp" servlet-webdir="/servlet/" document-root="c:\web" >     Any help would be greatly appreciated. Thanks!   Brien Voorhees    

incorrect mime types

2000-03-02 Thread Brien Voorhees
changes to text/xml.  If I shutdown Orion and restart it repeats this behavior (html first time, xml subsequently).  I can send you my xml and xsl file if that would help diagnose this problem.   Brien Voorhees    

weird caching behavior with xml/xsl

2000-03-02 Thread Brien Voorhees
or quote.xsl, however, it isn't reflected unless I shutdown Orion and restart it. Any ideas? Thank you, Brien Voorhees

Re: Several OrionServer questions

2000-02-28 Thread Brien Voorhees
and bugs that are reported by users. This will be the case until we can't > find new bugs and documentation is of top quality. Some small features might of > course be added, but for big things I would expect over a month. > Excellent! Looking forward to it. Brien Voorhees

Several OrionServer questions

2000-02-28 Thread Brien Voorhees
work being done on a full-fledged user manual? I really like Orion and feel it's an awesome server however the lack of documentation is still a major weakness. I know there are lots of things that Orion can do for me that I'm not using simply because I don't know it's there o

Re: Viewing the generated code

2000-01-11 Thread Brien Voorhees
    Hope that helps, Brien Voorhees

Re: EJB w/ different DB's

2000-01-04 Thread Brien Voorhees
fairly rich in features. I'm not sure but I think it's Open Source, as well. You can check it out at www.mysql.com. O'Reilly has a book that covers MySQL called "MySQL & mSQL". It's available at BookPool, which has really good prices on technical books http:

Parameter parsing bug?

1999-12-27 Thread Brien Voorhees
t the second one results in all null-values. blahjsp?one=1&two=&three=3 blahjsp?one=1&two&three=3 Thank you, Brien Voorhees

Re: next releases?

1999-12-22 Thread Brien Voorhees
When upgrading from 8.1 to 8.3 (or 8.2) do we need to actually install it, or can we just copy over our old "orion.jar" (and the other .jar's you mentioned)? I never know whether the XML configurations files 'n' stuff are compatible from one release to the next.

JSP bug report

1999-12-20 Thread Brien Voorhees
e JSP generator just needs to be modified to escape any existing slash characters. Thank you, Brien Voorhees

Re: problems with Orion?

1999-12-16 Thread Brien Voorhees
c:\jdev\src c:\odi\osji\osji.jar I added those line to the web-application.xml located in "default-site\", not "config\". I don't know what the difference between the two is. Brien Voorhees

Misleading error msg when leaving off "throws RemoteException"

1999-12-14 Thread Brien Voorhees
ng home of type MyPriceHistory: Error creating home instance: java.lang.NullPointerException (null) Orion/0.8.1 initialized If possible, it'd be good to display a more explanatory error message. Brien Voorhees

EJB tutorial (addendum)

1999-12-14 Thread Brien Voorhees
ckages so it's not a problem but I thought I'd mention it in case anyone else tries creating them as a package and gets confused by this. Brien Voorhees

Possible bug and how to keep generated servlets

1999-10-20 Thread Brien Voorhees
com\ibm\jsp). Both of these problems don't happen under JRun. I'm attempting to switch our development/deployment platform from JRun to OrionServer so any suggestions would be appreciated. By the way, is the list ok to post bug reports like this one on, or should I handle them some other way? Thanks, Brien Voorhees

Possible bug and how to keep generated servlets

1999-10-14 Thread Brien Voorhees
lems don't happen under JRun. I'm attempting to switch our development/deployment platform from JRun to OrionServer so any suggestions would be appreciated. By the way, is the list ok to post bug reports like this one on, or should I handle them some other way? Thanks, Brien Voorhees

Re: Absolulte document root?

1999-10-14 Thread Brien Voorhees
ded behavior (possibly because the spec says that's the way it's supposed to be) then you (Orion) might want to very explicitly document it in the XML file because I imagine lots of other users will have the same problem. Thanks again for the response, Evan. It was very helpful. Brien Voor

Absolulte document root?

1999-10-14 Thread Brien Voorhees
e as root for the served pages. Thanks, Brien Voorhees P.S. Please consider putting more work into the OrionServer documentation. I'm sure you guys are really busy building OrionServer and keeping up with the latest specs (and doing an impressive job at it, I might add) but lots of great featu

jar files in classpath not working?

1999-01-16 Thread Brien Voorhees
. Any idea what the problem is? Brien Voorhees

Re: Architecture

1999-01-02 Thread Brien Voorhees
ster? I agree with the original poster that Jikes compiler support would be nice. I used another servlet engine that used Jikes and the page-compiles were almost instant. Jikes support isn't that big a deal to me, though. While nice, it's pretty low on my wishlist. Brien Voorhees