Re: [jBoss-User] problem integrating jboss with tomcat on windows2000

2001-03-16 Thread Ken Jenks
works for me today is to download the pre-integrated jBoss/Tomcat from http://jboss.org/bin/jboss-tomcat-2.1-beta.zip -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To

Re: [jBoss-User] JMS + RMI-HTTP Tunneling

2001-03-16 Thread Ken Jenks
t behind a firewall. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED]

[jBoss-User] How to run integrated Tomcat and jBoss as a daemonfrom Linux Redhat 7

2001-03-01 Thread Ken Jenks
t RETVAL=$? echo [ $RETVAL -eq 0 ] && touch /var/lock/subsys/jboss ;; stop) echo -n "Stopping jboss daemon: " killproc jboss RETVAL=$? echo [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/jboss ;; restart) echo -n "Restarting jboss daemon: " $0 stop sleep 2 $0 start ;; esac -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] List Help?: [EMAIL PROTECTED]

Re: [jBoss-User] Apache + Embedded Tomcat

2000-11-28 Thread Ken Jenks
At 01:57 PM 11/28/00 -0500, you wrote: >Has anyone had any luck getting Apache to work with embeded tomcat? If you do get it working, please post details to the list. -- Ken Jenks, http://abiblion.com/ Tools for read

Re: [jBoss-User] Request for opinion... or I am insane?

2000-11-21 Thread Ken Jenks
JBs and servlets in (jBoss/Tomcat) that use the publish/subscribe model via SpyderMQ, which is now integrated into jBoss. It looks like this is a good model to use, especially if you have more than one client which interacts with your EJBs. -- Ken Jenks, http://abiblion.com/

Re: [jBoss-User][jBoss-User]Error:connection!!!javax/rmi/PortableRemoteObject

2000-11-07 Thread Ken Jenks
-- > > To subscribe:[EMAIL PROTECTED] > > To unsubscribe: [EMAIL PROTECTED] > > Problems?: [EMAIL PROTECTED] > > > > >-- >-----

Re: [jBoss-User][jBoss-User]Error:connection!!!javax/rmi/PortableRemoteObject

2000-11-06 Thread Ken Jenks
tion and the jBoss implementation. The cure is to remove Sun's .jar files from your classpath before running the client. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTEC

Re: [jBoss-User] Transactions

2000-11-05 Thread Ken Jenks
Bean, which uses a >number of Entity Beans, to manage the transactions i.e. the Session Bean >is the client. Will I be able to do this. And would some kind soul please post some code that does this so we can add an example to the jBoss documentation? -- Ken Jenks, http://abiblion.com/

Re: [jBoss-User] java.rmi.ConnectionException connection refused

2000-11-03 Thread Ken Jenks
You can skip setting the System properties if you launch your client with a command line something like this: java -classpath (whatever) -Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory -Djava.naming.provider.url=206.233.214.192:1099 RemoteTest -- Ken Jenks, http://

Re: [jBoss-User] License change

2000-11-03 Thread Ken Jenks
should probably come up with some legal language like, "I, Ken Jenks, residing at 1313 Mockingbird Lane, Springfield, TA, USA, hereby agree to the terms of the GNU Lesser General Public License (LGPL) for all code and documentation I contributed to the jBoss, SpyderMQ, Minerva, Zola and/or

Re: [jBoss-User] How do i shut down a SpyderMQ session correctly ?

2000-11-02 Thread Ken Jenks
;s callback object after the subscriber dies. SpyderMQ dies quietly when the first subscriber dies. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

Re: [jBoss-User] interest not bound

2000-10-31 Thread Ken Jenks
how the is "Interest" but the is "interest/Interest". Take a look at your client code and make sure it uses the JNDI name. Compile per the instructions at <http://www.jboss.org/getting_startedJB2.htm> (either the Windows or Linux trail). Run. Smile. Then figure out h

Re: [jBoss-User] Using EJB References

2000-10-30 Thread Ken Jenks
orial: http://www.jboss.org/jboss_cmp_trail_index.html I haven't tested it with the latest version of jBoss, but it worked a couple of months ago. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:

Re: [jBoss-User] Cautionary Tale

2000-10-27 Thread Ken Jenks
ke sure the name is what I think it is, especially when struggling with Tomcat/jBoss integration. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe:

Re: [jBoss-User] Install Problems with JBoss 2.0 Beta Prod

2000-09-16 Thread Ken Jenks
this a bug? > >The web page said to install JBoss to the C:\jboss directory, >but the installer (by default) wanted to install JBoss under >C:\JDK1.3\JRE folder. Which is correct? Does it matter? I had the same kind of proble

[jBoss-User] Will you please help with jBoss documentation?

2000-09-15 Thread Ken Jenks
ease let me know. (E-mail [EMAIL PROTECTED], not the whole mailing list.) Aaron Mulder <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Greg Pierce <[EMAIL PROTECTED]> Jordi Montserrat <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> Ken Jenks <[EMAIL PR

Re: [jBoss-User] pb with getting started

2000-09-15 Thread Ken Jenks
a new one on me. I haven't seen null pointers in those places before. I'll give it a try on a fresh install. Did you do your installation with InstallAnywhere or from the CVS? -- Ken Jenks, http://abiblion.com/ Tools for reading. -- ---

Re: [jBoss-User] JBoss as NT service running with Tomcat ??

2000-09-04 Thread Ken Jenks
but a pointer would be appreciated. > >Is there a way to get JBSoss and Tomcat to run in the same VM as an NT >service? > >Any pointers to this is appreciated. Here's a pointer for you: http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg02167.html -- Ken

RE: [jBoss-User] Automatci startup and shutdown

2000-08-31 Thread Ken Jenks
$0 stop $0 start ;; reload) echo -n "Reloading jboss: " killproc run/sh -HUP echo ;; *) echo "Usage: $0 {start|stop|restart|reload|status}" exit 1 esa

Re: [jBoss-User] Automatci startup and shutdown

2000-08-31 Thread Ken Jenks
x27;ll add it to the jBoss documentation. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

[jBoss-User] Workflow EJB

2000-08-30 Thread Ken Jenks
Someone sent me a note about using jBoss for implementing a workflow system, and I lost the note. If you're working on workflow or document management in EJB, please drop me a line. -- Ken Jenks, http://abiblion.com/ Tools for re

RE: [jBoss-User] JBoss performances

2000-08-27 Thread Ken Jenks
At 12:41 PM 8/27/00 -0700, you wrote: >I would love to see numbers on both! >yeah, a PC and a E4500 neck to neck. > >Sun isn't what it used to :( > >well actually let's see those numbers :) Exactly what numbers would those be? Is there a benchmark client/server so

Re: [jBoss-User] JBoss performances

2000-08-27 Thread Ken Jenks
(Someone should be recording and organizing volunteers like this.) -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

Re: [jBoss-User] problem to deploy sample test: I need HELP

2000-08-25 Thread Ken Jenks
nterprise.naming.java.javaURLContext.getComponentContext(javaURLContext.java:382) Rickard replied: >Please remove the J2EE RI from your classpath. This will fix it. I updated the Getting Started tutorials accordingly. -- Ken Jenks, jBoss Documentation

Re: [jBoss-User] problem to build Session Bean

2000-08-25 Thread Ken Jenks
hen compiling. Check out the Getting Started tutorial: http://jboss.org/getting_startedJB2.htm It includes examples of the command lines needed to compile your beans. -- Ken Jenks, jBoss Documentation Project Lead http://abib

Re: [jBoss-User] CMP with Oracle and Jboss?

2000-08-23 Thread Ken Jenks
ease let me know if this works for you, including even minor changes you'd make. I can't test this myself because I don't have Oracle. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:

RE: [jBoss-User] R M-H Examples (and Ken's stuff)

2000-08-23 Thread Ken Jenks
At 11:14 AM 8/23/00 -0700, you wrote: >Where can I get the R M-H examples packaged for Jboss? http://abiblion.com/products-jboss.html -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EM

Re: [jBoss-User] RuntimeMBeanException deploying simple EJB in PR4

2000-08-21 Thread Ken Jenks
son's RuntimeMBeanException. > > > > BTW, shouldn't we see the actual exception that was thrown, not the > > RuntimeMBeanException? > > > > I am using the code and ejb-jar.xml from the book's website. Did you try

RE: [jBoss-User] Befuddled - WTF

2000-08-18 Thread Ken Jenks
client.jar to your classpath. > > > > I'm looking at the tutorial. http://www.jboss.org/jboss_win32_6.html > > says that only jboss-client.jar is needed. Did he actually get that to > > run? (Kevin, u listening?) I can't imagine how that could have worked!! > &g

RE: [jBoss-User] jBoss installation help

2000-08-09 Thread Ken Jenks
the container >invoker, and so defaults to the 1.3 one. >You have to create the jboss.xml file using the EJX GUI and specify the >container invoker for the beans to be the 1.2 one. Would someone please send me information on EX

Re: [jBoss-User] Tomcat Integration

2000-08-08 Thread Ken Jenks
Home That got me a little closer. I updated tomcat.html accordingly. >- Original Message - >From: "Ken Jenks" <[EMAIL PROTECTED]> >To: "jBoss" <[EMAIL PROTECTED]> >Sent: Tuesday, August 08, 2000 5:40 AM >Subject: [jBoss-User] Tomcat In

[jBoss-User] Tomcat Integration

2000-08-07 Thread Ken Jenks
ure to have your CLASSPATH correctly set [JMX RMI Adaptor] Started Any suggestions? -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?:

Re: [jBoss-User] EJB Servlet Documentation and init()

2000-08-07 Thread Ken Jenks
x27;t been able to figure them out yet.) I didn't store the InitialContext, only the Interest object which I created from the InterestHome interface in the new init() method. Take a look at the servlet new source code in step 7, http://jboss.org/jboss7.html or http://jboss.org/jbo

Re: [jBoss-User] EJB Servlet Documentation and init()

2000-08-07 Thread Ken Jenks
; That servlet was my very rough, very quick hack. It's actually the first EJB client I ever wrote. It's not pretty. It's not efficient. Its sole virtue is that it works. Please suggest something better. I won't feel slighted. -- Ken Jenks, http://abiblion.com/

Re: [jBoss-User] can´t run Interest example

2000-08-05 Thread Ken Jenks
Interest"). That leaves a hole in our tutorials. Anybody want to describe how to use jboss.xml correctly and wisely? -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To u

Re: [jBoss-User] RE: [jBoss-Dev] Advanced container configuration

2000-08-04 Thread Ken Jenks
trail. (Don't give advanced stuff to beginners.) I took jboss.xml out of the interest.jar file and the client fails -- it can't find the JNDI name "interest". I'll try to figure out what name to bind instead. ("in

Re: [jBoss-User] can´t run Interest example

2000-08-04 Thread Ken Jenks
e included in the tutorial won't load in EJX. Any suggestions for a replacement? Do we even need a jboss.xml for this? -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubs

[jBoss-User] SpyderMQ/EJB/Servlet/Applet examples needed

2000-08-03 Thread Ken Jenks
ny SpyderMQ example code that will run in an EntityBean? Or a servlet? Or an applet? -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

[jBoss-User] Need assistance in running jBoss as a Windows NTservice

2000-08-03 Thread Ken Jenks
I need some help getting jBoss running as a Windows NT service. Right now, I have to manually restart run.bat every time I reboot. Has anyone set this up as a service? Tell me the secrets and I'll document them for everyone else. -- Ken Jenks, http://abiblion.com/ Tools for re

[jBoss-User] Need assistance in running jBoss as a Linux daemon

2000-08-03 Thread Ken Jenks
I need some help getting jBoss running as a daemon under Linux. Right now, I have to manually restart run.sh every time I reboot. Has anyone set this up as a daemon? Tell me the secrets and I'll document them for everyone else. -- Ken Jenks, http://abiblion.com/ Tools for re

Re: [jBoss-User] Tomcat Intergration Module

2000-08-02 Thread Ken Jenks
You can try my step-by-step tutorial at <http://jboss.org/jboss_win32_trail_index.html>. See step 7, <http://jboss.org/jboss_win32_7.html>. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:

RE: [jBoss-User] Example? Please?!?

2000-08-02 Thread Ken Jenks
Go to <http://jboss.org/>. In the lower left-hand corner, click on "Getting Started." (This shows that we ought to move that link to someplace more prominent.) -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -

[jBoss-User] Re: [jBoss-User]

2000-07-31 Thread Ken Jenks
ntBean -- at <http://abiblion.com/products-jboss.html>. (Note: My solution isn't optimal. I'm still trying to figure out how to do this with jus a jboss.xml and no modification to the client code. Stay tuned.) -- Ken Jenks, http://abiblion.com/ Tools for reading. -- ---

Re: [jBoss-User] Need Help with Monson-Haefel EJBBookTitanExamples

2000-07-31 Thread Ken Jenks
*.class META-INF\ejb-jar.xml META-INF\jboss.xml del META-INF\ejb-jar.xml del META-INF\jboss.xml copy cabin.jar \progra~1\jboss2\deploy But when I use this with the Titan examples, <http://www.oreilly.com/catalog/entjbeans2/chapter/examples.zip>, I get a NullPo

Re: [jBoss-User] Need Help with Monson-Haefel EJB BookTitanExamples

2000-07-30 Thread Ken Jenks
suggestions? Is there any documentation for jboss.xml? I've looked at the source code. >Ken Jenks <[EMAIL PROTECTED]> wrote: >[..] > >As promised, here's my first solution. It includes Windows batch files and > >Linux shell scripts for compiling, deploying and ru

RE: [jBoss-User] Need Help with Monson-Haefel EJB BookTitanExamples

2000-07-29 Thread Ken Jenks
At 08:21 PM 07/24/2000 -0500, Ken Jenks wrote: >Anyone in need of help with the examples from this book, I'll have a >tutorial ready this coming weekend (for both Linux and Windows) showing >how to build and run the examples from chapter 4. You might hold off on >fiddling wi

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-27 Thread Ken Jenks
At 08:51 AM 07/27/2000 +0200, you wrote: >Hi! > >Ken Jenks wrote: > > >java.net.MalformedURLExcption: no protocol:Files/jboss2/lib/ext/jboss.jar] > > > > That means you've installed jBoss in C:\Program Files\jboss2 (the default > > location) and the space

Re: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Ken Jenks
2/lib/ext/jboss.jar] That means you've installed jBoss in C:\Program Files\jboss2 (the default location) and the space in the URL is throwing off the whole URL. Try installing in a different directory (like C:\jboss2\) or using "progra~1" instead of "Program Files". -- Ken

RE: [jBoss-User] STILL having problems running with JBoss

2000-07-26 Thread Ken Jenks
At 06:19 PM 07/26/2000 +0100, you wrote: >.. then how do I compile the client ... ? Take a close look at the "Getting Started" tutorial at http://jboss.org/ in the lower-left-hand corner. -- Ken Jenks, http://abiblion.com/ Tool

Re: [jBoss-User] how do i bind the internal webserver to adifferent port?

2000-07-24 Thread Ken Jenks
with jBoss' Web server on port 8080). <Connector className="org.apache.tomcat.service.SimpleTcpConnector"> <Parameter name="handler" value="org.apache.tomcat.service.http.HttpConnectionHandler"/> <Parameter name="port" value=&q

RE: [jBoss-User] Need Help with Monson-Haefel EJB BookTitanExamples

2000-07-24 Thread Ken Jenks
then compare your solution to mine. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

[jBoss-User] Revised "Getting Started" documentation

2000-07-22 Thread Ken Jenks
updated the PDF.) Please report any (and I do mean any) problems or issues with the documentation on Bugzilla bug #133, on this mailing list or directly to me. -- Ken Jenks, http://abiblion.com/ Tools for reading. --

Re: [jBoss-User] Still struggling with Monson-Haefel's examples

2000-07-22 Thread Ken Jenks
.tcp.TCPTransport$ConnectionHandler.run(Unknown Sour ce) at java.lang.Thread.run(Unknown Source) -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PR

Re: [jBoss-User] Using jboss.xml to add to the classpath

2000-07-21 Thread Ken Jenks
on.com/java/jBoss-Monson-Haefel-ch4.zip -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

[jBoss-User] Still struggling with Monson-Haefel's examples

2000-07-20 Thread Ken Jenks
ext(); } } So the client compiles and runs, but after it creates the connection with home.create() (which succeeds), the next call to the bean, String list [] = reserve.listCabins(SHIP_ID,BED_COUNT); // LINE 48 HERE! fails. It seems strange to lookup TravelAgentBean to get the home i

Re: [jBoss-User] Using jboss.xml to add to the classpath

2000-07-20 Thread Ken Jenks
he Travel Agent client working... -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

[jBoss-User] Using jboss.xml to add to the classpath

2000-07-20 Thread Ken Jenks
lient_1 I also have Windows .BAT files and Unix .sh files to do all of this stuff. I plan on adding another trail to the jBoss documentation when I figure it all out, so your assistance here will help more than just me. -- Ken Jenks,

[jBoss-User] jBoss "Getting Started" documentation updated

2000-07-19 Thread Ken Jenks
nt directory and start on the next stage: Getting Started (Windows). -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

Re: [jBoss-User] Assignments ONLINE

2000-07-19 Thread Ken Jenks
rea/jboss_linux_trail_index.html Your comments are appreciated, especially differences between Linux and Windows. In a couple of days, I'll move these files to the parent directory and start on the next stage: Getting Started (Windows). -

Re: [jBoss-User] NameNotFoundException

2000-07-18 Thread Ken Jenks
I'm working on the same kind of problem. When I solve it, I'll post it to the list. Conversely, if you solve it, please let us all know. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:

Re: [jBoss-User]jndiContext.lookup("java:comp/env/Cabin")Question?

2000-07-18 Thread Ken Jenks
jnp-client.jar com.titan.cabin.Client_1 Any suggestions? How do I set up my RMI security manager or otherwise convince the class loader to load my class? -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:

Re: [jBoss-User] jBoss2 and jdk1.3 on linux

2000-07-15 Thread Ken Jenks
Adaptor] Started java.net.BindException: Address already in use TBD 12) I think it would be worthwhile to tell readers how to set up jBoss in /etc/rc.d/init.d/ so that it will restart every time the system reboots. 13) Per the e-mail note listed as a

Re: [jBoss-User] jndiContext.lookup("java:comp/env/Cabin")Question?

2000-07-15 Thread Ken Jenks
how to run the Cabin/TravelAgent examples in jBoss? What was the trick? -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

Re: [jBoss-User] Interest client remote access problem

2000-07-15 Thread Ken Jenks
was using -D to add a security policy file for launching rmid. I don't know how this translates to jBoss, though. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

Re: [jBoss-User] ejb client not working

2000-07-06 Thread Ken Jenks
) Additions to the list of error messages you encounter during installation and the corrective action required to overcome those errors (see the table in part 11, attachment #11, "Comments on jBoss Installation Documentation"). -- Ken Jenks, http://abiblion.com/ Tools for

Re: [jBoss-User] Persistence in Oracle

2000-07-05 Thread Ken Jenks
u work out the details, would you please write up a "how to" and append it to Bugzilla bug #133? Thanks! -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe

Re: [jBoss-User] Linux: How do I set up jBoss to restart everytime?

2000-07-02 Thread Ken Jenks
Ken Jenks asked: > > What's the best way to set up jBoss to restart every time I reboot the > > server? I'm using Redhat Linux 6.2. Aaron Mulder <[EMAIL PROTECTED]> answered: > Well, I haven't actually tried this, but based on my experienc

[jBoss-User] Linux: How do I set up jBoss to restart every time?

2000-07-01 Thread Ken Jenks
art jBoss as an NT service, send it to me, too, or add it to #133 yourself. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?:

[jBoss-User] Here's a quick servlet to access our example EJB

2000-07-01 Thread Ken Jenks
nd working with my existing implementation of Linux, Apache, PHP and MySQL. I hope the rest of you have an easier time of it. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To u

RE: [jBoss-User] jboss 2.0 missing run.jar, help??

2000-06-27 Thread Ken Jenks
go away until I CTL-ALT-DEL and did an End Task on it. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

RE: [jBoss-User] jboss 2.0 missing run.jar, help??

2000-06-27 Thread Ken Jenks
vileged(Native Method) [Auto deploy] at org.jboss.Main.main(Main.java:77) [Auto deployer] Started [JMX RMI Adaptor] Initializing [JMX RMI Adaptor] Initialized [JMX RMI Adaptor] Starting [JMX RMI Adaptor] Started [Default] Could not add shutdown hook [Default] jBoss 2.0 Started -- Ken Jenks, htt

Re: [jBoss-User] jboss 2.0 missing run.jar, help??

2000-06-27 Thread Ken Jenks
to D:\temp\jbossbld\jboss\build\classes >D:\temp\jbossbld\jboss\src\main\org\jboss\tomcat\TomcatService.java:18: >Class or >g.apache.tomcat.startup.Tomcat not found in import. >import org.apache.tomcat.startup.Tomcat; >^ >1 error >BUILD FATAL ER

RE: [jBoss-User] jboss 2.0 missing run.jar, help??

2000-06-27 Thread Ken Jenks
ill give you the benefit of the doubt (like I did when I said >"maybe there is something wrong with the installer"). > >I hate naysayer, they are useless. Uh, Marc. I just tried it again this morning. No run.jar. Running build.bat didn't build run.jar, either. Nay, I say.

Re: [jBoss-User] jboss 2.0 missing run.jar, help??

2000-06-26 Thread Ken Jenks
erested in following the progress of the testing project, sign up on the CC list for bug #136. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

RE: [jBoss-User] FW: Starting out with JBoss

2000-06-22 Thread Ken Jenks
jboss.zip > jBoss-2.0.zip jar xvf jBoss-2.0.zip rm -f jBoss-2.0.zip cd bin java -jar run.jar (That kinda takes all of the guessing out of the process, doesn't it? Once JDK 1.3 is installed, all the reader needs to do is to copy/paste that block of commands to the Linux prompt and jBoss is up and running.) That last series of command actually failed on the latest "binary" distribution because the .zip file did not contain run.jar. I hope this will be fixed soon; I'll raise that issue as a separate note on the mailing list. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

RE: [jBoss-User] jBoss @ Flashline

2000-06-17 Thread Ken Jenks
At 10:04 AM 06/17/2000 -0700, you wrote: >well yeah, we made sure it was :) I sent them a note last week letting them know that jBoss has a new URL and is up to version 2.0. They made the change the next day. -- Ken Jenks, http://abiblion.com/ Tools for read

Re: [jBoss-User] hi

2000-06-17 Thread Ken Jenks
sr/local/jboss/dist/bin) 3) java -jar ejx.jar & The "might or might not be" parts differ, depending on the installation of your system and whether you have X running on your Linux machine. -- Ken Jenks, http://abiblion.com/ Tools for reading. --

Re: [jBoss-User] timeout in stateful session

2000-06-16 Thread Ken Jenks
er tells the SessionBean to passivate its instance with the ejbPassivate notification. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Pro

Re: [jBoss-User] ASP with jBoss + licensing

2000-06-16 Thread Ken Jenks
ementation, but that there are still a couple of places where jBoss uses some Sun libraries. Is this correct? -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubsc

Re: AW: [jBoss-User] BEA releases beta of EJB 2.0!

2000-06-11 Thread Ken Jenks
to great effect, skunking my competitors by over a year as they tried to catch up with the technology. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PRO

Re: [jBoss-User] Getting beyond CommunicationException/nosecurity manager

2000-06-02 Thread Ken Jenks
.client.AccountManagerClient If you modify this to get it to work with the Mandlebrot client, please send your .sh/.bat file back to the list. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EM

Re: [jBoss-User] example EJB help

2000-06-02 Thread Ken Jenks
oss deploy/ directory. jBoss does the deployment (which you can watch in the jBoss window) then you run scripts/TestBeanClient.bat (or .sh). -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMA

Re: [jBoss-User] Installation procedure for jBoss

2000-06-02 Thread Ken Jenks
At 06:14 PM 06/02/2000 -0700, you wrote: >Ken Jenks wrote: > > > > vt replied: > > >There was a full-fledged autoconf based system with all the features > > >you've just listed, but it died a silent death due to the lack of demand > > >;) If you

[jBoss-Dev] Offering two sacrificial graduate students

2000-06-02 Thread Ken Jenks
think would be a good jBoss development assignment for two grad students for one semester? (CC to both jboss-user and jboss-dev. I'm open to suggestions from both camps and even Zola, JMS and other groups.) -- Ken Jenks, http://abiblion.com/ Tools for reading.

Re: [jBoss-User] "AWT load" bug: fixed!

2000-05-31 Thread Ken Jenks
longer than before the AWT fix). Now to try out performance and maybe -- finally -- deploy my own bean. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL P

Re: [jBoss-User] Major update to jBoss 2.0

2000-05-30 Thread Ken Jenks
m, 330 seconds. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

Re: [jBoss-User] Setting up jBoss 2.0

2000-05-30 Thread Ken Jenks
initiative. I'm willing to contribute, too. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

Re: [jBoss-User] Installation procedure for jBoss

2000-05-29 Thread Ken Jenks
ber of people on the mailing lists. Those thousands of people who downloaded jBoss but aren't currently using it are a silent testimonial to server configuration problems. Please reincarnate the full-fledged autoconf system for jBoss! -- Ken Jenks, http

Re: [jBoss-User] Installation procedure for jBoss

2000-05-27 Thread Ken Jenks
-super-user, installation path, etc.) and a servlet would generate a jBoss installation procedure customized for the user's configuration. It could even generate a shell script/batch files. Any volunteers? I'll help. -- Ken Jenks, http://abiblion.com/ Tools f

[jBoss-User] Installation procedure for jBoss 2.0 on Redhat 6.2,JDK 1.2.2 without X

2000-05-27 Thread Ken Jenks
s/bin/run.jar:/usr/local/jboss/bin/ej x.jar:/usr/local/jboss/lib/jmxri.jar:/usr/local/jboss/lib/ext/ejb.jar:/usr/l ocal/jboss/lib/ext/jnpserver.jar:/usr/local/jboss/deploy/classes org.ejboss.test.hello.client.Main Please report errors to Ken Jenks, [EMAIL PROTECTED] Eventually, I'll w

Re: [jBoss-User] website

2000-05-27 Thread Ken Jenks
I've opened a new bug, #49, to track typos on the jBoss Web pages. I think it's a good idea to limit this particular bug report to talking about typos and grammar changes, not structural changes or changes in the overall content of the pages. -- Ken Jenks, http://abiblion.com/

Re: [jBoss-User] website

2000-05-27 Thread Ken Jenks
the former :) I've spotted more than a dozen typos. Shall we open a new bug in Bugzilla? -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:[EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Problems?: [EMAIL PROTECTED]

Re: [jBoss-User] jBoss + jdk1.2.2/Linux

2000-05-25 Thread Ken Jenks
At 01:45 PM 05/25/2000 +0200, you wrote: >Hey > >Ken Jenks wrote: > > [root@abiblion jboss]# java -cp > > > /usr/local/jboss/lib/ext/jndi.jar:/usr/local/jboss/lib/ext/jboss-client.jar: > > /usr/local/jboss/deploy/classes/org/ejboss/test/hello/client: Main

Re: [jBoss-User] jBoss + jdk1.2.2/Linux

2000-05-25 Thread Ken Jenks
isc.Launcher$AppClassLoader.loadClass(Launcher.java, Compiled Code) at java.lang.ClassLoader.loadClass(ClassLoader.java, Compiled Code) -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- To subscribe:

Re: [jBoss-User] jBoss + jdk1.2.2/Linux

2000-05-25 Thread Ken Jenks
w it's completely different from my Linux box, but it would help. And if anybody has a classpath that works on Linux or any other Unix, please send it along. -- Ken Jenks, http://abiblion.com/ Tools for reading. -- -- T

Re: [jBoss-User] jBoss + jdk1.2.2/Linux

2000-05-24 Thread Ken Jenks
Ken Jenks (hey, that's me) wrote: >In the meantime, I'll follow Robert's suggestion and load xvfb. > >Poking around in the RPMs, I'm giving this a try: > rpm --install > ftp://rpmfind.net/linux/redhat/redhat-6.2/i386/RedHat/RPMS/XFree86-Xvfb-3. > 3.

Re: [jBoss-User] jBoss + jdk1.2.2/Linux

2000-05-23 Thread Ken Jenks
3.3 may be missing this file. So it looks like that's no real problem. (3) could not open default font 'fixed' I'm stumped. I don't seem to have a "fixed" font on my system (no surprise) and I can't figure out where to get one or where

Re: [jBoss-User] EJB/JSP/Servlet's - HOWTO?

2000-05-23 Thread Ken Jenks
uld be up for creating >the doucmentation if someone could help me get it up and running. I hope so -- that's what I plan to do. I'll volunteer to help with the "doucmentation" (as long as it's not as nasty as i

Re: [jBoss-User] jBoss + jdk1.2.2/Linux

2000-05-23 Thread Ken Jenks
At 02:28 PM 05/23/2000 +0200, you wrote: >Hey > >Ken Jenks wrote: > > Well, that didn't work. > > > > This is a server environment, so I don't have an X11 window server running. > > What was jBoss trying to do with my non-existent X server? > >I

Re: [jBoss-User] jBoss + jdk1.2.2/Linux

2000-05-23 Thread Ken Jenks
At 01:33 PM 05/23/2000 +0200, you wrote: >Hey > >Ken Jenks wrote: > > [Webserver] Starting > > [Webserver] Could not start on port 8081 > > [Webserver] Stopped > > [Webserver] java.net.BindException: Address already in use > >Which means that you have anot

  1   2   >