RE: Everyones problem

2001-03-07 Thread Daryl Hall

aha - with the rules wizard I guess? but then if everyone does that then any
time someone sends a message with unsubscribe, unsickup or whatever they'll
be a flood of autoreplies that may then generate further autoreplies until
chaos and anarchy reign supreme...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Shane Witbeck
Sent: 07 March 2001 14:27
To: Orion-Interest
Subject: RE: Everyones problem


This can be done through Microsoft Outlook.

-Shane

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Randahl Fink
Isaksen
Sent: Wednesday, March 07, 2001 3:40 AM
To: Orion-Interest
Subject: Everyones problem


Since so many people have so much trouble spelling the word uN-subsriPe, I
was wondering if someone knows a fix to our eternal problem. For instance,
does someone have software installed which could periodically send an e-mail
to the list with the title

"how to 'unsubscribe', 'un subscribe' or 'unsubripe' from this list"

This mail could tell people about the form at www.orionserver.com.


Any other suggestions?

R.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: 8. marts 2000 05:33
To: Orion-Interest
Subject: UN SUBSCRIBE




UN SUBSCRIBE ME
thanx








RE: HTML/WML from JSP

2001-03-06 Thread Daryl Hall

If you want to determine the client and apply an appropriate xsl transformation from 
the same .jsp you can request.getHeader("USER-AGENT") and parse the result - this is 
handy for formatting wap content for different phones.  

I don't know if there's an orion specific easier way to do this as there is with 
cocoon (the 'user agents' section of cocoon.properties) - does anyone else know?

As an aside this isn't always the best way to do it as you incur the overhead of the 
transformation for every hit.  See http://java.sun.com/products/jsp/html/JSPXML.html 
for more on this.

cheers
daryl
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jason Smith
Sent: 06 March 2001 16:19
To: Orion-Interest
Subject: RE: HTML/WML from JSP


Orion comes with some examples as part of it's default web site: 
Try
http://localhost/examples/xsl/doc.jsp

or look in your orion directory:
orion/default-web-app/examples/xsl

-jason


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Kiss Tibor
> Sent: Tuesday, March 06, 2001 9:00 AM
> To: Orion-Interest
> Subject: HTML/WML from JSP
> 
> 
> Hi!
> 
> I am quite new to Orion, but have some experience with
> XML/XSL/JSP/HTML/WML.
> 
> I have read in the official FAQ, that it is possible to use the XML
> output of a JSP and format it with client dependent XSL-s for WML or
> HTML. However, I was unable to find any additional information.
> 
> Could anyone help me or point me to an example?
> 
> Thanks
> Tibor







RE: How to set orion to perform a timely task.. (CRON???)

2001-03-06 Thread Daryl Hall

you could use the cron or at to fire off a java class that hits the jsp
using the java.net package

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Robert S.
Sfeir
Sent: 06 March 2001 17:18
To: Orion-Interest
Subject: Re: How to set orion to perform a timely task.. (CRON???)


Someone suggesting hitting a JSP with a cron...  how can you hit a URL with
a CRON or AT command, I didn't think you could do that!  Perhaps I
misunderstood the explanation?

R


Robert S. Sfeir
Director of Software Development
PERCEPTICON corporation
San Francisco, CA 94123
w - http://www.percepticon.com/
e- [EMAIL PROTECTED]
t - (415) 749-2900 x205







Simple classpath prob

2001-03-05 Thread Daryl Hall

Hi - pls someone help me before I go nuts!

I've written a servlet in development=true mode that implements an interface
class. How do I tell orion where to find this class?  The interface is in
the same package as the servlet and I've tried the following:

Dropping the interface.class file in the same directory as as the
autocompiled servlet.class
Creating a .jar file with the interface.class file in and dropping that in
both WEB-INF/lib and WEB-INF/classes
Starting the orion server with a java -classpath
%path-to-jar%;%other-paths% com.evermind.server.ApplicationServer instead of
the java -jar orion.jar

But nothing has worked - someone please put me out of my misery!!

cheers
daryl





Simple classpath prob

2001-03-05 Thread Daryl Hall

Hi - pls someone help me before I go nuts!

I've written a servlet in development=true mode that implements an interface
class. How do I tell orion where to find this class?  The interface is in
the same package as the servlet and I've tried the following:

Dropping the interface.class file in the same directory as as the
autocompiled servlet.class
Creating a .jar file with the interface.class file in and dropping that in
both WEB-INF/lib and WEB-INF/classes
Starting the orion server with a java -classpath
%path-to-jar%;%other-paths% com.evermind.server.ApplicationServer instead of
the java -jar orion.jar

But nothing has worked - someone please put me out of my misery!!

cheers
daryl