Re: Censorship or slow server ?

2001-06-12 Thread Stan Ng
Title: SV: Censorship or slow server ? I have to agree with Mr. Schnitzer that the currentmailing list software is inadequate. I think it would be better to switch to GNU Mailman and reallocate the time spent fussing over the mailing list software towards more productive ends. Just my

Re: How do i cache a JSP on the proxy?

2001-06-08 Thread Stan Ng
This is slightly off-topic, but you may want to look into OpenSymphony's OSCache module. It provides a variety of caching options for JSP and it's been working great for us here. - Original Message - From: Eduard Witteveen [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent:

Re: simple questions

2001-05-16 Thread Stan Ng
The addressbook example uses the Ant build tool to build the project. It's available at http://jakarta.apache.org/ant/ It's pretty easy to set-up, just follow the instructions at http://jakarta.apache.org/ant/manual/index.html Once it's setup, you should be able to build the project by typing

Re: Understanding XML files

2001-05-04 Thread Stan Ng
Creating a quick and dirty jsp ++ However - many people have asked about quickly deploying a jsp in a default way. In this case you are probably best to modify the file application.xml that resides in /config/ with the other xml files. For really quick and dirty

Re: Tools.jar File

2001-05-04 Thread Stan Ng
The tools.jar contains the compiler classes thatare used by Orion to dynamically compile JSP pages - servlets. - Original Message - From: B. Dawkins To: Orion-Interest Sent: Friday, May 04, 2001 2:11 PM Subject: Tools.jar File Hello, I'm new to the

Re: Newbie Question.

2001-05-03 Thread Stan Ng
you might also want to check out the primers at http://www.jollem.com for extra tips, but i agree that it does seem that directory browsing is turned off if you're getting a 403 instead of 404's. - Original Message - From: Greg Mowery To: Orion-Interest Sent:

SSL How To

2001-05-02 Thread Stan Ng
To shed more light on my problems, I also get the following error: keytool error: java.lang.Exception: Failed to establish chain from reply tia...

Sequence Tag Error in the SSL How to

2001-05-02 Thread Stan Ng
For some reason, I'm getting the following error: keytool error: java.security.cert.CertificateException: IOException: Sequence tag error I'm following the SSL HowTo that's on orionserver.com. The exception occurs during the first step, part five. My environment is jdk 1.3, orion 1.4.8,

Re: log4j and ejb

2001-04-27 Thread Stan Ng
I pass in the Java property that points to the whatever configuration I want at the time. Usually I use the log4j.properties file with the console appender rolling file appender, slightly modified for my purposes. Basically, the format of that file is covered under documentation at the log4j

Re: 1.4.8

2001-04-26 Thread Stan Ng
there's an autoupdate jar within the orion directory that checks for the latest components and downloads them. just use: java -jar autoupdate.jar and you should be updated to the most version. - Original Message - From: Charlie Ma [EMAIL PROTECTED] To: Orion-Interest [EMAIL

orion-ejb-jar.xml

2001-04-20 Thread Stan Ng
I'm noticing that my JNDI settings are being picked up from the ejb jar. I've specified the mappings in my META-INF/orion-ejb-jar.xml but Orion ignores the file when it deploys. Is anyone else experiencing this and if not, could you provide an example EJB jar that works? I thought I had

Re: Re: ORION RISE FROM THE DEAD!

2001-04-17 Thread Stan Ng
"cash cow" actually, but close enough. :) thanks for the update! - Original Message - From: "Johan Fredriksson" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Tuesday, April 17, 2001 12:47 AM Subject: Re: Re: ORION RISE FROM THE DEAD! As I mentioned before in a

Re: www.orionsupport.com

2001-04-13 Thread Stan Ng
It appears to be down again. On the bright side, jollem is back up, so I guess things evened out. I'm gonna finally make good on my promise to mirror jollem while I still can! ;) btw, a mirror of orionsupport.com is avaible through my site: http://www.theculprit.com it's not as good as the

Future directions for orion support

2001-04-13 Thread Stan Ng
.com; STRING=Search Magnus owns it now. NOW WHAT? Michael J. Cannon -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Stan Ng Sent: Friday, April 13, 2001 5:37 PM To: Orion-Interest Subject: Re: productive comment. I'm all for this

Re: How to start EJB development using Orion?

2001-04-09 Thread Stan Ng
bummer... seems like jollem.com has recently changed their website... i've been meaning to mirror the primers too... things just got too busy... there's a (rather dated) copy available at http://www.znerd.demon.nl/orion-primer/#intro and google has cached versions of it available. if anyone can

Re: AdJuggler on Orion

2001-04-06 Thread Stan Ng
Title: AdJuggler on Orion yeah that is a familiar exception. the most common scenario i've found is that the end-user will hit stop or reload on the browser while the page is still being read. should be ok, i think... - Original Message - From: Larry Velez To:

Re: SV: Deploy EAR/WAR via HTTP upload

2001-04-04 Thread Stan Ng
hmm... i have to agree. getting it to run in a servlet was not too bad, but it seems that the required parameters need some more documentation (or an example, which is even better imho...) can anyone verify if -deploy on admin.jar even works on it's own? i'm running orion 1.4.7 on win 2k and

Re: Orion Team Needs New List Software

2001-03-14 Thread Stan Ng
+1 I definitely agree. This is getting way out of hand... - Original Message - From: "Jeff Schnitzer" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Wednesday, March 14, 2001 1:28 PM Subject: Orion Team Needs New List Software Someone desperately needs to replace

webwork/cookie issue

2001-03-02 Thread Stan Ng
I ran into an interesting bug with regards to WebWork... thanks for Jeff for sorting it out. I just wanted to see if anyone here had any advice on working around this bug? Forwarded from webwork mailing list: - Original Message - From: "Jeff Schnitzer" [EMAIL PROTECTED] To

getReader() throws java.lang.IllegalStateException in HttpServlet.doPost

2001-02-09 Thread Stan Ng
I have the feeling that I'm missing something very obvious, but I've been running into a problem with getReader(). If I set the contentType of the response to "text/xml", then the problem occurs. If I don't mess with it, everything works okay. I can't figure out why setting something in the

Re: Problem

2001-01-25 Thread Stan Ng
Title: RE: Problem btw, a mirror of orionsupport is available at http://www.theculprit.com - Original Message - From: Tim Drury To: Orion-Interest Sent: Thursday, January 25, 2001 12:30 PM Subject: RE: Problem Mangesh, I just wrote a how-to for custom

Re: www.jollem.com primers

2001-01-22 Thread Stan Ng
I only have orionsupport mirrored right now, but I'd be glad to mirror the primers as well if jollem is willing... - Original Message - From: "Chad Stansbury" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Monday, January 22, 2001 8:51 AM Subject: www.jollem.com primers

orionsupport.com mirror

2001-01-20 Thread Stan Ng
Well, I decided that I couldn't live without my daily dose of orionsupport, so I made a mirror of the site available at http://www.theculprit.com It's only a static copy, so it's not quite as good as the real thing... :)

servlet-mapping for jsp-file

2001-01-18 Thread Stan Ng
I'm not sure if there was any new information regarding the servlet mapping and jsp-files for web applications. I checked the archive... there was a little bit of info regarding the topic, but it was rather dated. For some reason, the jsp mappings in my webapp don't seem to work for Orion

servlet-mapping for jsp-file [clarification]

2001-01-18 Thread Stan Ng
Just to clarify, I was mapping a specific filename to the jsp. I changed the url-pattern to /mytest and it worked, so I guess the question is one regarding the ambiguity of the servlet specifications. In what instances would case 3: "All other strings are used as exact matches only" apply?

orionsupport website

2001-01-12 Thread Stan Ng
Is orionsupport.com a static website? If so, I wouldn't mind mirroring it. I'm not sure what we would need to do to keep things synced up, but if I can get permission and a copy of the site, I'd be happy to try it out.

Re: Re[2]: large field bug ??

2001-01-12 Thread Stan Ng
just out of curiousity, why would you want to use a really long string as a primary key? from a db perspective, the performance would be seriously compromised. - Original Message - From: "Juan Lorandi (Chile)" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday,

Re: Kawa

2001-01-10 Thread Stan Ng
I'm a huge fan of JEdit. It's an excellent editor and has all the hooks you need to customize it to your liking. It uses JPython for scripting, which is a truely cool thing (TM). ;) I also recommend the BufferTabs and XML plugins. It's open-source and entirely Java-based. Check it out at

Re: Compile JSP at orion startup

2001-01-08 Thread Stan Ng
I believe that JSP pages are pre-compiled by Orion at start-up if the JSP is specified in the web.xml of the web-app and the load-on-startup element is present. For example, it would look something like: servlet servlet-name precompiledPageTest /servlet-name jsp-file myPage.jsp