RE: Does Orion root .jar files interfere with my web-appWEB-INF/libjar files?

2001-07-15 Thread Kit Cragin
So is there an easy way to reverse or specify the order? xerces et.al. have a different release schedule and may or may not be picked up by Orion. I would rather it be under my control. - Kit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hani Suleiman

ejb-jar.xml --> orion-ejb-jar.xml bug? finder parameters

2001-07-08 Thread Kit Cragin
-around or should I report this as an enhancement request or bug? Please don't tell me I have to edit this file by hand or some sort of processing during a build! - Kit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kit Cragin Sent: Sunday, July 08, 20

2 parameter finder finding wrong thing

2001-07-08 Thread Kit Cragin
narrowing, checking parameters, etc. I am running Orion 1.4.7 on HypersonicSQL for my testbed. Any ideas? Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

Orion/EJBGen/EJB 2.0/Hypersonic finder method problem...

2001-07-06 Thread Kit Cragin
finder return a Collection and then iterate the collection. Now this collection is of size one, but I shouldn't have to do this. Any ideas? Thanks, Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

1.5.1 vs 1.4.7 RequestDispatcher

2001-05-30 Thread Kit Cragin
;/roles/user/content.html". Under 1.4.7 when I do http://localhost/webapp/start I got a login prompt as expected and everything shows up correctly. Under 1.5.1, the same URL causes 3 login prompts. On the last one, I get a 401 unauthorized on content.html. Anyone know why this could be occuri

getProperty & toString

2000-10-16 Thread Kit Cragin
seem to be the case. If anyone has any ideas, let me know. Thanks. Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

SSL question

2000-10-12 Thread Kit
st.com.cer Is there any problem using the second command, since it's missing some arguments as indicated in the ssl-how-to documentation. Thanks -kit

RE: tag library problem with attributes

2000-10-12 Thread Kit Cragin
Title: RE: tag library problem with attributes Thanks! Amazing how you can stare at code for hours and then someone comes along and notices the problem immediately!   - Kit -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Magnus RydinSent

tag library problem with attributes

2000-10-11 Thread Kit Cragin
cture: com/mongoosetech/tags/IteratorTag.class com/mongoosetech/tags/IteratorTagInfo.class META-INF/taglib.tld Finally, I have a web.xml with an entry to point to the tag library: tags /WEB-INF/lib/tags.jar Anyone have any ideas why this is happening? Thanks... Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

two web sites one HttpSession ?

2000-10-04 Thread Kit
HttpSession. The two web sites don't share the same HttpSession. Can anyone provide some hints ? Thanks a lot. -kit

what are the rules for urls in a web-app?

2000-09-22 Thread Kit Cragin
default website) * url rooted with / (includeing root as specified in default website) * fully qualified And it gets more complicated with servlet mappings... Anyone? Thanks, Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

(try 2) Programmatic remote shutdown/start/restart of a web-app & orion server

2000-09-16 Thread Kit Cragin
the commandline, manually, and writing code to remove web-apps out of the application.xml and default-web-site.xml files. This doesn't seem like a great solution... Thanks, Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

EJB question

2000-09-14 Thread Kit
ject homeObject = context.lookup("MyCart"); CartHome home = (CartHome)PortableRemoteObject.narrow(homeObject,CartHome.class); Cart cart = (Cart)PortableRemoteObject.narrow(home.create(), Cart.class); Can anyone tell me why it failed ? Thanks a lot. -kit

Remote start/stop/restart of web-app & server

2000-09-12 Thread Kit Cragin
config files, but, again, I need to do it from remote. Thanks, Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

Programmatic remote shutdown/start/restart of a web-application & orion server

2000-09-11 Thread Kit Cragin
shutdown a remote Orion server 5. restart a remote Orion server Again, I'm looking for a *programmatic* way to do this. If this means admin.jar on the local machine, where's the API docs for making calls of this guy without having to resort to the commandline? Thanks, Kit Cragin VP of

Minimal configuration for web app deployment...

2000-08-23 Thread Kit Cragin
somewhere that Orion expects to see such things and away we go. Did I miss anything like that? Thanks, Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

RE: webapp design: how to handle connection pooling

2000-08-09 Thread Kit Cragin
rver's method or resort to the custom connection pool class above. Have I grasped the situation, or is there a J2EE-based "standard" mechanism for connection pooling that is portable across application servers? Thanks, Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

RE: PathInfo and servlet-mapping

2000-07-26 Thread Kit Cragin
, and what pathInfo() returns and how they all interact? It would be useful. Thanks... Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Lorin Kobashigawa Sent: Wednesday, Ju

RE: Servlet handling both *.html and /

2000-07-07 Thread Kit Cragin
Did you try a servlet mapping with a '/' url pattern? According to the servlet spec that makes your servlet the default servlet of the web app. Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com -Original Message- From: [EMAIL PROTECTED] [mai

RE: Tools.jar doesn't works in lib statement

2000-07-06 Thread Kit Cragin
I have a similar problem. I tried an additional tag instead of the ';' separated list but it didn't work. I also tried a relative path name separated by a ';' (you might try that). Otherwise copying it to the orion dir works.   Kit Cragin VP of Product Develo

RE: Taking actions after form-based authentication?

2000-07-03 Thread Kit Cragin
on, especially when jsp files get thrown in this mix, but I don't know of a better way right now. Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Martin Mavrov

auto update - something to be aware of

2000-06-29 Thread Kit Cragin
Just a quick note: make sure you don't have an IDE like, say, JBuilder referencing orion.jar while running autoupdate.jar. This is probably in the docs somewhere but I thought I'd let ya know. You'll end up with a corrupt jar file. Simple solution: rerun autoupdate w/o any referenc

RE: admin -shutdown

2000-06-28 Thread Kit Cragin
#x27;s not likely to be cross-platform though. I think there should be a mechanism for elevating the status of problems like this to the Orion team when quite a few people are experiening it. Perhaps sending the message directly to someone on the team without cc'ing this list? Kit Cragi

User strategies

2000-06-28 Thread Kit Cragin
your insights. Thanks, Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

RE: (loading servlet at startup) No performance using internet explorer

2000-06-07 Thread Kit Cragin
The following works for me: My Servlet com.mongoosetech.servlets.MyServlet 1 I don't know if it matters but the servlet I am loading is derived from GenericServlet not HttpServlet. Also, you might try checking the various logs. - Kit -Original Message-

changes.txt for 0.9.6

2000-04-17 Thread Kit Cragin
I am curious about the changes between 0.9.6 and 0.9.4, but the changes.txt is not updated... thanks, Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

Re: session trouble still..

2000-04-12 Thread Kit Cragin
er object, where userid is one of the strings in the object: The user logged in is: . You may have to do a little rework, but I think it's a little more elegant in your jsp. Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

Partial success with login form authentication

2000-04-11 Thread Kit Cragin
sight? Or is it user (me) oversight - something I missed or mis-specified? Can someone on the Orion team let me know? Thanks... Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

security not being enforced?

2000-04-10 Thread Kit Cragin
h the principals.xml or roles I have setup for the web app. Any ideas? Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

Re: lack of response

2000-04-08 Thread Kit Cragin
good performing app server that runs the latest J2EE standards as Orion. The live forum sounds like a good idea. Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com - Original Message - From: Karl Avedal <[EMAIL PROTECTED]> To: Orion-Interest <[E

Re: referencing resources within a web application

2000-04-08 Thread Kit Cragin
t, or specified as a node in in web.xml? If that's the only way... I guess I'm stuck, but it seems kind of inelegant. Thanks, Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com - Original Message - From: Mike Cannon-Brookes <[EMAIL PROTECTE

lack of response

2000-04-07 Thread Kit Cragin
.? I would greatly appreciate it. Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

Fw: referencing resources within a web application

2000-04-07 Thread Kit Cragin
Anyone have this problem? - Original Message - From: Kit Cragin <[EMAIL PROTECTED]> To: Orion-Interest <[EMAIL PROTECTED]> Sent: Tuesday, April 04, 2000 12:20 PM Subject: referencing resources within a web application > I am not sure if the following is an Orion quirk,

can't protect servlet in war???

2000-04-07 Thread Kit Cragin
was having... see the other message. Any ideas? Is anyone creating web applications or is it just me? Kit Cragin VP, Product Development Mongoose Technology, Inc.

referencing resources within a web application

2000-04-04 Thread Kit Cragin
uate since that may not always be the case. Is there something I missed? Any ideas? thanks, Kit Cragin VP of Product Development Mongoose Technology, Inc. www.mongoosetech.com

Contact information

2000-04-03 Thread Kit Cragin
hearing more, but it has been difficult to contact anyone. Thank you, Kit Cragin VP of Product Development Mongoose Technology, Inc. 281-461-0099

specifying security constraints

2000-03-22 Thread Kit Cragin
as correct, but I guess not. thanks, Kit -- http://java.sun.com/j2ee/dtds/web-app_2_2.dtd"> mytwa twa.TestWebApp mytwa /mytwa/* /login/login.jsp Every JSP Except Login Stuff /*.jsp /mytwa/* * twausers twaus

j_security_check

2000-03-20 Thread Kit Cragin
rity_check. I don't really care, but it seems to be incorrect with regard to the spec. and I don't want to have to change this code later. Is this a bug? - Kit

Deployment problems

2000-03-17 Thread Kit Cragin
wrong URL? Are the defaults in the various XML files getting in the way? Is one of these config files wrong? I think I have gotten derailed because of the multiple XML files and also that "name" seems to be an overloaded attribute on alot of the nodes. Any ideas? Thanks, Kit

Re: Dynamic class loading in servlet

2000-03-17 Thread Kit Cragin
I have gotten both of these techniques to work. Thanks for your responses. I second getting the ClassLoader issues straightened out - that seems to plague alot of servlet engines/containers and j2ee servers. - Kit - Original Message - From: Ted Neward <[EMAIL PROTECTED]> To:

Dynamic class loading in servlet

2000-03-07 Thread Kit Cragin
hanks, Kit

Re: bug/feature? deploying servlet (name conflict)

2000-03-07 Thread Kit Cragin
actually it turns out I went off on a wild goose chase, but you got me to look at the code closer. I did the really brain-dead thing of not specifying my servlet class as "public"! I'm going to claim lack of sleep as my excuse... - Kit - Original Message - From: Noah

bug/feature? deploying servlet (name conflict)

2000-03-07 Thread Kit Cragin
3) is this a bug or am I misunderstanging something configuration-wise? Thanks, Kit Cragin