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
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
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
-
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
--
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
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
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
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
--
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
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
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
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
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
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
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
--
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
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
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
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
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
---
20 matches
Mail list logo