Fw: Re: J2EE Security issue...

2002-03-13 Thread Jeff Hubbach
on the best way to do 'postprocessing' when the user is authenticated? -- Jeff Hubbach Internet Developer Sun Certified Web Component Developer New Media Division ITQ Lata, L.L.C. 303-745-4763 x3114 -- Jeff Hubbach Internet Developer Sun Certified Web Component Developer New Media Division

Re: Using Objects as a parameter with CMP finder methods

2002-03-06 Thread Jeff Hubbach
Darian, There isn't a command-line parameter you can pass to Orion to get it to do this, but as was shared with me on this list there's a really nice _free_ utility that does this. It's called p6spy and is located at http://www.provision6.com/ I don't know about your second question, we've

Re: EJB Deadlocks????

2002-02-21 Thread Jeff Hubbach
Consultant Delphi Consultants, LLC http://www.delphis.com Phone: 214-696-6224 x208 -- Jeff Hubbach Internet Developer Sun Certified Web Component Developer New Media Division ITQ Lata, L.L.C. 303-745-4763 x3114

Fw: What is a Dirty Connection (using -Djdbc.debug=true)

2002-01-29 Thread Jeff Hubbach
the inactivity-timeout attribute in the data-sources.xml file can help -- I don't know for sure. Q:Are they cleaned up at all? A:As far as I can tell, no. A very long post -- I hope you don't mind, and I hope it can help you. Good Luck, Avi. -- Jeff Hubbach Internet Developer Sun Certified Web

Container leaving Dirty Connection in CMP with container-managed transactions

2002-01-29 Thread Jeff Hubbach
If an exception is thrown in a CMP entity bean with container-managed transactions, a Dirty Connection is left behind that is never cleaned up (or at least in 15 minutes). We've set inactivity-timeout in the data-sources and tweaked with all the transaction settings, all to no avail. Is anyone

Re: Servlet reload problem

2002-01-29 Thread Jeff Hubbach
I'm just missing something obvious? Any pointers greatly appreciated. -- Jeff Hubbach Internet Developer Sun Certified Web Component Developer New Media Division ITQ Lata, L.L.C. 303-745-4763 x3114

Re: What is a Dirty Connection (using -Djdbc.debug=true)

2002-01-29 Thread Jeff Hubbach
left over. I'd love to hear of solutions to this problem. -Pat - Original Message - From: Jeff Hubbach [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Tuesday, January 29, 2002 8:25 AM Subject: Fw: What is a Dirty Connection (using -Djdbc.debug=true) I'm

What is a Dirty Connection (using -Djdbc.debug=true)

2002-01-28 Thread Jeff Hubbach
I already asked this question in a different thread but didn't get a reply, so let's try again. What is a Dirty Connection (when using -Djdbc.debug=true)? What causes it and what repercussions does it have? Is a Dirty Connection a bad thing, and if so, what can we do to avoid it (if

CMP beans and Container Managed Transaction question - more information

2002-01-24 Thread Jeff Hubbach
. I would love to hear some insight or solution to this problem, as it's driving me nuts. Thanks, Jeff Hubbach. -- Jeff Hubbach Internet Developer Sun Certified Web Component Developer New Media Division ITQ Lata, L.L.C. 303-745-4763 x3114

CMP beans and Container Managed Transaction question

2002-01-22 Thread Jeff Hubbach
or solution to this problem, as it's driving me nuts. Thanks, Jeff Hubbach.

Serious transaction issue

2001-11-19 Thread Jeff Hubbach
I have duplicated the problem I detailed last week on OC4J 1.0.2.2.1. This is a showstopping error, as anytime the server is shut down any bad transactions that deal with updates of beans will be written to the database. This might also affect direct JDBC updates inside a UserTransaction, but I

Serious bug in Oracle transactions and Orion

2001-11-15 Thread Jeff Hubbach
the compile to work is copy j2ee.jar into WEB-INF/compile-lib A database script for Oracle is in WEB-INF/dbscripts Jeff Hubbach. test.tar.gz Description: GNU Zip compressed data

Repost: Serious bug in Oracle transactions and Orion

2001-11-15 Thread Jeff Hubbach
, the only thing you need to do to get the compile to work is copy j2ee.jar into WEB-INF/compile-lib A database script for Oracle is in WEB-INF/dbscripts Jeff Hubbach. test.tar.gz Description: GNU Zip compressed data

Re: Nimda Virus

2001-10-17 Thread Jeff Hubbach
Nimda also propogates through network shares that are not password protected. Jeff. On Wed, 17 Oct 2001 16:29:22 -0400 Nusairat, Joseph F. [EMAIL PROTECTED] wrote: lol ... well how did we get infected??? Does anyone have any clue how that could happen? Joseph Faisal Nusairat, Sr.

Re: problem using primary key class with orion

2001-10-12 Thread Jeff Hubbach
Jack, If you're using a user-defined primary key class, as opposed to a Java class like String or Integer, then you don't define the primkey-field in the ejb-jar.xml. From p.370 of O'reilly's Enterprise JavaBeans, 2nd Edition, describing the primkey-field entry in the ejb-jar.xml: It is not

Re: Multiple data sources for each application

2001-10-09 Thread Jeff Hubbach
It's at the application level. You specify a data-sources.xml file in the orion-application.xml, and this can be a different data-sources.xml file for each application. Jeff. On Tue, 09 Oct 2001 09:46:52 -0400 Doshi, Gunjan [EMAIL PROTECTED] wrote: I believe it is at the server level. I put

Re: R: load-balance.xml configuration

2001-09-26 Thread Jeff Hubbach
Luca, http://www.orionserver.com/docs/load-balancer.xml.html Jeff. On Wed, 26 Sep 2001 14:00:25 +0200 Davanzo Luca [EMAIL PROTECTED] wrote: Hi, Where did you find documentation on how to use/setup loadbalancer? i am trying to use it with no success because of no documentation. Please

Re: Can someone summarize answers findBy query questions ?

2001-09-26 Thread Jeff Hubbach
Repost: Comments inline, I hope this helps. Jeff. On Wed, 26 Sep 2001 11:26:10 -0400 J.D. Bertron [EMAIL PROTECTED] wrote: Hi, Can someone on this board summarize the answers to the How do I set up a finder method with an underlying query like --- ? 1- For Like queries. SELECT

Re: Can someone summarize answers findBy query questions ?

2001-09-26 Thread Jeff Hubbach
Repost: Comments inline, I hope this helps. Jeff. On Wed, 26 Sep 2001 11:26:10 -0400 J.D. Bertron [EMAIL PROTECTED] wrote: Hi, Can someone on this board summarize the answers to the How do I set up a finder method with an underlying query like --- ? 1- For Like queries. SELECT

Re: orion-application.xml

2001-09-13 Thread Jeff Hubbach
Oisin, Here's a URL inside Orion's site that has a description of the orion-application.xml file: http://www.orionserver.com/docs/orion-application.xml.html If you still have questions and know how to read a dtd, you can look at the dtd for this file. It's at:

Re: transactions and isolation levels

2001-08-31 Thread Jeff Hubbach
Isolation levels are a database thing. There's plenty of documentation available on this, I would just search the web for repeatable_read. I would also search the documentation of whatever database you are using. Jeff. On Fri, 31 Aug 2001 17:49:53 +0200 Christoph Sturm [EMAIL PROTECTED] wrote:

Re: Too Many Open Files?

2001-08-08 Thread Jeff Hubbach
. Is this related to the problem on linux where you can only have 1024 file handles open? Has anyone resolved this / has documentation on how to do it? What are the implications of this error to the user - I have not experienced any problems on the client side. Thanks, Richard. -- Jeff Hubbach Internet

Re: CMP: auto-creation of tables

2001-07-24 Thread Jeff Hubbach
The only time tables are created is on initial deployment of a bean. I would try blowing away your bean's deployment directory (in application-deployments/[app-name]/[pathtoyourbeanjar]/[yourbeanname.jar]) and restarting the server. Jeff. On Tue, 24 Jul 2001 18:44:33 +0200 Oliver Scharrenberg

Re: Connecting to Oracle Database

2001-07-24 Thread Jeff Hubbach
. Bill Jeff Hubbach wrote: Mong, Before trying to connect through JDBC, verify that you can connect through SQLPlus. Did you set up a connection in tnsnames.ora from the NT Oracle client to the Solaris Oracle server? Jeff. On Mon, 23 Jul 2001 13:40:48 -0700 Mong Kon Mo [EMAIL PROTECTED

Re: Connecting to Oracle Database

2001-07-23 Thread Jeff Hubbach
Mong, Before trying to connect through JDBC, verify that you can connect through SQLPlus. Did you set up a connection in tnsnames.ora from the NT Oracle client to the Solaris Oracle server? Jeff. On Mon, 23 Jul 2001 13:40:48 -0700 Mong Kon Mo [EMAIL PROTECTED] wrote: Hello, This is a

Re: How can I get all attributes of a context?

2001-07-19 Thread Jeff Hubbach
Robert, Here's a very simple JSP page to do what you're asking. All you need to do is edit the contextsToList string array to include the name of all the contexts you would like to list. Jeff Hubbach. ## Begin JSP page ## %@ page import=javax.naming.* % %@ page import

Re: pathInfo in a custom tag

2001-07-19 Thread Jeff Hubbach
= request.getQueryString(); // here queryString = hey=you, same as cgi.QUERY_STRING If you want some very helpful documentation on CGI variables and their definitions, check out this URL: http://cgi-spec.golux.com/draft-coar-cgi-v11-03.html Jeff Hubbach. On Fri, 20 Jul 2001 10:36:40 +1200 Chris

Re: Please help me

2001-07-10 Thread Jeff Hubbach
__ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: Please help me

2001-07-10 Thread Jeff Hubbach
Sorry, typo. it's WEB-INF, not META-INF. Jeff. Jeff Hubbach wrote: You need to put all your classes for your application (including servlets) under the META-INF/classes directory. In your example, this would be located at: /orion/applications/shoppingmall/META-INF/classes jeff. waheed

Re: ejb-jar.xml -- orion-ejb-jar.xml bug? finder parameters

2001-07-08 Thread Jeff Hubbach
Kit, Yes, you have to edit the file by hand. I know that isn't what you wanted to hear, but it's alot nicer than what JRun was asking us to do for CMP (writing the full query for everything, it wouldn't generate a single findBy or create). You can edit the orion-ejb-jar.xml, then include it in

Re: Trouble with entity-bean (CMP) and session Bean

2001-07-06 Thread Jeff Hubbach
. -- jack zhang - -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: Cluster configuration

2001-07-06 Thread Jeff Hubbach
/ add ?? Thanks a lot for all help Alessandro Fustini Java Developer e-mail: [EMAIL PROTECTED] -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: Exception thrown by BMP not being caught by Session

2001-07-06 Thread Jeff Hubbach
have happened before 'here after credit' although the sequence should have been only the exception thrown by the entity bean and then nothing else. Can anyone help out? Kind Regards Aby Philip -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: Cluster configuration

2001-07-06 Thread Jeff Hubbach
/analyst Jeff Hubbach [EMAIL PROTECTED] on 07/06/2001 07:31:33 AM Please respond to Orion-Interest [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] cc:(bcc: Gurinder Randhawa/Travel Underwriters) Subject: Re: Cluster configuration There's a very nice how-to at: http

Re: Cluster configuration

2001-07-06 Thread Jeff Hubbach
(is this multiple cluster islands ?). What would be the best setup for this ? Sorry i think i might be just confusing myself more. If you could clear this up a little it would be great. Thanks a bunch Gurinder Jeff Hubbach [EMAIL PROTECTED] on 07/06/2001 02:14:04 PM Please respond to Orion

Re: How to reference arrays when creating finders in orion-ejb-jar.xml???

2001-06-30 Thread Jeff Hubbach
I haven't tried it yet, but you might try passing in a list instead (using Arrays.asList()), then in your query in orion-ejb-jar.xml use query=$type in ($1) Don't know if it'll work or not, but I don't think there's a way of looping over the contents of an array in the finder method. Jeff. On

Re: How to bind entityBean's cmp-field attribute with DataBase table' field?

2001-06-28 Thread Jeff Hubbach
-field with database field?and althogh I have specified datasource at data-sources.xml, how to specify method to connect with database, ? any help thanks. -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: Autocopy of deployment files

2001-06-21 Thread Jeff Hubbach
://www.essiprojects.com f +34 977 230 170 ยทยท -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: UserTransaction

2001-06-18 Thread Jeff Hubbach
it wouldn't work. Jeff. Phan Anh Tran wrote: Yeah, but can I do that from a stand-alone APP running in separate VM? Anh - Original Message - From: Jeff Hubbach [EMAIL PROTECTED] To: Orion-Interest [EMAIL PROTECTED] Sent: Friday, June 15, 2001 6:05 AM Subject: Re: UserTransaction Check

Re: UserTransaction

2001-06-15 Thread Jeff Hubbach
Hubbach Phan Anh Tran wrote: With orion, Is it possible to look up a user transaction outside an EJB (a stand-alone app for example)? Thanks -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: how to run jsps and servlet on orion?

2001-06-01 Thread Jeff Hubbach
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Hubbach Sent: Thursday, May 31, 2001 11:08 AM To: Orion-Interest Subject: Re: how to run jsps and servlet on orion? Can you give a little more info? This is very vague... Jeff. On Thu, 31 May 2001 08:52:53 +0700 Hasan

Re: My Orion does not want to run the jsp and the servlets

2001-05-30 Thread Jeff Hubbach
Hasan, Make sure that you copy tools.jar from your java-dir/lib directory into the orion directory. This enables JSP compilation. If your servlets aren't working, though, it sounds like a possible configuration issue. Jeff Hubbach. Hasan wrote: Hi,I have created a web application using

Re: how to run jsps and servlet on orion?

2001-05-30 Thread Jeff Hubbach
Can you give a little more info? This is very vague... Jeff. On Thu, 31 May 2001 08:52:53 +0700 Hasan [EMAIL PROTECTED] wrote: i have created a simple web app (only using jsps). but orion didnt want to run them. any advice to solve it?

Re:JSP variable in nested Tags

2001-05-24 Thread Jeff Hubbach
Ernie, I just had an idea. Why don't you put the whole string in the scriplet, so instead of input:textarea name=comment%= orderItem.getOrderItemID()% you'd have input:textarea name=%= comment + orderItem.getOrderItemID() % That way you just avoid the whole thing. Jeff. -- Jeff Hubbach

Re: help jsession problem -urgent

2001-05-24 Thread Jeff Hubbach
is with an ampersand, not a semicolon as you sent. Jeff Hubbach On Thu, 24 May 2001 19:16:14 -0700 Kesav Kumar [EMAIL PROTECTED] wrote: I am using a URL http://localhost/vms/servlet/Logout?fileName=blah;JSESSIONID=x In my servlet I am accessing the fileName by request.getParameter(fileName

Re: CMP Primary Key and ejbCreate

2001-05-15 Thread Jeff Hubbach
by setting the ejbCreate to return the primary key, but is this the correct way of doing this considering what the specs say? Thanks in advance. -- Ben Christensen Novisum Development Inc. www.novisum.com [EMAIL PROTECTED] 780-909-4707 -- Jeff Hubbach Internet Developer New Media Designs

Re: Where does one download 1.4.8 [EXPIRED TRIAL LICENCE]

2001-05-15 Thread Jeff Hubbach
download and install 1.4.5 from www.orionserver.com, then in the orion directory execute java -jar autoupdate.jar Jeff. Sam wrote: I looked at www.orionserver.com

Re: findByAll() ... finding everything!

2001-05-11 Thread Jeff Hubbach
-jar.xml.html Essentialy you're going to have to specify your WHERE clause in this file. Jeff Hubbach Jeremy C wrote: Greetings! I have created a finder method in a CMP managed bean. It searches by many fields, not quite all, but any one I would want to search by. What I was hoping

Re: Number of JVMs on Orion..

2001-05-08 Thread Jeff Hubbach
: Clustering on a single box with a single IP works. Jeff Hubbach. sub k wrote: Hi Attila, I am also thinking in the same way and I have read the documentation on clustering and load balancing on multiple servers. Thanks Subrah --- Attila Bodis [EMAIL PROTECTED] wrote: Subrah, I don't

Re: Number of JVMs on Orion..

2001-05-08 Thread Jeff Hubbach
need to change the port the web-site is binding to, as well as the rmi port (rmi.xml). This was all I changed, but I don't have JMS turned on, so it looks like you'll also have to change the port that JMS is binding to. Jeff Hubbach. sub k wrote: Hi Jeff, Thanks for your reply. Do I have to have

Re: FW: custom finder in CMPs (SLSB facade)

2001-05-07 Thread Jeff Hubbach
those setX methods to be in a single transaction, I personally prefer putting the burden of that on the EJB Container vendor by moving all those calls inside a SLSB. Jeff Hubbach. Frank Eggink wrote: The call to a SFSB cause you (with Orion) at max the additional penalty of an extra

Re: Number of JVMs on Orion..

2001-05-07 Thread Jeff Hubbach
with multiple instances before I moved to seperate boxes. Jeff Hubbach. Attila Bodis wrote: Subrah, I don't think that's possible with Orion. Note that you can set up load-balancing across multiple IP addresses (one VM per IP address). The howto is on the Orion site (as well

Re: have you gotten orion to cluster using loadbalancer.jar? Please contact mchristoff@eldan.com

2001-05-07 Thread Jeff Hubbach
right below it where it sent I want sessions If you want, I can send you a tar file with all relevant config files. Jeff Hubbach Mike N. Christoff wrote: Hello. This is just a friendly plea to those who have successfully clustered orion to contact me at Eldan Software. We have already

Re: 2 Bugs in 1.4.8

2001-05-05 Thread Jeff Hubbach
Werner, I can't respond to b) below, but the fix to a) is simple. One of the changes in 1.4.8 is the location of the orion-ejb-jar.xml file in the ejb.jar. It moved under the META-INF directory, instead of the orion directory. Jeff Hubbach Werner Bohl wrote: On win98:Autoupdated from 1.4.7

Re: [EJB] orion-ejb-jar.xml

2001-05-04 Thread Jeff Hubbach
previously deployed, Orion will NOT overwrite the current orion-ejb-jar.xml file with the one in your jar file. Hope this helps. Jeff Hubbach. Steffen Stundzig wrote: Hi, I'm new to orion. I've wrote down my own 'orion-ejb-jar.xml' file. But if i use auto-deploy by the orion server, then it seems

Re: [EJB] orion-ejb-jar.xml

2001-05-04 Thread Jeff Hubbach
Steffen, That is correct. You can force a full redeployment by deleting the directory that your web-app is deployed to. This is specified in the application ... tag in the server.xml. Jeff Hubbach. Steffen Stundzig wrote: Hi Jeff, Jeff Hubbach [EMAIL PROTECTED] wrote: Steffen, Pre

Re: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-05-01 Thread Jeff Hubbach
PROTECTED] -- --- Joseph B. Ottinger [EMAIL PROTECTED] http://epesh.com/ IT Consultant -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: Orion-based JSP bug -- The Case of the Exhibiting %00

2001-04-30 Thread Jeff Hubbach
Rex, I just tried to duplicate your situation, both with zeroes (yielded a 400 Bad Request) and capital o's (yielded a 404 Not Found). I'm running Orion 1.4.5 on Red Hat 6.2 with Sun's JDK 1.3. Jeff Hubbach. Rex McFarlin wrote: Can anyone help us solve a perplexing JSP bug? We have been

Re: IIS, Orion, virtual host

2001-04-27 Thread Jeff Hubbach
read the documentation on IIS at this point. From what little I know of IIS, there are some pretty big security holes in it, which I guess if you keep up with the patches can be dealt with... Sorry I could't give you more hands-on experience. Jeff Hubbach. On Fri, 27 Apr 2001 9:59:41 +0800 paul

Re: IIS, Orion, virtual host

2001-04-27 Thread Jeff Hubbach
adapter - one IPaddress (although I've heard of drivers which send out fake IPs, but can't receive them) -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

1.4.8

2001-04-25 Thread Jeff Hubbach
Did anyone else notice that 1.4.8 was on the website for a day, then taken back down? Jeff. -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: smp w/jdk

2001-04-20 Thread Jeff Hubbach
haven't noticed a problem, had anybody else noticed a problem with Linux and Sun's jvm with the smp kernel? Regards, The elephantwalker -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: productive comment.

2001-04-12 Thread Jeff Hubbach
but headaches trying to get it to work. Going to Orion was like a dream come true, and as long as they continue! with a product that is easy to use and follows the spec, I'm all for it. Jeff Hubbach. On Thu, 12 Apr 2001 20:43:34 -0400 [EMAIL PROTECTED] wrote: UPDATE THE WEB SITE ONCE A WEEK include

Re: How to start EJB development using Orion?

2001-04-09 Thread Jeff Hubbach
order, and what else I need to do to start doing development work? Am I better off just using a better (i.e. better supported and more completely documented) appserver? -- Chris -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: Performance problems (More Info).

2001-04-07 Thread Jeff Hubbach
SMP = Symmetric Multiprocessing. It's a multi-CPU box. Jeff. On Sat, 07 Apr 2001 14:02:37 +0200 "Marco Pas (GMX)" [EMAIL PROTECTED] wrote: Sorry for my stupid question, but what is a a SMP machine ? Kind Regards, Marco At 18:13 2-4-01 -0700, you wrote: Well I found the problem with this and

Re: Orion CMP

2001-04-05 Thread Jeff Hubbach
evermind.sql.DriverManagerDataSource" name="Oracle" location="jdbc/OracleCoreDS" xa-location="jdbc/xa/OracleXADS" ejb-location="jdbc/OracleDS" connection-driver="oracle.jdbc.driver.OracleDriver" username="orion" password="orion" url="jdbc:oracle:thin:@mysun-box:1521:mydb" inactivity-timeout="30" / /data-sources -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: isolation levels

2001-04-03 Thread Jeff Hubbach
contents to another person, use it for any purpose, or store or copy the information in any medium -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: Oracle Clob Prob

2001-03-27 Thread Jeff Hubbach
Claus, If you use a StringBuffer instead of a String to copy the bytes into, you won't be allocating/deallocating as much memory. Jeff Hubbach Claus Ibsen wrote: Hi We use this util method to get a clob field: ejb: weblogic 5.1 at this time, but evaluating orionserver at the moment

Re: Problems with JNDI lookups of ejb-ref-name defined in application-client.xml from a client application...

2001-03-16 Thread Jeff Hubbach
components? Or am I missing something? Thanks. -AP_ -- Jeff Hubbach Internet Developer New Media Designs, Inc. www.nmd.com

Re: bmp/jdbc and irc problems

2001-03-14 Thread Jeff Hubbach
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 persi

Re: Question on EJB Finder

2001-03-13 Thread Jeff Hubbach
: result = home.findByOwner(java.util.Arrays.asList(integer array)); Jeff Hubbach Nevin Ng wrote: Hi there, I'm now working on the ejb finder methods with orion, I have some basic experience with it already and know how to do some basic declaration such as sub-select finder, etc. I know

Re: significance of web-site.xml

2001-03-05 Thread Jeff Hubbach
this helps, and if anyone else on this list has more input regarding differences in a clustered environment or a more elegant solution with filters, please chime in. Jeff Hubbach Original question dear all, i've been trying to run multiple copies of an application with each copy having its own

Re: significance of web-site.xml

2001-03-04 Thread Jeff Hubbach
to www.blah.com. If you want 2 distinct websites, ie www.foo.com and www.bar.com, then you make 2 separate web-site.xml files and point the host of each one to these separate URLs. Jeff Hubbach On Mon, 5 Mar 2001 09:22:51 +1000 "Greg Matthews" [EMAIL PROTECTED] wrote: dear all, i've b

Re: Storing HttpServletRequest Object in Session

2001-03-02 Thread Jeff Hubbach
rward page="two.jsp" / two.jsp ... One is %=request.getAttribute("ONE") % Two is %=request.getAttribute("TWO") % ... This makes sense because a forward is all in the same request. Jeff Hubbach