[JBoss-user] [Installation & Configuration] - java.rmi.server.hostname letter-figure problem

2004-12-06 Thread dmurko
dear all, ich have a strange problem (for me) when starting jboss (3.2) with the 'java.rmi.server.hostname' parameter. i start jboss with run.sh and this parameters: . . . # Execute cd $JBOSS_HOME/bin $JAVA \ -Xms1500M -Xmx1500M -Xss256k \ -ea -esa -server \ \

[JBoss-user] [Installation & Configuration] - Re: which file I have to download?

2004-12-06 Thread [EMAIL PROTECTED]
I don't know this link. Get it from this url http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=16942&release_id=254646 which is the link you get from http://www.jboss.org/docs/index#as View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=385751

[JBoss-user] [Beginners Corner] - Re: JNDI tree not showing dept/DeptFacadeL

2004-12-06 Thread gopalsaha
i did indeed but no luck thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857510#3857510 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857510 --- SF email is s

[JBoss-user] [EJB/JBoss] - MDB Timing Stats

2004-12-06 Thread GreyDeath
Hi, I was wondering if the timings on the onMessage are really correct. (J22 Management) I have a MDB that calls a Session EJB. The overall time in the Session EJB adds up to the overall time of my test (enqueue,process), but the MDB timings don't. According to the MDB timings, the overall tim

[JBoss-user] [HTTPD, Servlets & JSP] - Use of Tomcat's context.xml versus Use of JBoss's jboss-web.

2004-12-06 Thread karink
Hi, I just like to know when I should use Tomcat's context descriptor (context.xml file) and when I should use JBoss's jboss-web.xml file. My first impression was that the jboss-web.xml should replace the Tomcat's specific context.xml (and for some things this seems to be correct, like for exampl

[JBoss-user] [Installation & Configuration] - Re: Securing web-console problem

2004-12-06 Thread [EMAIL PROTECTED]
It's time to start over ;) First, please download 4.0 final. In this release, web-console.war is already exploded. if you have renamed the properties files as suggested in the wiki, make sure that the names match those specified in /conf/login-config.xml And last but not least, remember that if

[JBoss-user] [Security & JAAS/JBoss] - Re: why multiple authentication !

2004-12-06 Thread hatoug
BUT When I use the basic authentication in web.xml, BASIC GedOnLine Securità it works fine. so why cannot it also work with a FORM authentication ? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857502#3857502 Reply to the post : http://www

[JBoss-user] [Beginners Corner] - Is it possible to have custom error (404, 500) pages in Jbos

2004-12-06 Thread shadowrider_03
Is it possible to have custom error (404, 500) pages in Jboss? If it is possible, how is it done? Thanks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857501#3857501 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857

[JBoss-user] [JBoss.NET] - Re: How to handle concurrent web service request?

2004-12-06 Thread [EMAIL PROTECTED]
Of course, the server has no control over how many concurrent requests potential clients will issue. You can however configure tomcat how many requests it should handle concurrently. | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857500#3857

[JBoss-user] [Installation & Configuration] - Re: which file I have to download?

2004-12-06 Thread repkin
http://mesh.dl.sourceforge.net/sourceforge/jboss/jboss-4.0.0.zip is this true link? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857499#3857499 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857499

[JBoss-user] [Installation & Configuration] - Slackware start/stop

2004-12-06 Thread dijkstra
Has anyone writtten a jboss 4.0 start/stop script for slackware? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857496#3857496 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857496

[JBoss-user] [Beginners Corner] - how to get TransactionManager from within Session Bean in JB

2004-12-06 Thread aschulz
Hi, I'm trying to figure out how to access the TransactionManager from within a CMT session bean to get the active transaction. I need the TransactionManager to get the active transaction, not the UserTransaction because I need the methode registerSynchronization defined in Transaction. Plea

[JBoss-user] [EJB/JBoss] - Re: how to know port is opened

2004-12-06 Thread [EMAIL PROTECTED]
you mean java.naming.provider.url=jnp://localhost:1099 i presume. To check if a machine is listening on a given port, try telnet eg, for a server 192.168.1.1 listening on port 1099 telnet 192.168.1.1 1099 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=385749

[JBoss-user] [Installation & Configuration] - Re: error when run the run.bat command

2004-12-06 Thread qbsu21th
dear luc: thanks for this. however, i don't understand what you mean. can you explain what you mean in some more detail for me? very appreciated. thanks! david View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857493#3857493 Reply to the post : http://www.jb

[JBoss-user] [Beginners Corner] - Re: JBoss 4.0 EJB depending on external libraries

2004-12-06 Thread j_ri
yes, you can just put it in the deploy dir, but then all deployed applications share that libraries. putting the library in the ear doesn't work in JBoss 4.0.0 default configuration. it would only work, if you define the path to that library in the manifest class-path og your ejb jar-file. but

[JBoss-user] [Installation & Configuration] - Re: error when run the run.bat command

2004-12-06 Thread [EMAIL PROTECTED]
Most probably you screwed up your local JBoss distribution and/or the run.bat script. Start over with a fresh installation. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857491#3857491 Reply to the post : http://www.jboss.org/index.html?module=bb&op=post

[JBoss-user] [Installation & Configuration] - Re: which file I have to download?

2004-12-06 Thread [EMAIL PROTECTED]
Download the Getting Started guide and follow the instructions http://www.jboss.org/docs/index#as Have fun! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857489#3857489 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3

[JBoss-user] [Beginners Corner] - Re: how to use / deploy J2EE application in unpacked / open

2004-12-06 Thread Frito
I will do this evening at home ;-) View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857488#3857488 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857488 --- SF email

[JBoss-user] [Installation & Configuration] - error when run the run.bat command

2004-12-06 Thread qbsu21th
dear sir/madam: in installed the j2ee 1.4 jdk and the jboss-4.0.0, then follow the tutorial startguide to run the run.bat command and get the following error. it will be very appreciated if you can direct me to the right direction on what could be the problem to lead to this error. thanks! dav

[JBoss-user] [Installation & Configuration] - JBoss3.2.3 Jetty "unable to compile class for JSP"

2004-12-06 Thread thomas_X
hi there ! i have a Struts application running on JBOSS 3.2.3 with Jetty the OS= Linux Fedora Core1 the JVM = Blackdown 1.4.1 the application always stops after nearly 2 weeks with the following Error: "HTTP ERROR: 500 Unable to compile class for JSP" when i restart JBOSS everything works for

[JBoss-user] [Installation & Configuration] - which file I have to download?

2004-12-06 Thread repkin
I want to download jboss as but I cant find the true link, I am using windows xp and I have downloaded setupwin32.exe but it have been given an error, can you help me? thank you very much. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857485#3857485 Reply t

[JBoss-user] [Security & JAAS/JBoss] - Security risk

2004-12-06 Thread dijkstra
I ran nessus on my newly configured slackware machine running jboss... it came with the folowing error: The remote proxy is vulnerable to a buffer overflow | when it is issued the command : | whois://a b 1 ..A | This problem may allow an attacker to gain a shell | on this computer

[JBoss-user] [Javassist user questions] - Re: javassist-3.0RC1: replace(

2004-12-06 Thread chiba
Well, you cannot remove a method call if the method returns some value. If you remove it, how do you evaluate the caller side expression? Suppose the following expression: int i = k + foo(p); If you remove the foo() call, how should the expression above be interpreted? View the original post

<    1   2