[JBoss-user] [Installation & Configuration] - Re: starting jboss as a daemon under suse linux (8.1)

2004-06-11 Thread carpy1970
I haven't used suse linux, but I would suspect that you can follow the instructions for red hat View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838533#3838533 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838533

[JBoss-user] [Installation & Configuration] - Re: How to define user under whick JBoss will run?

2004-06-11 Thread carpy1970
Read the FAQ View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838532#3838532 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838532 --- This SF.Net email is sponsored b

[JBoss-user] [Installation & Configuration] - Re: starting jboss as root on linux

2004-06-11 Thread carpy1970
Have a look at the FAQ under "Start JBoss on boot with Linux? " View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838530#3838530 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838530 -

[JBoss-user] [Beginners Corner] - Re: run jboss in linux background

2004-06-11 Thread carpy1970
PS, if you follow this approach you can also start/stop jboss any time using the service command. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838527#3838527 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838527 --

[JBoss-user] [Beginners Corner] - Re: Deployment descriptor writing tools

2004-06-11 Thread carpy1970
XDcolet comes with ant tasks, so if you're using ant for your build process then it would be simple to use XDoclet View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838528#3838528 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=rep

[JBoss-user] [Beginners Corner] - Re: run jboss in linux background

2004-06-11 Thread carpy1970
If you look at the FAQ, there's a section entitled "Start JBoss on boot with Linux?" that, strangley enough, tells you how to start jboss on boot with Linux. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838526#3838526 Reply to the post : http://www.jbo

[JBoss-user] [Installation & Configuration] - Re: Runnig 2 Servers on the same box ?????

2004-06-10 Thread carpy1970
All you need to do is change the ports that the connectors of one of the tomcat instances uses, for instance if i run jboss with the default configuration, then configure stand alone tomcat to use 8081 for http connector and 8008 for the ajp connector, everything starts with no errors and works

[JBoss-user] [HTTPD, Servlets & JSP] - Re: Turning off Apche Connector

2004-06-09 Thread carpy1970
Yes, simply comment the relavent connector section out of the config file. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838183#3838183 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838183 --

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 3.2.4 and Apache integration

2004-06-09 Thread carpy1970
As I said before, the jk2 library for windows is named mod_jk2.so, in fact if you look in the modules director, you will find that the modules that ship with the win binary of apache are all named .so. You obviously need to ensure that when you download mod_jk2.so that you download the win vers

[JBoss-user] [Beginners Corner] - Re: How to test my J2EE app with JUnit

2004-06-08 Thread carpy1970
There's an open source extention to JUnit called Cactus which you can use for testing server-side code. It's available from the apache foundation web site. it even contains tasks for ant, so you can automate your testing into you build process. Another option (assuming you're doing all your JN

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss 3.2.4 and Apache integration

2004-06-08 Thread carpy1970
No, the windows version is also named .so I don't have apache talking to jboss, but I do have it talking direct to tomcat. Where is yourworkers2.properties file? It needs to be somewhere that apache can pick it up (e.g. in apache's conf directory) Aslo have you checked to see if the 404 error

[JBoss-user] [HTTPD, Servlets & JSP] - Re: JBoss and UTF Character encoding

2004-06-07 Thread carpy1970
As this is a FREE forum, and all contributions are given to it FREEly, you have no right to EXPECT FREE help from anyone, and therefore no right to be disapointed (in my opinion) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837707#3837707 Reply to the post

[JBoss-user] [EJB/JBoss] - Re: why is my bean working in synchronus way

2004-06-07 Thread carpy1970
I assume that what you're trying to prove is that the 2 clients can both access their instances of the beans simuletansously without blocking each other? If this is the case then it occurs to me that what your're doing is not a very good test of this. After all how long is it going to take a y

[JBoss-user] [J2EE Design Patterns] - Re: Is there a pattern with JBoss for this kind of problem ?

2004-06-04 Thread carpy1970
The question you really need to ask is do you actually need your 50,000 "things" in memory, or can u just load the "things" u need as and when u need them. 50,000 "things" is going to take a long time to load and a lot of memory however you do it. View the original post : http://www.jboss.org

[JBoss-user] [Beginners Corner] - Re: How to use an encrypted password for my DataSource

2004-06-02 Thread carpy1970
Do a search on the forum, someone asked this question within the last couple of days. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837314#3837314 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837314 --

[JBoss-user] [Beginners Corner] - Re: CHAR and Blanks

2004-06-02 Thread carpy1970
I believe the "standard" in oracle is to use VARCHAR2 for text type fields. VARCHAR2 columns do not get padded out with spaces. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837313#3837313 Reply to the post : http://www.jboss.org/index.html?module=bb&op=po

[JBoss-user] [Beginners Corner] - Re: Extreme Beginner Question

2004-06-01 Thread carpy1970
Try looking at the jboss home page, i.e. www.jboss.org. there are links there that will answer your questions (strangely enough) What your boss has asked you to do seems very strange to me. Normally you have a problem and try to find a solution to it. What your boss has said is xyz are using

[JBoss-user] [Installation & Configuration] - Re: CMP2.0 bean Deployment failure with JBoss

2004-06-01 Thread carpy1970
The problem, as the error suggests, is in your ejb-jar.xml file. The ejb spec states :- The abstract-schema-name must be a valid Java identifier and must be unique within the ejb-jar file. The error is stating that one of your abstract-schema-name elements is not a valid Java identifier. View

[JBoss-user] [Installation & Configuration] - Re: Im trying to run jboss on linux.

2004-06-01 Thread carpy1970
For a atart, modifying the run.sh script is not the best way to do it. Any time u update to a new version of jboss this file will be overwritten and you will have to remember to update it again. I have a file named java.sh in /etc/profile.d (the files in this director are run for each user whe

[JBoss-user] [Installation & Configuration] - Re: configuring as windows service

2004-06-01 Thread carpy1970
Have a look here :- http://www.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837059#3837059 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837059 ---