RE: Newbie - Am I going mad? Broken links on home page

2000-08-31 Thread Magnus Rydin
Title: RE: Newbie - Am I going mad? Broken links on home page Hi all, im sorry for the broken link to the Tools tutorial. I managed to break it while putting up the link to the new Servlet 2.3 Filter tutorial. The new Filter tutorial is just started, so please give us some days to fill it up w

RE: Orion Log file analyser

2000-08-31 Thread Magnus Rydin
I think WebTrends is the most used one for log analysis, but I could be wrong. It is excellent for analysis of a whole site, but is close to worthless when you want to present different reports for different directories, divided by those directories. Otherwize it gives you close to everythin

RE: Which JDK to use?

2000-08-31 Thread J.T. Wenting
I'm having trouble with glibc and java (Sun for now). I have glibc 2.1.3, JDK 1.2.2. When I try to start a Swing/AWT application I get a 'shared library not found' error. Anyone know something about that? non-GUI programs run fine. Jeroen T. Wenting [EMAIL PROTECTED] Murphy was wrong, things tha

Undefined variable: context

2000-08-31 Thread Raif Naffah
Hi, First kudos to the Orion developers on this excellent product! Second, while deploying an application with 25 EJBs (to an Orion server ver. 1.2.7) through the console tool, i'm getting the following exception: MyEJBHome_EntityHomeWrapper15.java:1286: Undefined variable: context ORL

Re: Where Orion puts the code?

2000-08-31 Thread Porfiriev Sergey
for me it is: $ORION_HOME/application-deployments/$APP/$WEB_APP/persistence/ - Original Message - From: "Ismael Blesa Part" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, August 31, 2000 7:56 AM Subject: Where Orion puts the code? > I have some jsps and I

Orion Log file analyser

2000-08-31 Thread Porfiriev Sergey
I've read in this  list about log file analysers that can Analyse Orion Logs ( somehow changed via web-site.xml /web-site/access_log ) But i've lost this information. :(   What analyzers i can use with Orion ( and how )

RE: URLs in web apps

2000-08-31 Thread Kevin Duffey
I think your ok..but I use the request.getContextPath() in a "included" header file on all my JSP pages. I assign it to a contextPath string var and use it in all my href tags click But, I believe the spec allows relative paths to the root of the web app. So, if your root is /, and the dir is i3-

RE: Newbie - Am I going mad? Broken links on home page

2000-08-31 Thread Darren Gibbons
Hi Kimberly, Not sure if you noticed this already, but the link is actually http://www.orionserver.com/tutorials/tools/. First time I've seen it though -- looks useful. Kudos Orion team. Darren. -- Darren Gibbons[EMAIL PROTECTED] OpenRoad Communications

URLs in web apps

2000-08-31 Thread Kurt Hoyt
I've noticed an inconsistency in how URLs are used within the servlet engine in Orion. Perhaps I've never had to deal with this since this is the first servlet engine I've used that supports .war files, server.xml, web.xml files, etc. I have a web app that is deployed like this: server.xml conta

RE: Newbie - Am I going mad? Broken links on home page

2000-08-31 Thread Kevin Duffey
Hi, I have been given the green light here to move ahead with Orion deployment as well. Although we are not as sophisticated a setup as you, we will be moving in that direction shortly. We are moving ahead with Orion while we evaluate WebLogic and iPlanet to see if we want to pay those outrageous

Newbie - Am I going mad? Broken links on home page

2000-08-31 Thread Kimberley Scott
Hiya, I've been using Java for some time (but not J2EE) and have some 25+ years IT experience, so being a newbie is a bit of new experience... :-) I've downloaded just about everything relating to Orion I can for study. On the front page of the Orion home site there is a link to some stuff I wou

RE: Which JDK to use?

2000-08-31 Thread Lawrence Fry
Stas, I have been having great luck with IBMJava2-13 on my linux box. Make sure you have glibc 2.1.2 or better, I found an issue with glibc 2.1.1. Otherwise, its works findand its FAST! regards, Lawrence -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behal

RE: CMP finder method - findBySomeProperty

2000-08-31 Thread Stanislav Maximov
Do you mean this kinda clause in home interface? public static final String findByParentId_query = "$1 = $parentId"; stas@ > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Vincent Serpico > Sent: Friday, September 01, 2000 2:03 AM > To: Orion-Inter

Re: CMP finder method - findBySomeProperty

2000-08-31 Thread Vincent Serpico
Stanislav Maximov wrote: > Hello, > > maybe I've missed something, but I thought if I'll implement > findBy method, Orion will create proper finder method which > will query the table for this value. But when I opened my > orion-ejb-jar.xml I saw that my findBy query is equal to > findAll method

RE: How to Host Multiple domain on orion?

2000-08-31 Thread Kevin Duffey
Oh..ok. Look in the DOCS folder..under orion-web.xml.html. There is an ability to assing virtual-hosts there for each web-app deployed. > -Original Message- > From: devendra orion [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 31, 2000 2:41 PM > To: Orion-Interest > Cc: [EMAIL PROTEC

How to Host Multiple domain on orion?

2000-08-31 Thread devendra orion
Hi!: Thanks! Actually i want to setup multiple domain names using single IP. Like in apache you can do it using NameVirtualHost parameter. eg: www.domain1.com www.domain2.com www.domain3.com but all websites has same IP address Devendra --- Kevin Duffey <[EMAIL PROT

HTTPSession timeouts in SSL environment

2000-08-31 Thread Todd McGrath
Perplexed by a problem I'm having: I have a custom login solution that writes a string to a user's HttpSession Object: session.setAttribute("login", new java.util.Date().toString()); In the app, I have a controller servlet that checks for this session attribute with each request: Object

Which JDK to use?

2000-08-31 Thread Stanislav Maximov
Hello, I've tried Blackdown 1.2.2, but it seems to be not very fast. Could you please suggest me another JDK to use on Linux with Orion 1.0.3? Thanks in advance. stas@

CMP finder method - findBySomeProperty

2000-08-31 Thread Stanislav Maximov
Hello, maybe I've missed something, but I thought if I'll implement findBy method, Orion will create proper finder method which will query the table for this value. But when I opened my orion-ejb-jar.xml I saw that my findBy query is equal to findAll method query. Why? What have I missed? Pleas

Re: database connectivity

2000-08-31 Thread Derek Akers
Thanks George, I think i am almost there...  It does look like I am getting towards the database, but when trying to "list tables" in the console, I get no output in the console window, but in the DOS window the following error comes up:   java.lang.NullPointerException    at com.evermi

RE: documentation broken??

2000-08-31 Thread Kevin Duffey
Haha...I thought the very same thing. I was reading the docs and noticed its like that all over the place. Oh well..its a good product and the price is right..that is what I keep saying to myself. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Dua

Re: Orion 1.2.7 download broken

2000-08-31 Thread Karl Avedal
Hello, Yeah, there was a problem for some time. Regards, Karl Avedal Ted Neward wrote: > I just did, off the very URL you gave in the message. No problems. > > Ted Neward > Java Instructor, DevelopMentor (http://www.develop.com) > http://www.javageeks.com/~tneward > > - Original Message --

documentation broken??

2000-08-31 Thread Duane Fields
Am I going crazy or does the documentation appear to be missing the ends of sentences everyone? I'm not talking about quality of documentation, I'm talking about data appearing to be lost. I redownloaded the zip today to make sure, and here a representative excerpt from server.xml.html Define

Re: Orion 1.2.7 download broken

2000-08-31 Thread Ted Neward
I just did, off the very URL you gave in the message. No problems. Ted Neward Java Instructor, DevelopMentor (http://www.develop.com) http://www.javageeks.com/~tneward - Original Message - From: "Michael Mok" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Wednesday,

RE: Where Orion puts the code?

2000-08-31 Thread Kevin Duffey
In a ./persistence dir. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ismael Blesa > Part > Sent: Thursday, August 31, 2000 4:56 AM > To: Orion-Interest > Subject: Where Orion puts the code? > > > I have some jsps and I have a strange error. Wh

Re: RMI from EJB, permissions in EJB

2000-08-31 Thread Ted Neward
Where do you see that? I don't read any particular restriction on making RMI calls; you're not allowed to explicitly listen for any incoming socket calls, but that's not the same. When I stop to think about it, in fact, a reference to another EJB itself may be a remote reference, so the EJB spec

Re: database connectivity

2000-08-31 Thread Shayne Hughes
I think you need to change the url line to add the port number...   url="jdbc:inetdae:localhost:1433?database=dBTest"   Shayne   - Original Message - From: Derek Akers To: Orion-Interest Sent: Thursday, August 31, 2000 7:52 AM Subject: database connectivity I am

Re: RMI from EJB, permissions in EJB

2000-08-31 Thread Dave Smith
I'm not sure you can. I think this kind of behaviour (i.e. opening sockets to remote registries) is explicitly forbidden in section 18.1.2 of the EJB 1.1 spec. Friedrich Dodt wrote: > How do I get my Session Bean to issue an RMI call successfully? > > I am trying to contact a simple RMI method t

RE: database connectivity

2000-08-31 Thread Holmes, George (TWIi London)
Derek,   The Sprinta driver connects directly to the SQL Server and does not utilise an ODBC data source.   The url string should follow this format:       url="jdbc:inetdae:futdb1?database=TheDatabase1&sql7=true"   In this example,       futdb1 is the NetBIOS (you can use an IP address al

RE: Where Orion puts the code?

2000-08-31 Thread J.T. Wenting
/application-deployments//persistence but only when development="true" Jeroen T. Wenting [EMAIL PROTECTED] Murphy was wrong, things that can't go wrong will anyway > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Ismael Blesa > Part > Sent: Thursd

Re: Third Party Packages

2000-08-31 Thread Mark A. Richman
How do I get off this damn list???!!! It says I am not subscribed -Mark - Original Message - From: "Smith, Bill (RIC)" <[EMAIL PROTECTED]> To: "Orion-Interest" <[EMAIL PROTECTED]> Sent: Thursday, August 31, 2000 8:56 AM Subject: Third Party Packages > I have a number of questions

database connectivity

2000-08-31 Thread Derek Akers
I am having a problem connecting to a database for some reason.  I am using MS SQL server 7 and have obtained the proper driver (SPRINTA2000) and set up the ODBC data source, however Console has a problem displaying the tables of the DB.  I have tried it this way and using the generic JDBC:O

RMI from EJB, permissions in EJB

2000-08-31 Thread Friedrich Dodt
How do I get my Session Bean to issue an RMI call successfully? I am trying to contact a simple RMI method that runs on an RMI server (rmiregistry) from code in my Session Bean. Up to now without success. 1. With the naive approach System.setSecurityManager(new RMISecurityManager());

getRemoteUser

2000-08-31 Thread Magnus Nilsson
I have a site with a public and a protected area. The protected area has a security constraint set in web.xml. When the user wanders into the protected area he/she has to login using basic authentication. No problems so far. On the public pages I have a message that shows if the user is logged in

Use Orion for "ordinary" RMI?

2000-08-31 Thread August Linnman
Hello everyone!   As far as I can see the Orion server has a built-in RMI server (using a special ORMI wire protocol). I have developed stand-alone applications which operate through RMI but these are not able to operate without using the standard "rmiregistry". Is it possible to have Orion

ClassCastException.

2000-08-31 Thread Patrik Andersson
Title: RE: EJB 2.0 status. When we check in servlets from SourceSafe into the "servlet-container" we get ClassCastException on some other support class. And that happends every time. I suppose that is because our supporting class gets reloaded by the servlet classloader even though it is alr

Third Party Packages

2000-08-31 Thread Smith, Bill (RIC)
I have a number of questions for the group. 1) If you have third party components (spell checking api, etc.) what is the best way to attach them to an application? Is there some way to put them in the classpath used by Orion? It isn't always convenient or easy to have a jar and put it in the orio

Admin Shutdown Command

2000-08-31 Thread Smith, Bill (RIC)
Hi all, I noticed something that doesn't make much sense to me. When I execute the shutdown command with admin.jar, there are half a dozen of java -jar orion.jar processes that still hang around. If I start the server again, even more appear. I'm run Redhat 6.2 with the IBM 1.3 jdk (IBM build cx1

RE: EJB 2.0 status.

2000-08-31 Thread Simon Salykov
Title: RE: EJB 2.0 status. Hi!     It seems to me that EJB 2.0 support was added in Orion 1.1.2x or something near. Update to latest version and check your ejb-jar.xml for DOCTYPE tag. It must reffer to correct dtd.   With best wishes, Simon Salykov. -Original Message-From: [EM

Where Orion puts the code?

2000-08-31 Thread Ismael Blesa Part
I have some jsps and I have a strange error. Where OrionServer puts the code generated?

authentication via x509

2000-08-31 Thread Ismael Blesa Part
Hi, I have an application running with jsp, how should I do to authenticate the user with digital certificates ? How to access from jsp to the user digital certificate? How and where to specify that the application requieres a digital certificate? Where could I found information about j2ee user

RE: usermanager's

2000-08-31 Thread Arved Sandstrom
Hi, Lawrence You certainly don't need to declare your users - I have successfully created new users from scratch and logged them into the server using the Orion user manager API's. I'd think it rather a poor user manager if one had to declare all the users ahead of time in a deployment descriptor

RE: EJB 2.0 status.

2000-08-31 Thread Khan Kamran
Title: RE: EJB 2.0 status. Hi could some body tell me which version of orion supports some of ejb2.0 features. are these features relating to entity bean relation ship? I have a problem . i am using orion 1.0.3b latest stable version. As specified in ejb2.0 specifications that we have to d

RE: EJB 2.0 status.

2000-08-31 Thread Simon Salykov
Hi! Yes. I rembered we have the same problem. IMHO the only two cases when at this moment relations are usefull is relation between EJB and dependent class and relation one to many between two EJBs when cmr field exists only in EJB with multiplicity "one". In your case it'll be MediaPlan