abase (using a JavaBean
class) the response is the same like the previous, it is not the real response.
Is this a problem with cacheing in the Resin server ? ... and for this what
must I do ?
If you could help me, I will be very happy ...
T
Don't know if this will help, but it looks like the problem starts
with the execution of a finder query. So maybe review the sql you've set
for this query in orion-ejb-jar.xml.
Or maybe the query can return more than one row and you have it set to
return
a single entity instance in the
Can anyone give some pointers or have come across a similar problem ?
We are currently in development and in the middle of UAT testing. The
application runs on Orion1.5.2 connecting to multiple datasources on the one
server.
A recent test raised the following exception
java.lang.A
ssage-
From: Jon Bricker [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, May 15, 2002 7:56 AM
To: Orion-Interest
Subject: Begging for help
I'm begging for some help on this set up. I'm using Glue Standard for using
SOAP calls. Anyone that has used Glue with Orion before please help me ou
I'm begging for some help on this set up. I'm using Glue Standard for using
SOAP calls. Anyone that has used Glue with Orion before please help me out.
I've gotten the orion example from glue working. Now I'm trying to do something
practical. I've set up an app
I've done the tutorial on atlassian/orion support, and for the life of
me, I can't get the GZIPFilter stuff to work.
This is the error I get every time.
500 Internal Server Error
java.lang.AbstractMethodError at com.evermind[Orion/1.5.2 (build
10460)]._ah._fkd(Unknown Source)
at com.e
Hi,
I have a database on firebird interbase and respectively a jsp file with a
bean file . The bean must be the connection to the database, but I receive an
error like in attached file:
Know somebody why ??
__
Do you
but it didn't
work.
Can somebody help me ? If
you'll get me an answer please specify what/where should I do/configure/try !
P.S. I have tried everything, even whether my autoexec.bat has been
modified as you see below:
set
classpath=.;.\classes;c:\java_classes;c:\jakarta-ant-1.
atements of my
own.
thanks,
Bjarni
ps: What is the correct way to post questions and answers to the list?
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Greg Davis
Sent: 3. apríl 2002 14:23
To: Orion-Interest
Subject: RE: arrg please help
Are you usi
---
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of John Creaner
Sent: 3. apríl 2002 11:50
To: Orion-Interest
Subject: RE: arrg please help
thats sounds like an sql issue, are you closing your statement before you
get all the information in the resultset back??
John Creaner
Softwa
try to help. :-)
Later...
Greg
-Original Message-
From: Ofur-Bjarni [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, April 03, 2002 12:35 AM
To: Orion-Interest
Subject: arrg please help
I have an existing database and I am trying to make an entity bean that
retrieves data from one of it
]
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ofur-Bjarni
Sent: 03 April 2002 08:35
To: Orion-Interest
Subject: arrg please help
I have an existing database and I am trying to make an entity bean that
retrieves data from one of it's tables.
I have se
I have an existing database and I am trying to make an entity bean that
retrieves data from one of it's tables.
I have set the autocreate-table to false, and everything deploys nicely, but
when I try to list the contents of the table (using findAll()) then I get
this error:
com.evermind.server.r
created in Orion or SwiftMQ.
Why is the setting my orion-ejb-jar.xml getting ignored? Please help.
Thanks,
Vani
_
Join the worlds largest e-mail service with MSN Hotmail.
http://www.hotmail.com
Hi,
I am unable to implement session failover in orion1.5.2 , getting 'Error while
receiving sessions from the cluster'.
SETUP:
I have 2 win2k servers running jdk 1.3.0_02 and jikes 1.15 with Orion1.5.2. The
servers have ids 82 and 83.
PROBLEM:
Both 82 and 83 are up, I go to page1.jsp an
uot;sent
message!");
qconn.close();
} catch (Exception e)
{
e.printStackTrace();
} }
Any ideas as to what I'm doing wrong?? Obviously, something is hosed
on my configuration.
Thanks for any help.
Joe
I am on vacation from 3/1 to 3/22. Please contact my
manger, Wendy Liau for any issue.
Sam
--- Begin Message ---
Nevermind the last message I wrote on help with
transactions. I got it. My mind is fluff today. :)
Thanks anyways.
Joe
--- End Message ---
Nevermind the last message I wrote on help with
transactions. I got it. My mind is fluff today. :)
Thanks anyways.
Joe
t never gets that far. There's
never a transaction that is active. It blows up in the 'if'
statement:
javax.transaction.TransactionRolledBackException:
javax.ejb.EJBException
Is there something else that I need to be aware of
in handling bean-managed transactions??
Thanks for all your help.
Joe
I'm trying to learn ejb's using Orion's web
server. I'm currently running 1.5.4. I appreciate all the help I've
gotten so far.
Basically, I'm trying to get the CabinBean example
from O'Reilly publishings "Enterprise JavaBeans 2nd Edition" work
I need some help understanding the configuration of Orion so that I
canlearn EJB. I understand most of the concepts behind it, but am
failing inconfiguring my server properly.Right now, I'm doing the
Cabin bean example out of Enterprise JavaBeans (2ndEd) by O'Reilly
publishing.
Hi all,
I'm very newbie to Orion and J2EE.
I want to install Petstore 1.3 on Orion 1.5.4 (Win2k).
I followed instruction as in this milist archive :
http://www.mail-archive.com/orion-interest@orionserver.com/msg14262.html
cd petstore1.3\src\components
build
cd ..
build
I copied these following
Hi Aaron.
I've had some success on these kinds of issues with a product called OptimizeIt, from
VMGear.
Best link to hit would be www.opitmizeit.com. They have a free-trial, which you can
use to figure out if it will find your issue or not. I just saw that they
were recently purchased by Bor
Hi,
If for some reason the JSP will not compile, you will get null when
trying to get a RequestDispatcher to it. What stacktrace do you get when
you access it directly (the internal server error 500)?
A tip to see what's happening is to add development="true" to the
orion-web.xml deployment d
D]>
Sent: Friday, February 08, 2002 5:16 AM
Subject: Help
> I decided to day to give a first try at Orion (1.5.3).
> I started trying to deploy an application that already runs fine under
> Tomcat / Borland AppServer.
> I have a .ear for this application
>
> I configured ser
how your web.xml file looks like
François Beauregard wrote:
>I decided to day to give a first try at Orion (1.5.3).
>I started trying to deploy an application that already runs fine under
>Tomcat / Borland AppServer.
>I have a .ear for this application
>
>I configured server.xml, data-sources.xm
I decided to day to give a first try at Orion (1.5.3).
I started trying to deploy an application that already runs fine under
Tomcat / Borland AppServer.
I have a .ear for this application
I configured server.xml, data-sources.xml and default-web-site.xml
server.xml :
default-web-site.xml :
He
I decided to day to give a first try at Orion (1.5.3).
I started trying to deploy an application that already runs fine under
Tomcat / Borland AppServer.
I have a .ear for this application
I configured server.xml, data-sources.xml and default-web-site.xml
server.xml :
default-web-site.xml :
He
Hello there,
I am struggling with something and was wondering if you could help me.
I have an Entity EJB that is successfully deploying, however I am running
out of memory in the system and would like to restrict the number of beans
and the timeouts for the EJB.
I have edited the orion-ejb
i dont think you can have dots (.) in your lookup
name... try calling you ejb just ypSession
sincerely
morten wilken
- Original Message -
From:
Alexey Alexapolsky
To: Orion-Interest
Sent: Wednesday, January 16, 2002 5:20
PM
Subject: pls help register EJB in web
Hello guys , asking
for some help ...I get this error:"Error instantiating web-app JNDI-context: No location
specified and no suitable instanceof the type 'yp.ypSession' found for the ejb-ref
yp.ypSession"
1) I have this
EJB working well from standalone app
2) When
.
What specifically is not working?
-AP_
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Jesse Schoch
Sent: Friday, January 11, 2002 11:21 AM
To: Orion-Interest
Subject: can't figure out this one. need help: logging, reloading custom
usermanager class
ok so i tried to write a custom usermanager but it will not work and will
not give me any clue as to why. I have followed the directions on the
support site, and have turned on -verbosity 10, i think i may have had it
wrong the first time i compiled it but i don't know how to find out what
versio
>I'm starting to use 'kill -3' but that again only shows the
>parent thread.
"kill -3" should dump a stack trace of all of the threads.
I've got a very large web application (about 300 objects and about 1000
pages) which uses mostly straight JSP. This gets a reasonable number of
hits with approximately 200 concurrant sessions operating.
Recently, we introduced something thats causing something resembling a
thread deadlock. S
t all, try to break up the page and
use dynamic includes.
-AP_
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
NihilistSent: Wednesday, January 09, 2002 6:41 AMTo:
Orion-InterestSubject: Help!
Can anybody explain this error to me:
Title: Message
Can
anybody explain this error to me:
Error parsing JSP page /process/index.jsp Error creating jsp-page
instance: java.lang.VerifyError: (class: __jspPage1_process_index_jsp, method:
_jspService signature:
(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServl
Hello Eddie
In the code you have to set the content type,.So if you are sending any data
or Object as it is, you have to give the code like this
String url;//some url intialize it
String obj=t1.getText();
URL u=new URL(url);
URLConnection cn=u.openConnection();
cn.setDoOutput(true);
cn
don't send this mail to me
Mohammed Islam
Fulcrum Analytics, Inc.(formerly Cyber Dialogue )
Phone: 212-651-9263
Flon
Sent: Saturday, December 08, 2001 4:06 PM
To: Orion-Interest
Subject: Re: Off-topic: UML Tools...Help!!!
I Also think that together is the best UML modeling tool.
if you dont have the money, you can use a opensource tool as fujaba (goggle
it because it is not fujaba.org )
Regards
- Origina
; <[EMAIL PROTECTED]>
Sent: Friday, December 07, 2001 7:47 AM
Subject: Re: Off-topic: UML Tools...Help!!!
> I have a team using TogetherJ for our modeler, IDE and deploy tool.
> TogetherJ, the first to market with a great all Java UML modeler, round
trip
> code generator product. Suppo
est <[EMAIL PROTECTED]>
cc:
Subject: Re: Off-topic: UML Tools...Help!!!
I agree totally, very feature rich, a real quality product, more
features than you could ever possibly use, but at £5000 a seat the price
is slightly prohibitive. I was lucky enough to use
Also, for a reasonable amount of functionality at a fraction of the cost, look at
Enterprise
Architect from www.sparxsystems.com.au. For what I do, I like it quite a bit.
Cheers
Ray
--- Oisin Kim <[EMAIL PROTECTED]> wrote:
> I agree totally, very feature rich, a real quality product, more
> fea
I agree totally, very feature rich, a real quality product, more
features than you could ever possibly use, but at £5000 a seat the price
is slightly prohibitive. I was lucky enough to use Together Control
Center for my Thesis, if you can afford it, get it!
Otherwise, for 10% of the functionality,
I have a team using TogetherJ for our modeler, IDE and deploy tool.
TogetherJ, the first to market with a great all Java UML modeler, round trip
code generator product. Supports all IDE functions including debugging into
your appserver's VM, deploy, call Ant, JUnit etc etc. Very feature rich.
t
Please unsubscribe me according to a message I received earlier I am
unsubscribed, but this is clearly not the case.
ed
-Original Message-
From: Oisin Kim [mailto:[EMAIL PROTECTED]]
Sent: 07 December 2001 12:04
To: Orion-Interest
Subject: Re: Off-topic: UML Tools...Help!!!
John,
have
John,
have a look at Poseidon, the community edition is free and it's 100%
Java so multi platform, although it runs best with 1.3.1_01 JRE...
Oisin
On Thu, 2001-12-06 at 15:28, [EMAIL PROTECTED] wrote:
> Hi,
>
> I have been asked by my manager to evaluate some UML modelling tools:
> Rational Ro
ecember 06, 2001 8:58
PM
Subject: Off-topic: UML
Tools...Help!!!
Hi,
I have been asked
by my manager to evaluate some UML modelling tools: Rational Rose
and Select. However, I have never really used UML so
I probably wasn't the best person to ask :)
So, if anyone
m opinionated people like myself
...
-Original Message- From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Sent: Thursday,
December 06, 2001 7:29 AMTo: Orion-InterestSubject:
Off-topic: UML Tools...Help!!!
Hi,
I have been asked
by my manager to evaluate some UML model
Hi,
I have been asked by
my manager to evaluate some UML modelling tools: Rational Rose
and Select. However, I have never really used UML so I
probably wasn't the best person to ask :)
So, if anyone could
tell me any pros and cons of these packages I would appreciate it. Developers
are
What are you setting for your VM min/max heap settings?
-Original Message-
From: Arjen Schoneveld [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 28, 2001 1:02 PM
To: Orion-Interest
Cc: Arjen Schoneveld
Subject: Help: Out of Memory Error...
Hi All,
We are about to deploy a new
-Interest
Cc: Arjen Schoneveld
Subject: Help: Out of Memory Error...
Hi All,
We are about to deploy a new application for our client that is built on
Orion. The application consists of some Servlets, statefull and
stateless
session beans and CM entity beans.
We have been testing the application for a
Hi All,
We are about to deploy a new application for our client that is built on
Orion. The application consists of some Servlets, statefull and
stateless
session beans and CM entity beans.
We have been testing the application for a month now and did not
experience
any problems.
However today we
nection.getResponseCode(Unknown
Source) at
connect2Url.main(connect2Url.java:57)--Please some
help,Ed Bras- Original Message -From: "Eddie"
<[EMAIL PROTECTED]>To: "Orion-Interest" <[EMAIL PROTECTED]>Sent: Wednesday, November 14, 2001
Hellu,
Please some HTTP response help as it drives me grazy.
I have a tiny java program (originaly it is part of the EJB but I extrated
it to a stand-alone program for testing) that opens a Url connection and
sends something through a Stream. It then reads the response from the input
stream
mmitted
and 0 rolled back...Orion/1.5.2 initialized
Wud be grateful if you cud help me..
Thanks in Advance,
Sujith
Hellu,
I solved it. Appearantly you can't give an argument
to the top command of Ms SQL. I solved ti through SET ROWCOUNT.
Eddie
- Original Message -
From:
Eddie
To: Orion-Interest
Sent: Monday, October 08, 2001 8:52
PM
Subject: Query help please ??
He
.
Its
worth a try.
Owen
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
EddieSent: 08 October 2001 19:53To:
Orion-InterestSubject: Query help please
??Hellu,I have problems with a advanced finder,
in combination with the Ms
Hellu,I have problems with a advanced finder, in
combination with the Ms SQLserver.I have a the following
finder:
nl.unwired.sgs.sms.SmsMo
findByAcc_IdNext
int
int
-The SUN jdbc-odbc driver (I also
tried the i-net Opta dri
Hellu,
I have problems with a advanced finder, in combination with the Ms SQL
server.
I have a the following finder:
nl.unwired.sgs.sms.SmsMo
findByAcc_IdNext
int
int
-
The SUN jdbc-odbc driver (I also tried the i-net
AIL PROTECTED]]
Sent: 4. oktober 2001 16:09
To: Orion-Interest
Subject: Help with HTTP Internal Server Error
Hi
I'm getting a HTTP 500 Internal Server error when I try to access one of my
JSP
pages.
The following is written to the web-access.log file, but no other errors are
reported
Disable IE's "friendly" error messages, then you should see a stack trace...
-AP_
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, October 04, 2001 7:09 AM
To: Orion-Interest
Subject: Help with HTTP Intern
Hellu,
I am setting up a pooled database connection, but I am completely confused
what should, and how, configured.
I went through the mailing list, and got more configured still, as I think
that many people are confused about this subject.
I am using the i-net opta driver which supports db pool
check doc on orion-web.xml
DS
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Thursday, September 27, 2001 5:47 AM
Subject: Newbie classpath problem - please help
>
>
>
> I've installed Orion 1.5.
27, 2001 10:32 AM
Subject: Newbie classpath problem - please help
>
>
>
>I've installed Orion 1.5.2 on my Windows NT4 development machine.
>
>I have a system classpath that points to lots of standard classes, for
>utilities, etc.
>
>If I start Orion with the command &qu
> To: Orion-Interest
> Subject: Newbie classpath problem - please help
>
>
>
>
>
> I've installed Orion 1.5.2 on my Windows NT4 development machine.
>
> I have a system classpath that points to lots of standard classes, for
> utilities, etc.
>
> If I
specify a lib directory in application.xml
; for web applications WEB-INF/lib will do.
--peter
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, September 27, 2001 2:48 AM
To: Orion-Interest
Subject: Newbie classpath problem - please help
I
I've installed Orion 1.5.2 on my Windows NT4 development machine.
I have a system classpath that points to lots of standard classes, for
utilities, etc.
If I start Orion with the command "java -jar orion.jar" then it doesn't pick
anything up from the classpath,
if on the otherhand I start Ori
r docs/web-site.xml.html
HTH,
JP
> -Original Message-
> From: Peter Åslund [mailto:[EMAIL PROTECTED]]
> Sent: Martes, 25 de Septiembre de 2001 5:46
> To: Orion-Interest
> Subject: Newbie needs some help
>
>
> Hi Group,
>
> I am new to Orionserver and EJB in
Hi Group,
I am new to Orionserver and EJB in general so I hope I can get some tips
from you guys and girls out there! :)
I tried out the hello-planet example at Orion Primer and that worked okay.
Then I wanted to try an example with a EJB, Servlet and a simple html page
from one of the tutorial
PROTECTED]]Sent: Viernes, 21 de Septiembre de 2001
11:23To: Orion-InterestSubject: HELP !!!
SECURITY
Ok... I have understand all about
security but know, how and where can I activate a option to use a Orion-Based
console or something else to control de User Name an
nfiguring security for an application in orion.
regards,
the
elephantwalker
www.elephantwalker.com
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of David
BonillaSent: Friday, September 21, 2001 8:23 AMTo:
Orion-InterestSubject: HELP !!
Ok... I have understand all about security
but know, how and where can I activate a option to use a Orion-Based console or
something else to control de User Name and Password ?
__David
Bonilla FuertesTHE BIT BANG NETWORKhttp://www.bit-bang.comProfesor Waksman,
8, 6º B
ption , NullPionterException and SQLException.
Could anyone tell me how orion handle exceptions; and under what conditions,
orion would be forced to shut down?
Could memory leak cause orion down? Our server' OS is windows NT 4.0.
your suggestion and help is highly appreciated!
hua
Information
Send Instant
Message
-Original Message-From: nguyen dinh uong
[mailto:[EMAIL PROTECTED]]Sent: Thursday, September 20, 2001 4:28
AMTo: Orion-InterestSubject: Help
me
I have to meet some error when I deploy /demo/ejb I hope You can help
me First error .This is appear when
Please read the error its having all the solution to
fix your problem
--- nguyen dinh uong <[EMAIL PROTECTED]> wrote:
I have to meet some error when I deploy /demo/ejb
I hope You can help me First
error .This is appear when I use java -jar
orion.jar /*Auto-deploying product
(No pr
Did
you copy tools.jar (from your jdk) into your Orion
directory?
-Original Message-From: nguyen dinh uong
[mailto:[EMAIL PROTECTED]]Sent: 20 September 2001
12:28To: Orion-InterestSubject: Help
me
I have to meet some error when I deploy /demo/ejb I hope You can help
PMTo: Orion-InterestSubject: Help
me
I have to meet some error when I deploy /demo/ejb I hope You can help
me First error .This is appear when I use java -jar orion.jar
/*Auto-deploying product (No previous deployment found)... Error
compiling file:/C:/orion/demo/ejb/product/: E
I have to meet some error when I deploy /demo/ejb I hope You can help me First
error .This is appear when I use java -jar orion.jar /*Auto-deploying product
(No previous deployment found)... Error compiling file:/C:/orion/demo/ejb/product/:
Error instantiating compiler: Javac not installed, copy
> Von: Dan Lee [SMTP:[EMAIL PROTECTED]]
> > Gesendet am: Mittwoch, 19. September 2001 18:44
> > An: Orion-Interest
> > Betreff: Stupid CLASSPATH and Oracle JDBC drivers. Need help!
> >
> > Hi All,
> >
> > I simply trying to get Orion to see my Oracle J
db.org, Incorporated
PM/COO
- Original Message -
From: "Mike Fontenot" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Wednesday, September 19, 2001 12:33 PM
Subject: RE: Stupid CLASSPATH and Oracle JDBC drivers. Need help!
> We had to put t
the elephantwalker
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mike Fontenot
Sent: Wednesday, September 19, 2001 11:41 AM
To: Orion-Interest
Subject: RE: Stupid CLASSPATH and Oracle JDBC drivers. Need help!
Using:
java -server -Xincgc -Xms70m -Xmx128m
g.de
> -Ursprüngliche Nachricht-
> Von: Dan Lee [SMTP:[EMAIL PROTECTED]]
> Gesendet am: Mittwoch, 19. September 2001 18:44
> An: Orion-Interest
> Betreff: Stupid CLASSPATH and Oracle JDBC drivers. Need help!
>
> Hi All,
>
> I simply trying to get Orion to se
JDBC drivers. Need help!
How do you start orion?
should be
java -jar orion.jar
anything else may defeat the orion.jar class loader, which actually loads
the *.jar and *.zip from the orion/lib directory.
regards,
the elephantwalker
www.elephantwalker.com
-Original Message-
From: [EMAIL
:[EMAIL PROTECTED]]On Behalf Of Mike Fontenot
Sent: Wednesday, September 19, 2001 10:34 AM
To: Orion-Interest
Subject: RE: Stupid CLASSPATH and Oracle JDBC drivers. Need help!
We had to put the Oracle jar/zip file into the JRE/lib/ext directory to be
recognized on Win2K and solaris. We never figured
: Orion-Interest
Subject: Stupid CLASSPATH and Oracle JDBC drivers. Need help!
Hi All,
I simply trying to get Orion to see my Oracle JDBC drivers!! I've placed
my classes12.zip in the [ORION_HOME]/lib directory but it cannot see it.
I've also tried previous posted suggestions of mod
with other JARs I put inarghhg!
Any help is MUCH appreciated.
--Dan
Hi:
I've been trying to send the authenticated app client's Subject to
a RMI Activatable server in another JVM. In the app client, I run the follwing:
AccessControlContext ac = AccessController.getContext();
Subject sbj = Subject.getSubject(ac);
However, sbj turns out to be null. Is it because
Hi !
Situation is quite simple:
I've Orion 1.5.2 and Apache Soap 2.2
I'm trying to access stateless EJB via SOAP and constantly get a error:
Client application says:
[SOAPException: faultCode=SOAP-ENV:Server; msg=Unable to initialize context]
Server says:
=
k out: http://www.orionsupport.com/articles/apachefrontend.html for some
additional info.
Hope this helps.
Johnny
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Bill Wichgers
Sent: 31 August 2001 16:49
To: Orion-Interest
Subject: Help needed
I'm t
Hello.
> >> I'm trying to get Orion Server to start as a non-root users on Red Hat
> >> 7.1. I know I need to forward the port from 80 to something above
> >> 1024. Does any one know how I can do that with iptables. I've never
> >> used it before.
>
> LD> ipchains -I input --protocol tcp
>> I'm trying to get Orion Server to start as a non-root users on Red Hat
>> 7.1. I know I need to forward the port from 80 to something above
>> 1024. Does any one know how I can do that with iptables. I've never
>> used it before.
LD> ipchains -I input --protocol tcp \
LD> --destination-
tcp \
--destination-port 80 -j REDIRECT 10240
If the Orion port is 10240.
You need to configure your kernel to support redirecting.
Consult Kernel docs.
> Any help would be appreceated.
>
>
> Bill Wichgers
Lachezar
You can't if you use direct connection to your ejb stuff. Obvious
solution - use servlet as a facade for your server part and use http
with serialization or xml or html or clear text ...
Alex
> Antonio Vazquez wrote:
>
> Hi all,
> I've write a JApplet that comunicates with an EJB. It's work fin
I'm trying to get Orion Server to start as a non-root users on Red Hat
7.1. I know I need to forward the port from 80 to something above
1024. Does any one know how I can do that with iptables. I've never
used it before.
Any help would be appreceated.
Bill Wichgers
Hi
all,
I've write a JApplet
that comunicates with an EJB. It's work fine but I have a problem. I use
com.evermind.server.ApplicationClientInitialContextFactory and to use it from
the client I need to put orion.jar in every computer that use this applet. Can
anybody tell me how I use it wit
e 2001 11:28
> > To: Orion-Interest
> > Subject: RE: List rant (was RE: Virtual DirecTory --> Help)
> >
> >
> > You are missing the point. The list is broken most of the
> > time. You send
> > your message at 6:21am, I get it at 7:32am. More than 1 h
OTECTED]]
> Sent: Domingo, 26 de Agosto de 2001 11:28
> To: Orion-Interest
> Subject: RE: List rant (was RE: Virtual DirecTory --> Help)
>
>
> You are missing the point. The list is broken most of the
> time. You send
> your message at 6:21am, I get it at 7:32am. More
ay, August 26, 2001 6:21 AM
To: Orion-Interest
Subject: List rant (was RE: Virtual DirecTory --> Help)
I have to add my voice to this. This is just an example of the problems
that can happen when a lot of well meaning and eager people do what seems
to be a good idea, yet turns out to do nothin
e who need actual help with Orion,
as every new mailing list further dilutes the pool of competent
knowledgable people present on any given resource that can provide help.
I for one will NOT be joining any orion related mailing lists other o-i,
and I would go so far as asking you all to likewise r
1 - 100 of 695 matches
Mail list logo