RE: Custom Error Pages

2001-03-14 Thread Randahl Fink Isaksen

This may be a help to you: Check out the java.util.StringTokenizer, have it
search for '\n' and replace that with br/.

R.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of SCOTT FARQUHAR
Sent: 14. marts 2001 01:49
To: Orion-Interest
Subject: Custom Error Pages


I am trying to write a custom error page for some of my errors, but I can't
manage to print the stack trace nicely.

Does anyone have an example they can point me to of an error page that
prints errors nicely (source code)?

Thanks in advance

Scott





RE: Using another EJB as part of the Primary Key Class

2001-03-14 Thread Frank Eggink

I don't know your code, but it looks like you forgot to handle the RemoteException at 
line 294 in Apple_ORSet295.java.

Anyway, why use a compound key? IMHO generating a technical key has a lot of 
advantages and the downside that
you need to handle the uniquesness of the candidate key is not that much of a problem. 
You can handle that in your
EJBs.

The upside is: 1) more flexibility for future extensions of your code, 2) you can 
change fields of a candidate key, which is costly
for a primary key, 3) you can choose a key your DBA likes.
The downside is: 1) a bit of extra code, 2) an extra index on your database, 3) a 
small performance penality on inserts (most often you
can forget that).

Good luck
FE

On Tuesday, March 13, 2001 10:39 PM, Christian Billen [SMTP:[EMAIL PROTECTED]] wrote:
 Hi everyone,
 
 Can one specify another EJB Entity object as part of the primary key for one
 ejb?
 
 Here is a imaginary example:
 
 TreeEJB has a one to many relationship to AppleEJB
 
 And I have a primary key for AppleEJB which contains TreeEJB and a AppleID
 
 In my application when I tried to do something similar to the figurative
 example above I got:
 Apple_ORSet295.java:294: Exception java.rmi.RemoteException must be caught,
 or it must be declared in the throws clause of this method.
 
 I can't quite model this as a dependent relationship because I might be
 refering this AppleEJB from other EJB.
 
 Now my question: is this a bug or is it something I should not be doing? how
 else could I model that an apple must be unique within its tree?
 suggestions?
 
 Thanks,
 
 Christian
 
 




Servlet accessing database

2001-03-14 Thread José Luis Muñoz Chaín

I'm trying to do a servlet with database access.
My database (is in Microsoft Access) uses the JdbcOdbc
driver.
Somebody can help me wiht my \config\data-sources.xml
file?

Thanks.

=
Giuseppe Chain, 2000

___
Do You Yahoo!?
Enva mensajes instantneos y recibe alertas de correo con 
Yahoo! Messenger - http://messenger.yahoo.es




OrionServer stop of creating session after 10-15 requests

2001-03-14 Thread Ismael

I am making some test of OrionServer with one application. Once we have 
make it work we are watching its performace. But when using Web Application 
Stress tool we have detected a very strange behaviour, after 10-15 request 
OrionServer still accepts request but it does not create any new sessions.

But if you invalidate some of this sessions then it regenerates them.


Is there a way to avoid this?

Are there any new about benchmarks of the latest versions.


I am using J2SE1.3.02 and Orion Server 1.3.8.

I have tested also with 1.4.7 it is capable of generating more sessions, 
but it has the same problem





Re: Using the mailing list

2001-03-14 Thread Johan Fredriksson

The emailadress you are sending to IS correct.

I think netch has been contacted before, and probably should be contacted
again regarding this error.

regards



Johan
- Original Message -
From: "Sergei Batiuk" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Tuesday, March 13, 2001 9:52 PM
Subject: Using the mailing list


 Dear orion webmasters,

 Tell me please how to correctly post a message to the mailing list and how
 to reply to a message. Each time I mail a message to
 [EMAIL PROTECTED] I get the following message:

 
 The person you have tried to contact is no longer employed at Netch
 Technologies.  You may wish to contact us at [EMAIL PROTECTED] instead, or
 visit us on the web, http://www.netch.se/ .

 This message is probably caused by one of the following recipient
 adresses:


 [EMAIL PROTECTED]
 [EMAIL PROTECTED]

 If you feel this message is in error, mail [EMAIL PROTECTED] to
 get in touch with the mail administrator.

 regards,
 /netch/

 The original message follows:
 ...
 

 Am I missing anything?

 WBR,
 Sergei Batiuk.






HTTP persistent connection timeout

2001-03-14 Thread Mikael Ståldal

How do I configure the timeout for persistent HTTP connections in Orion? The
default value seems to be 15 second, but I want it higher.





RE: File not found Error (404 error)

2001-03-14 Thread Cofensen Qrens

Use Orion server server.xml to add data as below in web-app tag:

error-page
error-code404/error-code
exception-typejavax.servlet.jsp.JspException/exception-type 
locationwhat_u_want_to_show.html/location 
/error-page

Good Luck

-Original Message-
From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED]]On Behalf Of waheed_rahuman
Sent: Tuesday, March 13, 2001 9:34 PM
To: Orion-Interest
Subject: File not found Error (404 error) 


Hi All,
Can anybody help ,me in setting a default html so, that when ever  a file
which is not found in the server is requested this default html is servered
by the orion server, (File not found error or 404 error)

Thank you in advance
waheed


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com






Re: Hypersonic website / docs

2001-03-14 Thread Andy Chapman

True - it is no longer being developed however it's still a useful db. If
you're all hypersonic'd up and  just want to get on then try running your
database as a server:

java -cp hsql.jar org.hsql.Server -database c:\path\to\database\name

Don't provide a file suffix. Running as a server gives much better
performance and allows multi user (and pooling) access.

If you're really after a cmd line tool then I can't help you but the
DatabaseManager that comes packaged in hsql.jar is more than adequate for
ad-hoc queries and viewing table structures etc. Launch with:

java -cp hsql.jar org.hsql.util.DatabaseManager

In the connect screen:
Type = HypersonicSQL Server
Url = jdbc:HypersonicSQLhsql://localhost  (or wherever)

hope this helps,
Andy


- Original Message -
From: "Julian Richardson" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Tuesday, March 13, 2001 2:38 PM
Subject: Hypersonic website / docs


 Hi,

 What's the correct url for the hypersonic website? I thought the official
 one was hsql.oron.ch, which I'm sure worked until a few weeks ago but
 doesn't now - I get a forbidden error when accessing it. Interestingly it
 comes back with www.hypersonicsql.com in the error page, but that site
 doesn't seem to exist in any form...

 What gives? Is anyone on this list anything to do with Hypersonic and
knows
 what's happening with the site (it's been this way for a few days, and
I've
 just double-checked that it's not our web proxy)

 Failing any kind of online help, are there docs buried within the Orion
 document tree for Hypersonic? I couldn't see anything at all.

 What I'm actually after is some kind of command-line SQL client - does
 Hypersonic have one? I know it's got that applet for administration (does
 that even come as part of the Orion install?) but I don't want to fire up
a
 browser or mess around with appletviewer unless I have to. I do have a
 homebrew client but it was written against Oracle so I don't know (yet)
 what'll be involved in getting it to work with Hypersonic...

 thanks

 Jules






Unsuscribe

2001-03-14 Thread fresnaULL

Unsuscribe





How to log datasource.verbose info to a file?

2001-03-14 Thread Elhadi barkat

I'm printing datasource information to the console by launching Orion with
java -Ddatasource.verbose=true -jar orion.jar
In fact I would like to log this information to a file in order to track it
more easily
Has anyone succeded in doing this?





Is it orion compatible with FORM METHOD = POST ?????

2001-03-14 Thread waheed_rahuman

As the subject explains problem i am facing problem with POST method.
When i develop jsp with POST method in my local machine its working great
when i place the same file in the remote webserver which is also a orion
server its giving me no rosponse it just displaying blank page

Anybody have any idea about this.

regards
waheed



_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





Why is Hypersonic SQL still being integrated

2001-03-14 Thread Kemp Randy-W18971

If HypersonicSQL is a dead project, why is it still being shipped with Orion? 




Re:HTTP persistent connection timeout

2001-03-14 Thread jmorgenstein

Sir or Madame-

I am no longer available to receive email at this address.

Please forward all email requests and/or information to [EMAIL PROTECTED] and/or 
[EMAIL PROTECTED]

Thank you.

___
James M. Morgenstein
VP Technology
Digital Demographics, Inc.
Home of Recommend-It (r)
http://www.recommend-it.com
(voice) 732-296-8885
  (fax) 732-296-8817

Recommend-It (r): The Internet's hottest website traffic generation service.  
Completely free for surfers and website owners. More than 100,000 members and over 3 
million newsletter subscriptions in over 220 countries and growing!




Re:Problem in Executing the First Example given in the Orion taglib-tutorial Documentation !!

2001-03-14 Thread jmorgenstein

Sir or Madame-

I am no longer available to receive email at this address.

Please forward all email requests and/or information to [EMAIL PROTECTED] and/or 
[EMAIL PROTECTED]

Thank you.

___
James M. Morgenstein
VP Technology
Digital Demographics, Inc.
Home of Recommend-It (r)
http://www.recommend-it.com
(voice) 732-296-8885
  (fax) 732-296-8817

Recommend-It (r): The Internet's hottest website traffic generation service.  
Completely free for surfers and website owners. More than 100,000 members and over 3 
million newsletter subscriptions in over 220 countries and growing!




Re:File not found Error (404 error)

2001-03-14 Thread jmorgenstein

Sir or Madame-

I am no longer available to receive email at this address.

Please forward all email requests and/or information to [EMAIL PROTECTED] and/or 
[EMAIL PROTECTED]

Thank you.

___
James M. Morgenstein
VP Technology
Digital Demographics, Inc.
Home of Recommend-It (r)
http://www.recommend-it.com
(voice) 732-296-8885
  (fax) 732-296-8817

Recommend-It (r): The Internet's hottest website traffic generation service.  
Completely free for surfers and website owners. More than 100,000 members and over 3 
million newsletter subscriptions in over 220 countries and growing!




Re: bmp/jdbc and irc problems

2001-03-14 Thread Jeff Hubbach

You can put the datasource in your data-sources.xml file, then put a reference
to it in your ejb-jar.xml deployment descriptor for your bean as follows:

 resource-ref
descriptionDatasource/description
res-ref-namejdbc/DSN/res-ref-name
res-typecom.evermind.sql.OrionCMTDataSource/res-type
res-authContainer/res-auth
 /resource-ref

then in your bean you can write a method as below to get a connection from the
datasource through JNDI:

  private Connection getConnection()
throws EJBException
{
// to do: modify datasource below to match your server
final String DATASOURCE = "java:comp/env/jdbc/DSN";
try
{
InitialContext ic = new InitialContext();
DataSource ds = (DataSource)ic.lookup(DATASOURCE);
return ds.getConnection();
}
catch (Exception ex)
{
throw new EJBException(ex.getMessage());
}
}

One improvement that you could make, that we eventually did before moving to
CMP, is to move the datasource string into an env-entry in your deployment
descriptor. That way, you can change datasources at deployment time instead of
having to recompile your bean.

Jeff Hubbach

Nimret Sandhu wrote:

 hello ~

 when i use bmp for persisting data to the database, it appears that i have
 to open a connection to the db and persist the bean's data. are there any
 connection pools or anything available within the app server that i can
 utilize for this? or is cmp the only way to take advantage of any built in
 connection pooling in the app server?

 i believe ejb 2.0 provides some support for this using DataSources/jndi but
 i am not sure. can someone else shed some more light on this topic?

 tia ~
 ---
 Nimret Sandhu
 http://nimret.dhs.org

--
Jeff Hubbach
Internet Developer
New Media Designs, Inc.
www.nmd.com







Where do I put img files?

2001-03-14 Thread David Groves

I'm fairly new to Orion usage, and the placement of files in the directory
and in the various .xml files has me confused.  For instance, where do I put
an image file so that it can be found, and how do I refer to it in the HTML
code so that the reference can find the file?

If there is a FAQ with this answer, please let me know, as I did look at the
FAQ on the orionserver.com site and did not find an answer.

Many thanks,

David Groves
[EMAIL PROTECTED]





Re: How about the latest xerces.jar and xalan.jar? - memory leak

2001-03-14 Thread KirkYarina

Per xml.apache.org you'll need to update xalan along with xerces - the 
xalan download includes both of them.

We're using 1.2.D02 with no problems, but haven't tried 2.0 yet.

Kirk Yarina

At 09:33 AM 3/14/01 +1000, you wrote:

Dear all,

Just a warning to anyone using xerces in their web app.

The current version of xerces shipped with orion sort of leaks memory
(xerces issue, not orions).

org.w3c.Document objects continue to hold a reference to any
org.w3c.traversal.TreeWalker objects created so if the TreeWalker goes out
of scope it's not garbage collected.

The latest release of Xerces, Document doesn't hold a reference to
TreeWalker.

In a scenario where:

1. your web app through a servlet or jsp loads a xml config file as a static
variable
2. on subsequent posts or gets creates a TreeWalker to go over the Document

you will be *leaking memory* unless you manually call removeTreeWalker in a
xerces specific way.

If orion shipped the latest xerces/xalan then this problem would go away and
we'd have access to better transformation libraries, etc.

We've tried replacing xerces.jar with the latest version. It fixes the
memory leak problem but xalan falls over

Greg.

- Original Message -
From: "Ted R. Rice" [EMAIL PROTECTED]
To: "Orion-Interest" [EMAIL PROTECTED]
Sent: Saturday, March 10, 2001 4:58 AM
Subject: RE: How about the latest xerces.jar and xalan.jar?


  i've experience similar issues with orion 1.4.7 and
  saxon 6.2.1.
 
  if you update the versions of xerces to 1.3 and xalan
  to 2.0, you will get the MethodNotFound error when
  doing any javax.xml package calls. only way i got
  around it was:
 
  1. remove jaxp.jar from the orion dir
  2. open up xalan.jar and remove all the javax.xml classes
 
  additionally, we use UTF-8 encoding on all of XML/XSLT
  files to support localization. if you set the default-charset in
  the global-web-applicaiton.xml to be UTF-8 it will not work
  as it complains about unrecognized UTF-8 characters in the
  XML files. hoewever, the second you remove the default-charset
  it works perfectly.
 
  everything i've mentioned was never a problem until 1.4.7. none
  of our code has changed and it never had an issue with the
  default-charset,
  jaxp, or xalan/xerces.
 
  ted rice
 
  -Original Message-
  From: Duffey, Kevin
  Sent: Fri 3/9/2001 9:42 AM
  To: Orion-Interest
  Cc:
  Subject: How about the latest xerces.jar and xalan.jar?
 
 
 
  Orion team (and whoever else is interested),
 
  I am working on a small framework that uses Saxon and requires
  the latest
  xerces.jar file. I just did an autoupdate and it downloaded
  xerces.jar into
  the orion folder (I deleted the one that was there because of
  the problem I
  am about to describe). When I started my app, the MethodNotFound
  error I got
  when I left the 589KB version of xerces.jar in the Orion folder
  came back.
  So two things. First, can you please add the latest xerces
  1.3.0. Its 1.5MB
  in size, but it adds a lot of new functionality that some of us
  are now
  using. Secondly, why is it when xerces.jar is in the Orion
  folder, Orion
  does NOT use the version I have in the WEB-INF/lib folder? I
  thought (sorry
  if I don't recall what the specs say on this) that libraries in
  the
  WEB-INF/lib of a web-app override the ones in a server dir?
 
  Thanks.
 
 
 
 





Re: Hypersonic website / docs

2001-03-14 Thread KirkYarina

This topic's already been beaten to death, and then some.  See the archives.

Hypersonic was never suitable for production, but it's still a great 
development tool if you can work around or live with it's limitations.

At 10:35 PM 3/13/01 -0300, you wrote:
mysql.
- Original Message -
From: "elephantwalker" [EMAIL PROTECTED]

  Hello,
 
  Hypersonic has been end-of-lifed. I would suggest postgresql or some other
  database engine.
 
  Regards,





Re:Hypersonic website / docs

2001-03-14 Thread jmorgenstein

Sir or Madame-

I am no longer available to receive email at this address.

Please forward all email requests and/or information to [EMAIL PROTECTED] and/or 
[EMAIL PROTECTED]

Thank you.

___
James M. Morgenstein
VP Technology
Digital Demographics, Inc.
Home of Recommend-It (r)
http://www.recommend-it.com
(voice) 732-296-8885
  (fax) 732-296-8817

Recommend-It (r): The Internet's hottest website traffic generation service.  
Completely free for surfers and website owners. More than 100,000 members and over 3 
million newsletter subscriptions in over 220 countries and growing!




Re: Why is Hypersonic SQL still being integrated

2001-03-14 Thread Karl Avedal

Hello Randy,

Many people still find it useful to have a simple db preinstalled to play around
with and not having to seperately download one and set it up. And considering
hsql just adds about 170k, it's not a big issue to keep it there.

Regards,
Karl Avedal

Kemp Randy-W18971 wrote:

 If HypersonicSQL is a dead project, why is it still being shipped with Orion?





Re:How to log datasource.verbose info to a file?

2001-03-14 Thread jmorgenstein

Sir or Madame-

I am no longer available to receive email at this address.

Please forward all email requests and/or information to [EMAIL PROTECTED] and/or 
[EMAIL PROTECTED]

Thank you.

___
James M. Morgenstein
VP Technology
Digital Demographics, Inc.
Home of Recommend-It (r)
http://www.recommend-it.com
(voice) 732-296-8885
  (fax) 732-296-8817

Recommend-It (r): The Internet's hottest website traffic generation service.  
Completely free for surfers and website owners. More than 100,000 members and over 3 
million newsletter subscriptions in over 220 countries and growing!




Re: OrionServer stop of creating session after 10-15 requests

2001-03-14 Thread Karl Avedal

Hello Ismael,

I just tried this using Microsoft Web Application Stress Tool 1.1.293.1
(assuming that's the same tool that you were using), and it does not show any
behaviour like that to me. I generated 200 users in the stress tool, and
everyone gets their session created correctly on the server.

If you want to, you can send the .mdb file from the stress tool to
[EMAIL PROTECTED], and I can run the tests with exactly your settings.

Regards,
Karl Avedal

Ismael wrote:

 I am making some test of OrionServer with one application. Once we have
 make it work we are watching its performace. But when using Web Application
 Stress tool we have detected a very strange behaviour, after 10-15 request
 OrionServer still accepts request but it does not create any new sessions.

 But if you invalidate some of this sessions then it regenerates them.

 Is there a way to avoid this?

 Are there any new about benchmarks of the latest versions.

 I am using J2SE1.3.02 and Orion Server 1.3.8.

 I have tested also with 1.4.7 it is capable of generating more sessions,
 but it has the same problem





RE: Why is Hypersonic SQL still being integrated

2001-03-14 Thread Jeff Schnitzer

Why not?

Really, as a simple test/example database, what shortcoming does it
have?  Just because nobody is fixing/adding new bugs to the code at the
moment doesn't mean that the current incarnation is not perfectly
adequate for its task.

I don't think anyone in their right mind would run a production system
with hsql, but for development I've never used anything so convenient.
Having the sql spit out to the hypersonic console in server-mode is
great!

Jeff

-Original Message-
From: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 6:36 AM
To: Orion-Interest
Subject: Why is Hypersonic SQL still being integrated


If HypersonicSQL is a dead project, why is it still being 
shipped with Orion? 






RE: Using another EJB as part of the Primary Key Class

2001-03-14 Thread Jeff Schnitzer

It works for me.  I have an entity whose PK is a compound of two CMR
1-N fields.  HOWEVER, I'm only using Collection mapping, not Set (which
it looks like you're using).  If you can't figure out what's wrong with
your code, try using Collection and see if that fixes the problem.

I would like to use Set and Map and all those cool interfaces too, but
(aside from whether or not they work) they are not portable.
Unfortunately the latest iteration of the spec only provides for
java.util.Collection.  :-(

Jeff

-Original Message-
From: Christian Billen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 13, 2001 1:39 PM
To: Orion-Interest
Subject: Using another EJB as part of the Primary Key Class


Hi everyone,

Can one specify another EJB Entity object as part of the 
primary key for one
ejb?

Here is a imaginary example:

TreeEJB has a one to many relationship to AppleEJB

And I have a primary key for AppleEJB which contains TreeEJB 
and a AppleID

In my application when I tried to do something similar to the 
figurative
example above I got:
Apple_ORSet295.java:294: Exception java.rmi.RemoteException 
must be caught,
or it must be declared in the throws clause of this method.

I can't quite model this as a dependent relationship because I might be
refering this AppleEJB from other EJB.

Now my question: is this a bug or is it something I should not 
be doing? how
else could I model that an apple must be unique within its tree?
suggestions?

Thanks,

Christian







connection pooling

2001-03-14 Thread Ugur Karakaya



i explained datasource (data-source.xml) for oracle to use
connection pooling with orion;

data-source
name="Oracle"
location="jdbc/OracleCoreDS"
xa-location="jdbc/xa/OracleXADS"
ejb-location="jdbc/OracleDS"
connection-driver="oracle.jdbc.driver.OracleDriver"
username="scott"
password="tiger"
url="jdbc:oracle:thin:@myserver:1521:mysid" 
inactivity-timeout="30" 
max-connections="10"
min-connections="5" 
class="com.evermind.sql.DriverManagerDataSource"
/



 from servlet; 
 InitialContext ctx = new InitialContext();
   javax.sql.DataSource ds = (javax.sql.DataSource)
ctx.lookup("jdbc/OracleDS");
   Connection conn = ds.getConnection();



but it open only one connection.

what is my wrong ?



thanks



ugur




Problem in Executing the First Example given in the Orion taglib-tutorial Documentation !!

2001-03-14 Thread srinivas



Yes I do have the All the things Correctly 
which u have metioned in your directory.

So then what is the problem ??

Please help me out ...
Srinivas

  - Original Message - 
  From: 
  Magnus 
  Rydin 
  To: Orion-Interest 
  Sent: Tuesday, March 13, 2001 11:24 
  PM
  Subject: SV: Problem in Executing the 
  First Example given in the Orion taglib-tutorial Documentation !!
  
  In your /WEB-INF/ directory, you do 
  have a file called taglib.tld that matches http://www.orionserver.com/tutorials/taglibs/lesson1/taglib.tld.txt 
  ?
  
  In your web.xml, do you have an 
  entry like:
  
  ...taglib  
  taglib-urimytags/taglib-uri 
  taglib-location/WEB-INF/taglib.tld/taglib-location 
  /taglib ...
  
  In your JSP page, do you reference the taglib as:...%@ 
  taglib uri="mytags" prefix="mt" %...
  
  in your /web-inf/classes/com/acme/tag/ directory, do you have the .class 
  files according to the tutorial?
  
-Ursprungligt meddelande-Från: srinivas 
[mailto:[EMAIL PROTECTED]]Skickat: den 13 mars 2001 
02:25Till: Orion-InterestÄmne: Problem in Executing 
the First Example given in the Orion taglib-tutorial Documentation 
!!

No No I named it correctly in the reference. 
That is not the problem.

I think the Problem is different which 
iam not getting it . Please help me !!
Thanks...



  - Original Message - 
  From: 
  Magnus Rydin 
  To: Orion-Interest 
  Sent: Tuesday, March 13, 2001 3:40 
  PM
  Subject: SV: Problem in Executing the 
  First Example given in the Orion taglib-tutorial Documentation !!
  
  I noticed that lesson 1 says 'mytags.tld' at one location and 
  'taglib.tld' at another.
  I will fix this this evening.
  Could this be the source to your problems? 
  If you have named your taglib file 'taglib.tld' make sure that you 
  use that name when referencing it too.
  WR
  
-Ursprungligt meddelande-Från: srinivas 
[mailto:[EMAIL PROTECTED]]Skickat: den 12 mars 2001 
17:49Till: Orion-InterestÄmne: Re: Problem in 
Executing the First Example given in the Orion taglib-tutorial 
Documentation !!
Hi Magnus Rydin, 
Here is the file which u want to have a 
look on it.
Here is the taglib.tld file , Please check 
whether it has any errors.

Taglib.tld file


?xml version="1.0" 
encoding="ISO-8859-1" ?  !DOCTYPE taglib PUBLIC 
"-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.1//EN" 
 "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd" 


 taglib 
tlibversion1.0/tlibversion  
jspversion1.1/jspversion  
shortnamemt/shortname  
urihttp://www.orionserver.com/tutorials/uri  
infoMy first Tag library/info 

 tag namehelloWorld/name 
 tagclasscom.acme.tag.HelloWorldTag/tagclass 
 bodycontentempty/bodycontent  
infoA Hello world Tag/info  /tag

 /taglib


-- end of file


CH.Srinivas BabuJava Application DeveloperPh: 006027189333 
Extn - 8224Mobile : 0060173837232

  - Original Message - 
  From: 
  Magnus Rydin 
  To: Orion-Interest 
  Sent: Monday, March 12, 2001 3:50 
  PM
  Subject: SV: Problem in Executing 
  the First Example given in the Orion taglib-tutorial Documentation 
  !!
  
  It sounds like your tag library descriptor has faults. Please 
  include your taglib.tld and we can have a look at 
  it.
  WR
  
-Ursprungligt meddelande-Från: srinivas 
[mailto:[EMAIL PROTECTED]]Skickat: den 11 mars 2001 
20:34Till: Orion-InterestKopia: [EMAIL PROTECTED]Ämne: 
Problem in Executing the First Example given in the Orion 
taglib-tutorial Documentation !!

Hi,

I have downloaded the Helloworld.jsp, 
taglib.tld and helloworld .java compiled and got helloworld.class 
.
and created the same directory 
structure as mentioned in the documentation of taglib-tutorial. I 
could able to compile HelloWorld.java
when i run the HelloWorld.jsp , it 
produces the following error :

500 Internal Server Errorjava.lang.IllegalArgumentException: Error parsing tag-library file:/D:/orion/applications/nbizdev/niagabiz-web/Web-inf/taglib.tld: XML declaration may only begin entities.
	at javax.servlet.jsp.tagext.TagLibraryInfo.init(TagLibraryInfo.java)
	at com.evermind.server.http.TagLibraryArchive.init(JAX)
	at com.evermind.server.http.TagLibraryArchive.r9(JAX)
	at 

Re: Is it orion compatible with FORM METHOD = POST ?????

2001-03-14 Thread Tim Endres

FORM POST pages work just fine for us under Orion. However, we are not using
JSP pages, we use our own servlets.
tim.

 As the subject explains problem i am facing problem with POST method.
 When i develop jsp with POST method in my local machine its working great
 when i place the same file in the remote webserver which is also a orion
 server its giving me no rosponse it just displaying blank page
 
 Anybody have any idea about this.
 
 regards
 waheed





Re:Is it orion compatible with FORM METHOD = POST ?????

2001-03-14 Thread jmorgenstein

Sir or Madame-

I am no longer available to receive email at this address.

Please forward all email requests and/or information to [EMAIL PROTECTED] and/or 
[EMAIL PROTECTED]

Thank you.

___
James M. Morgenstein
VP Technology
Digital Demographics, Inc.
Home of Recommend-It (r)
http://www.recommend-it.com
(voice) 732-296-8885
  (fax) 732-296-8817

Recommend-It (r): The Internet's hottest website traffic generation service.  
Completely free for surfers and website owners. More than 100,000 members and over 3 
million newsletter subscriptions in over 220 countries and growing!




RE: Why is Hypersonic SQL still being integrated

2001-03-14 Thread Gavin Thomas Nicol

 It still works doesn't it?

I'm willing to take over maintenance/development on 
this. Are people interested in keeping it alive
(I know I am)?






RE: Problem in Executing the First Example given in the Orion taglib-tutorial Documentation !!

2001-03-14 Thread Arved Sandstrom

Hey, Mike, having a bad day? Yeah, I don't like reading HTML-formatted email
myself, nor do I enjoy clicking the No on the 'send reply on reading' dialog
(I estimate that with the amount of email that I read and reply to, which is
large, I might have to do this about once every two weeks, so it's onerous),
but I think you're stretching it with your tone of voice and some
unwarranted assumptions.

Do me a favour, don't implicate the rest of us by using a passive "you've
been warned". If you mean "_I_ warned you before, and I'm doing it again",
say so. Thanks.

While you're at it, if you're really going to take action against Srinivas,
don't forget to do everything that the MAPS RBL Team suggests that you
should do before going to them as a last resort - looks like a fair amount
of effort there on your part, and probably at least a month before you'd
have exhausted all avenues and have to go to the RBL. I'd hate to hear that
you're skipping all that due diligence whenever you have a wild hair.

Have a nice day.

Regards,
Arved Sandstrom

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Michael J.
Cannon
Sent: Wednesday, March 14, 2001 12:11 PM
To: Orion-Interest
Subject: RE: Problem in Executing the First Example given in the Orion
taglib-tutorial Documentation !!
Importance: High


Yo, Srinivas...you've been warned before here...post in plain text and turn
off the 'send reply on reading' in your lousy Microcrap Outlook MUA or I
will be forced to submit you (and your domain) to the Black Hole list.  If
you are using this list to collect spam candidates for future use/resale
(what this looks like) - don't!!!

Mike Cannon
SANE
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of srinivas
Sent: Wednesday, March 14, 2001 4:15 AM
To: Orion-Interest
Subject: Problem in Executing the First Example given in the Orion
taglib-tutorial Documentation !!


Yes I do have the All the things  Correctly which u have metioned in your
directory.

So then what is the problem ??

Please help me out ...
Srinivas
- Original Message -
From: Magnus Rydin
To: Orion-Interest
Sent: Tuesday, March 13, 2001 11:24 PM
Subject: SV: Problem in Executing the First Example given in the Orion
taglib-tutorial Documentation !!


In your /WEB-INF/ directory, you do have a file called taglib.tld that
matches
http://www.orionserver.com/tutorials/taglibs/lesson1/taglib.tld.txt ?

In your web.xml, do you have an entry like:

...
taglib
  taglib-urimytags/taglib-uri
  taglib-location/WEB-INF/taglib.tld/taglib-location
/taglib
...


In your JSP page, do you reference the taglib as:
...
%@ taglib uri="mytags" prefix="mt" %
...

in your /web-inf/classes/com/acme/tag/ directory, do you have the .class
files according to the tutorial?
-Ursprungligt meddelande-
Frn: srinivas [mailto:[EMAIL PROTECTED]]
Skickat: den 13 mars 2001 02:25
Till: Orion-Interest
mne: Problem in Executing the First Example given in the Orion
taglib-tutorial Documentation !!



No No I named it correctly in the reference. That is not the problem.

I think the  Problem is different which iam not getting it . Please help me
!!
Thanks...


- Original Message -
From: Magnus Rydin
To: Orion-Interest
Sent: Tuesday, March 13, 2001 3:40 PM
Subject: SV: Problem in Executing the First Example given in the Orion
taglib-tutorial Documentation !!


I noticed that lesson 1 says 'mytags.tld' at one location and 'taglib.tld'
at another.
I will fix this this evening.
Could this be the source to your problems?
If you have named your taglib file 'taglib.tld' make sure that you use that
name when referencing it too.
WR
-Ursprungligt meddelande-
Frn: srinivas [mailto:[EMAIL PROTECTED]]
Skickat: den 12 mars 2001 17:49
Till: Orion-Interest
mne: Re: Problem in Executing the First Example given in the Orion
taglib-tutorial Documentation !!


Hi Magnus Rydin,
Here is the file which u want to have a look on it.
Here is the taglib.tld file , Please check whether it has any errors.

Taglib.tld file


?xml version="1.0" encoding="ISO-8859-1" ?
  !DOCTYPE taglib PUBLIC "-//Sun Microsystems, Inc.//DTD JSP Tag Library
1.1//EN"
   "http://java.sun.com/j2ee/dtds/web-jsptaglibrary_1_1.dtd"


  taglib
  tlibversion1.0/tlibversion
  jspversion1.1/jspversion
  shortnamemt/shortname
  urihttp://www.orionserver.com/tutorials/uri
  infoMy first Tag library/info

  tag
  namehelloWorld/name
  tagclasscom.acme.tag.HelloWorldTag/tagclass
  bodycontentempty/bodycontent
  infoA Hello world Tag/info
  /tag

  /taglib


-- end of file


CH.Srinivas Babu
Java Application Developer
Ph: 006027189333 Extn - 8224
Mobile : 0060173837232
- Original Message -
From: Magnus Rydin
To: Orion-Interest
Sent: Monday, March 12, 2001 3:50 PM
Subject: SV: Problem in Executing the First Example given in the Orion
taglib-tutorial Documentation !!


It sounds like your tag library descriptor has faults. Please 

Re:Why is Hypersonic SQL still being integrated

2001-03-14 Thread jmorgenstein

Sir or Madame-

I am no longer available to receive email at this address.

Please forward all email requests and/or information to [EMAIL PROTECTED] and/or 
[EMAIL PROTECTED]

Thank you.

___
James M. Morgenstein
VP Technology
Digital Demographics, Inc.
Home of Recommend-It (r)
http://www.recommend-it.com
(voice) 732-296-8885
  (fax) 732-296-8817

Recommend-It (r): The Internet's hottest website traffic generation service.  
Completely free for surfers and website owners. More than 100,000 members and over 3 
million newsletter subscriptions in over 220 countries and growing!




RE: Hypersonic website / docs

2001-03-14 Thread Tim Endres

Not Java. Not Free. Lengthy registration process required to figure this out.
No thanks.

 Also try kdb at http://www.kx.com .  150kb, all in memory and FAST!!!
 
 Mike
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Michael J.
  Cannon
  Sent: Tuesday, March 13, 2001 10:22 PM
  To: Orion-Interest
  Subject: RE: Hypersonic website / docs
 
 
  Hypersonic is dead...see at
  http://sourceforge.net/forum/forum.php?forum_id=68224 .
 
  Instantdb is the only thing close.
 
  The open-source developers of the Interbase project have revolted
  and taken
  their code with them (hinting at lack of co-operation from Inprise).  They
  can be found at http://firebird.sourceforge.net/fb_main.html . the project
  nam is now (obviously) Firebird.
 
  SAPdb is Oracle crap, frozen at v.7, with _lots_ of additional
  libraries and
  no support (and damn few updates).  Find it at
  http://www.sap.com/solutions/technology/sapdb/ .
 
  For my money, if you cant find a decent db for your project at SourceForge
  or Freshmeat, go with Sybase ASA or IBM UDB and pay for it.  Otherwise,
  write your own.
 
 
 
 
   -Original Message-
   From: [EMAIL PROTECTED]
   [mailto:[EMAIL PROTECTED]]On Behalf Of Kemp
   Randy-W18971
   Sent: Tuesday, March 13, 2001 10:55 AM
   To: Orion-Interest
   Subject: RE: Hypersonic website / docs
  
  
   I heard that the original author was not longer actively
   developing the product, and someone was temporary taking over the
   administration and maintenance.  Because of the state of
   disruption with hypersonic, I recommend to look at Enhydra's
   InstandDB, if you wish a Java based RDMS, else look at databases
   like Mysql, postgresql, Sap4 (sp?), or Boreland's database.
  
   -Original Message-
   From: Julian Richardson [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, March 13, 2001 8:38 AM
   To: Orion-Interest
   Subject: Hypersonic website / docs
  
  
   Hi,
  
   What's the correct url for the hypersonic website? I thought
  the official
   one was hsql.oron.ch, which I'm sure worked until a few weeks ago but
   doesn't now - I get a forbidden error when accessing it.
  Interestingly it
   comes back with www.hypersonicsql.com in the error page, but that site
   doesn't seem to exist in any form...
  
   What gives? Is anyone on this list anything to do with Hypersonic
   and knows
   what's happening with the site (it's been this way for a few
   days, and I've
   just double-checked that it's not our web proxy)
  
   Failing any kind of online help, are there docs buried within the Orion
   document tree for Hypersonic? I couldn't see anything at all.
  
   What I'm actually after is some kind of command-line SQL client - does
   Hypersonic have one? I know it's got that applet for
  administration (does
   that even come as part of the Orion install?) but I don't want to
   fire up a
   browser or mess around with appletviewer unless I have to. I do have a
   homebrew client but it was written against Oracle so I don't know (yet)
   what'll be involved in getting it to work with Hypersonic...
  
   thanks
  
   Jules
  
 
 
 
 





Re:Why is Hypersonic SQL still being integrated

2001-03-14 Thread jmorgenstein

Sir or Madame-

I am no longer available to receive email at this address.

Please forward all email requests and/or information to [EMAIL PROTECTED] and/or 
[EMAIL PROTECTED]

Thank you.

___
James M. Morgenstein
VP Technology
Digital Demographics, Inc.
Home of Recommend-It (r)
http://www.recommend-it.com
(voice) 732-296-8885
  (fax) 732-296-8817

Recommend-It (r): The Internet's hottest website traffic generation service.  
Completely free for surfers and website owners. More than 100,000 members and over 3 
million newsletter subscriptions in over 220 countries and growing!




RE: Why is Hypersonic SQL still being integrated

2001-03-14 Thread Michael J. Cannon

Just because it's dead, doesn't mean that it doesn't do the job.  Keep in
mind that for these new tings in J2EE to work (especially EJB), you need
some kind of a repository/default container.  That doesn't mean you can't
use another database as an alternate datasource or connect to one.

I believe the Orion developers have more to worry about than what the
default datasource their product ships with is and its status.  I believe
the choice of Hypersonic/hsql had more to do with licensing (GPL) than what
best-of-breed database to include.  After all, Sun ships J2EE Beta 3 with
Cloudscape.

Also, keep in mind that hsql was NEVER adequate for any but devel projects.
It is not going to be what anyone would go to production withBottom
line:  find a datasource you are comfortable with and adapt Orion to use
that.  Kdb (http://www.kx.com ), Instantdb
(http://instantdb.enhydra.org/index.html ), Cloudscape (Informix, I believe)
MSSQL Server, Oracle, Sybase ADA, IBM UDB and postgres are all fine
candidates, or, roll your own!

Mike

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Kemp
 Randy-W18971
 Sent: Wednesday, March 14, 2001 8:36 AM
 To: Orion-Interest
 Subject: Why is Hypersonic SQL still being integrated


 If HypersonicSQL is a dead project, why is it still being shipped
 with Orion?






Re:Where do I put img files?

2001-03-14 Thread jmorgenstein

Sir or Madame-

I am no longer available to receive email at this address.

Please forward all email requests and/or information to [EMAIL PROTECTED] and/or 
[EMAIL PROTECTED]

Thank you.

___
James M. Morgenstein
VP Technology
Digital Demographics, Inc.
Home of Recommend-It (r)
http://www.recommend-it.com
(voice) 732-296-8885
  (fax) 732-296-8817

Recommend-It (r): The Internet's hottest website traffic generation service.  
Completely free for surfers and website owners. More than 100,000 members and over 3 
million newsletter subscriptions in over 220 countries and growing!




Hi Karl...

2001-03-14 Thread Huibert Aalbers

Hi everyone,

Since it seems that Karl Avedal from orionserver is online, maybe he
could tell us what is happening with orion/ironflare?

Thanks in advance, Karl

Huibert Aalbers





Re:Why is Hypersonic SQL still being integrated

2001-03-14 Thread jmorgenstein

Sir or Madame-

I am no longer available to receive email at this address.

Please forward all email requests and/or information to [EMAIL PROTECTED] and/or 
[EMAIL PROTECTED]

Thank you.

___
James M. Morgenstein
VP Technology
Digital Demographics, Inc.
Home of Recommend-It (r)
http://www.recommend-it.com
(voice) 732-296-8885
  (fax) 732-296-8817

Recommend-It (r): The Internet's hottest website traffic generation service.  
Completely free for surfers and website owners. More than 100,000 members and over 3 
million newsletter subscriptions in over 220 countries and growing!




Re:Problem in Executing the First Example given in the Orion taglib-tutorial Documentation !!

2001-03-14 Thread jmorgenstein

Sir or Madame-

I am no longer available to receive email at this address.

Please forward all email requests and/or information to [EMAIL PROTECTED] and/or 
[EMAIL PROTECTED]

Thank you.

___
James M. Morgenstein
VP Technology
Digital Demographics, Inc.
Home of Recommend-It (r)
http://www.recommend-it.com
(voice) 732-296-8885
  (fax) 732-296-8817

Recommend-It (r): The Internet's hottest website traffic generation service.  
Completely free for surfers and website owners. More than 100,000 members and over 3 
million newsletter subscriptions in over 220 countries and growing!




RE: Why is Hypersonic SQL still being integrated

2001-03-14 Thread Kemp Randy-W18971

InstantDB (for a Java database), which is actively developed by Enhydra 
(www.enhydra.org). 

-Original Message-
From: Tim Endres [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 11:47 AM
To: Orion-Interest
Subject: Re: Why is Hypersonic SQL still being integrated


 If HypersonicSQL is a dead project, why is it still being shipped with Orion? 

What is the better alternative?





RE: Why is Hypersonic SQL still being integrated

2001-03-14 Thread Kemp Randy-W18971

Jeff:
   It has no shortcomings for now, but is not being actively worked on, which could 
introduce bugs with new Orion releases.  A better alternative is instantDB by Enhydra, 
which is free and actively worked up (actually, both are shipped with Jboss).  

-Original Message-
From: Jeff Schnitzer [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 11:11 AM
To: Orion-Interest
Subject: RE: Why is Hypersonic SQL still being integrated


Why not?

Really, as a simple test/example database, what shortcoming does it
have?  Just because nobody is fixing/adding new bugs to the code at the
moment doesn't mean that the current incarnation is not perfectly
adequate for its task.

I don't think anyone in their right mind would run a production system
with hsql, but for development I've never used anything so convenient.
Having the sql spit out to the hypersonic console in server-mode is
great!

Jeff

-Original Message-
From: Kemp Randy-W18971 [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 6:36 AM
To: Orion-Interest
Subject: Why is Hypersonic SQL still being integrated


If HypersonicSQL is a dead project, why is it still being 
shipped with Orion? 






RE: Why is Hypersonic SQL still being integrated

2001-03-14 Thread Kemp Randy-W18971

Karl:
   Thank you.  On second thought, you are probably right.  But I wonder if InstandDB 
could be added, like they do in Jboss?  If not, no big deal.
Randy 

-Original Message-
From: Karl Avedal [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 10:57 AM
To: Orion-Interest
Subject: Re: Why is Hypersonic SQL still being integrated


Hello Randy,

Many people still find it useful to have a simple db preinstalled to play around
with and not having to seperately download one and set it up. And considering
hsql just adds about 170k, it's not a big issue to keep it there.

Regards,
Karl Avedal

Kemp Randy-W18971 wrote:

 If HypersonicSQL is a dead project, why is it still being shipped with Orion?





Hypersonic SQL - Not bad after all

2001-03-14 Thread Kemp Randy-W18971

After reflecting on it, it probably doesn't hurt to ship hypersonic SQL, as
a prototype database, but it would be nice if someone could pick up the
ball, and continue to work on it.  In reality, it is a nice database.  Even
better would be to add InstantDB from Enhydra, which is also a free Java
database, like they do in Jboss.  Just my two cents worth.




Orion Team Needs New List Software

2001-03-14 Thread Jeff Schnitzer

Someone desperately needs to replace the list software currently hosting
the Orion-Interest mailing list.  This is really getting out of hand.
It's bad enough that everyone who posts gets messages like this from
natch.se... but now they're echoing to the list as well.

If the only reason this hasn't been done is lack of suggestions, I've
found use (no idea about administration) of Mailman lists to be
pleasant.  http://www.list.org.

Somebody also needs to fix the Orion website so that when you click
"unsubscribe", it gives a response page to that effect rather than the
current erroneous "Thank you for subscribing" message.  This is probably
what generates most of the "how do I unsubscribe?" messages to the list.

Jeff

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 14, 2001 11:31 AM
To: Orion-Interest
Subject: Re:Why is Hypersonic SQL still being integrated


Sir or Madame-

I am no longer available to receive email at this address.

Please forward all email requests and/or information to 
[EMAIL PROTECTED] and/or [EMAIL PROTECTED]

Thank you.

___
James M. Morgenstein
VP Technology
Digital Demographics, Inc.
Home of Recommend-It (r)
http://www.recommend-it.com
(voice) 732-296-8885
  (fax) 732-296-8817

Recommend-It (r): The Internet's hottest website traffic 
generation service.  Completely free for surfers and website 
owners. More than 100,000 members and over 3 million 
newsletter subscriptions in over 220 countries and growing!






Pointbase

2001-03-14 Thread Fink, Paul

Anybody got a working database-schema file for PointBase?





Re: Using the mailing list

2001-03-14 Thread Raul Vidal

...now thats funny!!!
- Original Message -
From: Sergei Batiuk [EMAIL PROTECTED]
To: Orion-Interest [EMAIL PROTECTED]
Sent: Tuesday, March 13, 2001 3:52 PM
Subject: Using the mailing list


 Dear orion webmasters,

 Tell me please how to correctly post a message to the mailing list and how
 to reply to a message. Each time I mail a message to
 [EMAIL PROTECTED] I get the following message:

 
 The person you have tried to contact is no longer employed at Netch
 Technologies.  You may wish to contact us at [EMAIL PROTECTED] instead, or
 visit us on the web, http://www.netch.se/ .

 This message is probably caused by one of the following recipient
 adresses:


 [EMAIL PROTECTED]
 [EMAIL PROTECTED]

 If you feel this message is in error, mail [EMAIL PROTECTED] to
 get in touch with the mail administrator.

 regards,
 /netch/

 The original message follows:
 ...
 

 Am I missing anything?

 WBR,
 Sergei Batiuk.








What JVM can I use??

2001-03-14 Thread Daniel Guillamot

I've been having a world of trouble with Sun's 1.3.0 JVM and 1.3.1 JVM.
I get the following error.

# # An unexpected exception has been detected in native code outside the
VM.# Program counter=0x4028092e
#
# Problematic Thread: prio=1 tid=0x8999ad8 nid=0x15cb runnable

This has been taking Orion down for the last week. I need to find a fix
fast, and I am hoping it doesnt involve going back to Apache.

I've seen the Volano report, but I've heard some bad things about each of
the JVM's on there. Which JVM should I try next? Which ones have proven to
provide good stability on Linux RH 6?





OpenCMS under Orion?

2001-03-14 Thread Larry Velez
Title: OpenCMS under Orion?






Has anyone setup OpenCMS ( http://www.opencms.com ) on Orion? Also, if anyone knows any sites that use OpenCMS please let me know.

thanx,


Larry





RE: Problem in Executing the First Example given in the Orion taglib-tutorial Documentation !!

2001-03-14 Thread Jay Armstrong

Hi all,

Please implicate me with Mike and Robert Nicholson, who politely warned
Srinivas two days before Mike did (and after Magnus Rydin tried to answer
Srinivas' question the same day he asked it).  Note the "!!" at the end of
subject.  He "shouts" for help, but is still sending the annoying
read-response emails.

A single message here and there is no biggee.  But there is a growing
number of questions sent to this site.  I would wager that Mike reads most
of them.  He has helped me and a lot of others in the past.  He also wrote,
among other things, the Servlet Filter demo at OrionSupport.  Mike, thanks
for your help and please continue.

If you think Mike was too harsh, how about this (my personal opinion):
Anyone who can't or won't configure their email properly and/or ignores
polite warnings probably has no business trying to figure out J2EE
products, like Orion.  Anyone, like Mike, who gives a lot more than they
get from this interest group should be thanked for the valuable (and
UNPAID) help they provide.

So, bring on the "newbie" questions, but let's make it clear that there is
a "quid pro quo": don't irritate the volunteers.

Jay Armstrong
[EMAIL PROTECTED]

At 02:02 PM 3/14/01 -0400, you wrote:
Hey, Mike, having a bad day? Yeah, I don't like reading HTML-formatted email
myself, nor do I enjoy clicking the No on the 'send reply on reading' dialog
(I estimate that with the amount of email that I read and reply to, which is
large, I might have to do this about once every two weeks, so it's onerous),
but I think you're stretching it with your tone of voice and some
unwarranted assumptions.

Do me a favour, don't implicate the rest of us by using a passive "you've
been warned". If you mean "_I_ warned you before, and I'm doing it again",
say so. Thanks.

While you're at it, if you're really going to take action against Srinivas,
don't forget to do everything that the MAPS RBL Team suggests that you
should do before going to them as a last resort - looks like a fair amount
of effort there on your part, and probably at least a month before you'd
have exhausted all avenues and have to go to the RBL. I'd hate to hear that
you're skipping all that due diligence whenever you have a wild hair.

Have a nice day.

Regards,
Arved Sandstrom

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Michael J.
Cannon
Sent: Wednesday, March 14, 2001 12:11 PM
To: Orion-Interest
Subject: RE: Problem in Executing the First Example given in the Orion
taglib-tutorial Documentation !!
Importance: High


Yo, Srinivas...you've been warned before here...post in plain text and turn
off the 'send reply on reading' in your lousy Microcrap Outlook MUA or I
will be forced to submit you (and your domain) to the Black Hole list.  If
you are using this list to collect spam candidates for future use/resale
(what this looks like) - don't!!!

Mike Cannon
SANE
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of srinivas
Sent: Wednesday, March 14, 2001 4:15 AM
To: Orion-Interest
Subject: Problem in Executing the First Example given in the Orion
taglib-tutorial Documentation !!


Yes I do have the All the things  Correctly which u have metioned in your
directory.

So then what is the problem ??

Please help me out ...
Srinivas
- Original Message -
From: Magnus Rydin
To: Orion-Interest
Sent: Tuesday, March 13, 2001 11:24 PM
Subject: SV: Problem in Executing the First Example given in the Orion
taglib-tutorial Documentation !!


In your /WEB-INF/ directory, you do have a file called taglib.tld that
matches
http://www.orionserver.com/tutorials/taglibs/lesson1/taglib.tld.txt ?

In your web.xml, do you have an entry like:

...
taglib
  taglib-urimytags/taglib-uri
  taglib-location/WEB-INF/taglib.tld/taglib-location
/taglib
...


In your JSP page, do you reference the taglib as:
...
%@ taglib uri="mytags" prefix="mt" %
...

in your /web-inf/classes/com/acme/tag/ directory, do you have the .class
files according to the tutorial?
-Ursprungligt meddelande-
Frn: srinivas [mailto:[EMAIL PROTECTED]]
Skickat: den 13 mars 2001 02:25
Till: Orion-Interest
mne: Problem in Executing the First Example given in the Orion
taglib-tutorial Documentation !!



No No I named it correctly in the reference. That is not the problem.

I think the  Problem is different which iam not getting it . Please help me
!!
Thanks...


- Original Message -
From: Magnus Rydin
To: Orion-Interest
Sent: Tuesday, March 13, 2001 3:40 PM
Subject: SV: Problem in Executing the First Example given in the Orion
taglib-tutorial Documentation !!


I noticed that lesson 1 says 'mytags.tld' at one location and 'taglib.tld'
at another.
I will fix this this evening.
Could this be the source to your problems?
If you have named your taglib file 'taglib.tld' make sure that you use that
name when referencing it too.
WR
-Ursprungligt meddelande-
Frn: srinivas [mailto:[EMAIL PROTECTED]]

RE: What JVM can I use??

2001-03-14 Thread Chris Woods

Is there native code in your app? Unless I'm mistaken, there is no native
code in orion.

I've been using both 1.3.0 and the 1.3.1 beta on linux successfully, but
not under great loads.

c./


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Daniel
 Guillamot
 Sent: Wednesday, 14 March, 2001 17:12
 To: Orion-Interest
 Subject: What JVM can I use??


 I've been having a world of trouble with Sun's 1.3.0 JVM and 1.3.1 JVM.
 I get the following error.

 # # An unexpected exception has been detected in native code outside the
 VM.# Program counter=0x4028092e
 #
 # Problematic Thread: prio=1 tid=0x8999ad8 nid=0x15cb runnable

 This has been taking Orion down for the last week. I need to find a fix
 fast, and I am hoping it doesnt involve going back to Apache.

 I've seen the Volano report, but I've heard some bad things about each of
 the JVM's on there. Which JVM should I try next? Which ones have
 proven to
 provide good stability on Linux RH 6?







RE: Orion Team Needs New List Software

2001-03-14 Thread Allen Fogleson

I suspect that the person the mail is from is not responsible, obviously
moved on and someone at the company set up the autoresponder. We do that
here when we have people leave. Be bad business to lose a customer because
email wasnt replied to wouldnt it?

Al


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Schnitzer
Sent: Wednesday, March 14, 2001 4:29 PM
To: Orion-Interest
Subject: Orion Team Needs New List Software


Someone desperately needs to replace the list software currently hosting
the Orion-Interest mailing list.  This is really getting out of hand.
It's bad enough that everyone who posts gets messages like this from
natch.se... but now they're echoing to the list as well.





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 the list software currently hosting
 the Orion-Interest mailing list.  This is really getting out of hand.
 It's bad enough that everyone who posts gets messages like this from
 natch.se... but now they're echoing to the list as well.
 
 If the only reason this hasn't been done is lack of suggestions, I've
 found use (no idea about administration) of Mailman lists to be
 pleasant.  http://www.list.org.
 
 Somebody also needs to fix the Orion website so that when you click
 "unsubscribe", it gives a response page to that effect rather than the
 current erroneous "Thank you for subscribing" message.  This is probably
 what generates most of the "how do I unsubscribe?" messages to the list.
 
 Jeff






RE: Orion Team Needs New List Software

2001-03-14 Thread Tim Endres

The problem is not the autoresponder. It is the mailing list software that
Orion uses, which appears to be years behind more common mailing list software.
tim.

 I suspect that the person the mail is from is not responsible, obviously
 moved on and someone at the company set up the autoresponder. We do that
 here when we have people leave. Be bad business to lose a customer because
 email wasnt replied to wouldnt it?
 
 Al
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Schnitzer
 Sent: Wednesday, March 14, 2001 4:29 PM
 To: Orion-Interest
 Subject: Orion Team Needs New List Software
 
 
 Someone desperately needs to replace the list software currently hosting
 the Orion-Interest mailing list.  This is really getting out of hand.
 It's bad enough that everyone who posts gets messages like this from
 natch.se... but now they're echoing to the list as well.





RE: Orion Team Needs New List Software

2001-03-14 Thread Mike Cannon-Brookes

For those interested, the mailing list software behind this list is...
Orion!

That's right, the list runs as a J2EE app in an Orion server (which IMHO is
quite impressive). There are obviously a few areas where it is still
catching up to the commercial list management software, but I'm sure the
Orion guys are tweaking it constantly to get around what are usually 'bad
users'.

-mike

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Tim Endres
 Sent: Thursday, March 15, 2001 12:52 PM
 To: Orion-Interest
 Subject: RE: Orion Team Needs New List Software


 The problem is not the autoresponder. It is the mailing list software that
 Orion uses, which appears to be years behind more common mailing
 list software.
 tim.

  I suspect that the person the mail is from is not responsible, obviously
  moved on and someone at the company set up the autoresponder. We do that
  here when we have people leave. Be bad business to lose a
 customer because
  email wasnt replied to wouldnt it?
 
  Al
 
  -Original Message-
  From: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Schnitzer
  Sent: Wednesday, March 14, 2001 4:29 PM
  To: Orion-Interest
  Subject: Orion Team Needs New List Software
 
 
  Someone desperately needs to replace the list software currently hosting
  the Orion-Interest mailing list.  This is really getting out of hand.
  It's bad enough that everyone who posts gets messages like this from
  natch.se... but now they're echoing to the list as well.








sendRedirect, Apache and Orion

2001-03-14 Thread Joe Latty

Having set up Apache as a front end to Orion, as specked in OrionSupport, I
have a virtual host set up like this:

VirtualHost www.frontend.com:80 http://www.frontend.com/ 
ProxyVia On
ProxyPass /myapp http://rearend:8080/myapp http://rearend:8080/myapp 
ProxyPassReverse /myapp http://rearend:8080/myapp
http://rearend:8080/myapp 
/VirtualHost

In Orion web-site.xml  I have:
frontend host="www.frontend.com http://www.frontend.com/ " port="80" /

Orion is running on a different machine and all is well until;

String theUrl = "/somewhere.jsp"
response.sendRedirect(response.encodeRedirectURL(theURL));

This will now change the url from http://www.frontend.com/myapp
http://www.frontend.com/myapp  to http://rearend:8080/myapp
http://rearend:8080/myapp  which loses my session.

How do I stop the sendRedirect prefixing the URL.

Joe  


 winmail.dat


Re: Orion Team Needs New List Software

2001-03-14 Thread Robert S. Sfeir

I think developers communicating directly with customers is bad business :-)

R

Allen Fogleson wrote:

 I suspect that the person the mail is from is not responsible, obviously
 moved on and someone at the company set up the autoresponder. We do that
 here when we have people leave. Be bad business to lose a customer because
 email wasnt replied to wouldnt it?
 
 Al
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Schnitzer
 Sent: Wednesday, March 14, 2001 4:29 PM
 To: Orion-Interest
 Subject: Orion Team Needs New List Software
 
 
 Someone desperately needs to replace the list software currently hosting
 the Orion-Interest mailing list.  This is really getting out of hand.
 It's bad enough that everyone who posts gets messages like this from
 natch.se... but now they're echoing to the list as well.
 
 





Re: Is it orion compatible with FORM METHOD = POST ?????

2001-03-14 Thread waheed_rahuman

Hi Smith,
I am using JSP with post method both remote and local servers are
orion.1.3.8
thank you for your response
regards
waheed


- Original Message - 
From: Smith Jason [EMAIL PROTECTED]
To: 'waheed_rahuman ' [EMAIL PROTECTED]
Sent: Thursday, March 15, 2001 1:05 AM
Subject: RE: Is it orion compatible with FORM METHOD = POST ?


 Hi,
 RU using the tunnel servlet?
 
 I can't get POST to work when I am using the tunnel servlet. No problems
 with GET...
 
 Is the remote server using the same version of Orion as the local server?
 
 /Jason
 
 -Original Message-
 From: waheed_rahuman
 To: Orion-Interest
 Sent: 3/14/01 3:33 PM
 Subject: Is it orion compatible with FORM METHOD = POST  ?
 
 As the subject explains problem i am facing problem with POST method.
 When i develop jsp with POST method in my local machine its working
 great
 when i place the same file in the remote webserver which is also a orion
 server its giving me no rosponse it just displaying blank page
 
 Anybody have any idea about this.
 
 regards
 waheed
 
 
 
 _
 Do You Yahoo!?
 Get your free @yahoo.com address at http://mail.yahoo.com


_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





RE: Hypersonic SQL - Not bad after all

2001-03-14 Thread Dvornikov Victor

As regards the speed issue the hypersonic driver is really "hypersonic". In
my tests on PC with 32Mb RAM and 220Mhz CPU it was 3-5 times quicker than
the embedded Cloudscape (having full-blown functionality ) and nearly 10
times (!) quicker than the remotely connected Cloudscape. I anticipate that
the matters are even worth for other drivers...
The most critical issue with hypersonic is memory management which may be
substantially mitigated by its initial preallocation.  
Besides hypersonic is very reliable piece of code (this is important for CMP
beans) and  has a small footprint (hence more flexibility in design
options). Taken all these merits into account I don't see any alternative to
hypersonic.
   

 -Original Message-
 From: Kemp Randy-W18971 [SMTP:[EMAIL PROTECTED]]
 Sent:   14 2001 23:00
 To:   Orion-Interest
 Subject:  Hypersonic SQL - Not bad after all
 
 After reflecting on it, it probably doesn't hurt to ship hypersonic SQL,
 as
 a prototype database, but it would be nice if someone could pick up the
 ball, and continue to work on it.  In reality, it is a nice database.
 Even
 better would be to add InstantDB from Enhydra, which is also a free Java
 database, like they do in Jboss.  Just my two cents worth.