[JBoss-user] [HTTPD, Servlets JSP] - Re: Sessions serialization

2004-11-17 Thread janilsal
I think Tomcat standalone is also moving towards moving context related settings into a seperate XML file. They discourage placing settings in server.xml View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855490#3855490 Reply to the post :

[JBoss-user] [Management, JMX/JBoss] - Re: remote management of JBoss from a universal client

2004-11-16 Thread janilsal
Be Happy. Here is sample code thats shows how to connect to RMIAdaptor. This code is in JBoss Testsuite. | package org.jboss.test; | | | import javax.naming.*; | import javax.management.*; | import java.util.*; | import org.jboss.jmx.adaptor.rmi.RMIAdaptor; | import

[JBoss-user] [Installation Configuration] - Re: Two webapps on different ports in one JBoss

2004-11-16 Thread janilsal
http://www.jboss.org/wiki/Wiki.jsp?page=VirtualHosts View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855394#3855394 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855394

[JBoss-user] [HTTPD, Servlets JSP] - Re: Sessions serialization

2004-11-16 Thread janilsal
Place it in a new file context.xml under the WEB-INF directory of your war. Give this a shot. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855405#3855405 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3855405

[JBoss-user] [HTTPD, Servlets JSP] - Re: Fully Functional Tomcat

2004-11-16 Thread janilsal
Why JBoss 3.2.3? If you are starting with JBoss, it is better to be on Jboss 3.2.6 (has embedded Tomcat 5.0.28) No major development is happening on TC 4.x anyway. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3855413#3855413 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: mod_jk, mod_jk2 or mod_jk1.2 ?

2004-11-11 Thread janilsal
mod_jk1.2 is the only connector that is in maintenance mode in the mod_jk family. All others are gone. Work is going on a new connector based on mod_proxy. For now, go with mod_jk1.2 The discussion on connectors has happened only in the tomcat mailing lists. They have not updated their

[JBoss-user] [Beginners Corner] - Re: One more beginner question on JBoss (3.2.6)/Tomcat/Apach

2004-11-09 Thread janilsal
http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3854458#3854458 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854458

[JBoss-user] [Beginners Corner] - Re: One more beginner question on JBoss (3.2.6)/Tomcat/Apach

2004-11-09 Thread janilsal
I tried apache 1.3.x with mod_jk1.2 and JBoss in August. The details are here: http://www.jboss.org/wiki/Wiki.jsp?page=HttpSessionReplicationonMacOS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3854480#3854480 Reply to the post :

[JBoss-user] [O'Reilly JBoss 3.0/4.0 Workbook] - Re: need immediate help in deploying web applications in pro

2004-11-05 Thread janilsal
http://www.jboss.org/wiki/Wiki.jsp?page=VirtualHosts View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3854130#3854130 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3854130

[JBoss-user] [Beginners Corner] - Re: Few newbie admin questions...

2004-11-03 Thread janilsal
For Apache with JBoss/Tomcat, stay with mod_jk1.2.x. So go with mod_jk1.2.6. There are some new connectors coming over the next few months. But the supported connector currently for Apache is mod_jk1.2.x View the original post :

[JBoss-user] [Beginners Corner] - Re: Tutorial Recommendations?

2004-11-03 Thread janilsal
Try JBossIDE plugin for Eclipse: http://www.jboss.org/wiki/Wiki.jsp?page=JBossIDE View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853749#3853749 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853749

[JBoss-user] [Installation Configuration] - Re: How can I rename a cluster partition?

2004-11-02 Thread janilsal
| attribute name=PartitionNameDefaultPartition/attribute | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853660#3853660 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3853660

[JBoss-user] [Installation Configuration] - Re: How can I rename a cluster partition?

2004-11-02 Thread janilsal
in the cluster-service.xml file under deploy directory of your configuration (all for example), change the attribute PartitionName to the name you want [Remember just the attribute name] DefaultPartition Do **not** find/replace all occurrences of the word DefaultPartition. Just

[JBoss-user] [JBoss.NET] - Re: JBoss.net on 4.0 produces errors

2004-11-01 Thread janilsal
JBoss4.0 does not have jboss.net. It has J2EE1.4 compliant web services JBossWS. You can get more information about it from http://www.jboss.org/wiki/Wiki.jsp?page=JBossWS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3853494#3853494 Reply to the post :

[JBoss-user] [Messaging, JMS JBossMQ] - Re: My MDB does't work in singleton mod on cluster. Help me.

2004-11-01 Thread janilsal
Look at the examples provided in the hajms-examples.sar.zip file in the wiki page http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQHA; Basically your JMS Client should implement an interface ExceptionListener. It should implement onException method. In this method, your client should

[JBoss-user] [Beginners Corner] - Re: Installing JBoss 4.0.0 on Windows XP Professional

2004-11-01 Thread janilsal
Why don't you run tomcat on a port other than 8080 and check if it works? Go to server.xml under deploy/jbossweb-tomcat50.sar directory and replace 8080 with 8081. Some service on your box is using up port 8080. View the original post :

[JBoss-user] [Beginners Corner] - Re: JVM_Bind Exception

2004-10-25 Thread janilsal
OIL is deprecated. Just comment the relevane MBean in the jms directory. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852596#3852596 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852596

[JBoss-user] [JBoss Getting Started Documentation] - Re: server\all\deploy\jboss-net.sar not found.

2004-10-22 Thread janilsal
jboss-net.sar is not supposed to be in JBoss4.0 version. It is only for the 3.2.x version. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3852346#3852346 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3852346

[JBoss-user] [Clustering/JBoss] - Re: HA JMS

2004-10-15 Thread janilsal
http://www.jboss.org/wiki/Wiki.jsp?page=JBossMQHA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851559#3851559 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851559 ---

[JBoss-user] [Beginners Corner] - Re: IIS Jboss

2004-10-14 Thread janilsal
Apache 1.3 or 2 are being used in production by many customers with Tomcat/JBoss. http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851495#3851495 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: integrating IIS with JBoss

2004-10-14 Thread janilsal
Just look for material to connect IIS and Tomcat.JBoss has Tomcat embedded inside. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3851496#3851496 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3851496

[JBoss-user] [HTTPD, Servlets JSP] - Re: new babie: starting embebbed tomcat

2004-09-30 Thread janilsal
What version of JBoss are you using? Did you place your war file in the deploy directory? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3849994#3849994 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3849994

[JBoss-user] [Installation Configuration] - Re: web-console is not loading

2004-09-15 Thread janilsal
Does ur browser run with a jre plugin? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848407#3848407 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848407 --- This

[JBoss-user] [Installation Configuration] - Re: Help: how to configure jBoss + Apache?

2004-09-15 Thread janilsal
http://www.jboss.org/wiki/Wiki.jsp?page=Tomcat View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848410#3848410 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848410 ---

[JBoss-user] [Clustering/JBoss] - Re: Beginners Clustering Qu

2004-09-15 Thread janilsal
Yes. It can do all the things you asked for. Look on the wiki for the relevant pages to get more inisight into the Jboss power. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848411#3848411 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: 2 node cluster

2004-09-15 Thread janilsal
Try with the latest code in CVS. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848412#3848412 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848412 --- This SF.Net

[JBoss-user] [Performance Tuning] - Re: Full GC !!! Good or bad ?

2004-09-15 Thread janilsal
By default, Sun's JVM runs on 64MB. Full GC is bad for performance. Try to use the latest JDK. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3848413#3848413 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3848413

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Hypersonic localDB.data file size limit

2004-09-12 Thread janilsal
Are you saying that you are running hsql as JMS store in production? In any case, JBoss recommends replacement of HSQL with a 3rd party stable database for production. We have included hsql as a small footprint database for testing purposes only. You should migrate to a different database.

[JBoss-user] [Performance Tuning] - Re: JBOSS 3.2.5 on Windows 2003

2004-09-09 Thread janilsal
Are there any errors when you see that JBoss instance is shutting down? Post some snippets of your logs to help us trace. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847747#3847747 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Configure JBoss/Jetty to use nsapi_redirect.so use SunOn

2004-09-09 Thread janilsal
Austin, just try to move to JBoss3.2.5 (embedded tomcat5.0.26). Use mod_jk1.2.6 related connector. These are the recommended versions. See if you can spend your efforts in achieving the upgrade rather than making older versions talk to each other. :-) View the original post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Upgrading Jetty

2004-09-09 Thread janilsal
Your web application should not be dependent on the web container. It should be a J2EE standard complaint web app. In that case, it does not matter whether you use Tomcat or other servlet containers. View the original post :

[JBoss-user] [Beginners Corner] - Re: Is Hypersonic good enough to deploy with a JBoss app?

2004-09-08 Thread janilsal
Hypersonic is a small footprint database that Jboss uses more from the perspective of testing stuff for like JMS. Have you looked at open source alternatives like PostgreSQL? Also IBM has released Cloudscape to Open Source via Apache. Eventually, JBoss may replace HSQL with another

[JBoss-user] [The Lizzard's corner] - Re: is there any folder like APP-INF(which in weblogic ) in

2004-09-08 Thread janilsal
What does this folder APP-INF contain? Are you by any chance referring to META-INF under the ear file? Tell us what the folder APP-INF does in Weblogic. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847612#3847612 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Isapi redirector

2004-09-03 Thread janilsal
mod_jk2 has a known Upload problems. Can you try with the mod_jk1.2.x versions of the connectors? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847198#3847198 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847198

[JBoss-user] [EJB/JBoss] - Re: debate - what is

2004-09-03 Thread janilsal
lib directory is for libraries that you want statically loaded across all apps in that configuration (all/Default etc). A good candidate is database drivers. Ofcourse you lose hot deployment capabilities. But if you have libraries that you want shared across all apps, you can place in lib.

[JBoss-user] [The Lizzard's corner] - Re: JBoss 4.0 Release Date

2004-09-03 Thread janilsal
Jim, hold your breath. Few more days for the final version. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3847227#3847227 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3847227

[JBoss-user] [Installation Configuration] - Re: How to turn off the DEBUG in jboss 3.2.5?

2004-09-01 Thread janilsal
look under /server/default/conf/log4j.xml for configuration View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846953#3846953 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846953

[JBoss-user] [JCA/JBoss] - Re: Class not found - am I missing something obvious?

2004-09-01 Thread janilsal
4.0 will be officially released this month. So its a safe assumption. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846954#3846954 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3846954

[JBoss-user] [EJB/JBoss] - Re: NoClassDefFoundError

2004-08-31 Thread janilsal
server/default/lib is the place to put jar files that are statically deployed in JBoss. NoClassDefFoundError happens usually for the following: a) your class A has been deployed to the server elsewhere and the server is finding a old version of it [This happens with Tomcat] b) You have

[JBoss-user] [EJB/JBoss] - Re: NoClassDefFoundError

2004-08-31 Thread janilsal
This error is annoying but sit back and try to think why it is showing this error. Then check all your libraries for the existence of the class file. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846813#3846813 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: javax.naming.InitialContext

2004-08-30 Thread janilsal
InitialContext should be part of your JDK. Are you using JDK1.4.2? Try using that. Also look at the following Wiki page for more info: http://www.jboss.org/wiki/Wiki.jsp?page=JBossNS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846682#3846682 Reply to

[JBoss-user] [JCA/JBoss] - Re: Problem with deployment of non-static *-ds.xml

2004-08-30 Thread janilsal
deploy/, myprotocol://sybase-ds.xml Don't add comma after sybase-ds.xml The only way to achieve this is having an external tomcat instance providing you with the ds file. The jboss-service file gets deployed right at the beginning. Your approach to do a

[JBoss-user] [JCA/JBoss] - Re: Problem with deployment of non-static *-ds.xml

2004-08-30 Thread janilsal
Raman, I want to add that you are trying to make things complicated. The easiest solution is to have a -ds file generated or placed in the deploy directory. If not, have a seperate webserver on the machine. View the original post :

[JBoss-user] [EJB/JBoss] - Re: JBoss 3.2.x EJB load balancing behaviour. Documentation

2004-08-30 Thread janilsal
Divakar, stateless session beans clustering works in a failover mode. Also upgrade to jboss3.2.5 (or soon to be released 3.2.6) to take advantage of major improvements in Clustering code. Have you added the element true to your EJBs in jboss-xml? View the original post :

[JBoss-user] [Persistence CMP/JBoss] - Re: CMP in jboss with informix

2004-08-24 Thread janilsal
You are running a pretty old version of JBoss. The current version is 3.2.5 which uses CMP2.0 Try upgrading to the current version. You are missing out on all the CMP bug fixes plus improvements in CMP2.0 by using JBoss 3.0.x View the original post :

[JBoss-user] [Installation Configuration] - Re: Help. JBoss problems on Mandrake Linux 9.2

2004-08-24 Thread janilsal
Dont set JBOSS_HOME in any of your environmental files. There is no need to set it. The run.sh script under jboss/bin will do it for you. Just run that script. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3846064#3846064 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: Deployment problem with JBOSS 3.2.5

2004-08-24 Thread janilsal
java.lang.NoClassDefFoundError in a web container means that it is finding a older version of the class. Look for the class under different jars in locations like /lib which the container picks up well before your web app is touched. View the original post :

[JBoss-user] [News Announcements] - Re: 4.0.0RC1 Release Available

2004-08-21 Thread janilsal
Come on. Dont talk of giving plans to use JBoss4. JBoss4 will be officially released on Sep 1, give or take a few days. We already have release candidates released. Anil JBoss Inc View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845820#3845820 Reply to

[JBoss-user] [News Announcements] - Re: 4.0.0RC1 Release Available

2004-08-21 Thread janilsal
Minor correction. Don't *give up* on plans to use JBoss4. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845821#3845821 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845821

[JBoss-user] [Beginners Corner] - Re: making http request from within a session bean

2004-08-19 Thread janilsal
Look at HttpClient module from Apache Jakarta Commons project. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845646#3845646 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845646

[JBoss-user] [Beginners Corner] - Re: Tutorial on J2EE using JBOSS, Eclipse and Lomboz.

2004-08-17 Thread janilsal
Vishal, have you looked at JBossIDE for eclipse? There is a tutorial that describes building a J2EE app with it. Maybe you can create one tutorial version for JBossIDE also. Anil View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845342#3845342 Reply to

[JBoss-user] [Installation Configuration] - Re: Newbie needs help

2004-08-16 Thread janilsal
properties-service.xml Key-value pairs placed in this xml will be sent as system properties for use by JBoss applications monitoring-service.xml If you want to write any monitors. remoting-service.xml Used by the rempting framework. user-service.xml Always empty. User defined MBeans can go

[JBoss-user] [Beginners Corner] - Re: developement suite for web apps running on jboss

2004-08-16 Thread janilsal
Look for JBossIDE on the Jboss Wiki. It has a nice tutorial and it will help you learn JBoss as well as use an IDE like Eclipse. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845272#3845272 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: share session between multiple web apps?

2004-08-15 Thread janilsal
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/host.html#Single%20Sign%20On Will do Single Sign On across Web Apps. But each webapp (war) has its own session. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845137#3845137 Reply to the post :

[JBoss-user] [EJB/JBoss] - Re: Remote Call on Java Stored Procedure

2004-08-11 Thread janilsal
Look under optional.jar or under the optional tasks on the Ant manual under your ant distribution. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844859#3844859 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844859

[JBoss-user] [Beginners Corner] - Re: lomboz xdoclet jboss

2004-08-07 Thread janilsal
Have you folks taken a look at JBossIDE? Its awesome! View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844491#3844491 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844491

[JBoss-user] [HTTPD, Servlets JSP] - Re: static context in jboss-3.2.5

2004-08-04 Thread janilsal
http://www.jboss.org/wiki/Wiki.jsp?page=ExternalDirectories JBoss provides a lot of answers to common questions via their official wiki. Please refer to the wiki first. The wiki is located at http://www.jboss.org/wiki View the original post :

[JBoss-user] [The Lizzard's corner] - Re: How to build from source jboss-4.0.0RC1-src

2004-08-04 Thread janilsal
Since it is a mac, you will use ./build.sh View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844114#3844114 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844114 --- This

[JBoss-user] [Installation Configuration] - Re: Jboss Debug Configuration on Eclipse

2004-07-29 Thread janilsal
http://www.jboss.org/wiki/Wiki.jsp?page=DebugtomcatjbossEclipse is a good reference. Doesn't answer your question though. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3843665#3843665 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: Port assignments -- necessary ? And if so then how to c

2004-07-28 Thread janilsal
You can run two instances of JBoss with the all configuration on a single machine with minimal config changes. JBoss provides the ServiceBindingManager facility to run multiple instances on the same box. http://www.jboss.org/wiki/Wiki.jsp?page=JBossHA lists many different articles on

[JBoss-user] [Installation Configuration] - Re: jboss-3.0.7_jakarta-tomcat-4.1.24 to jboss-3.2.5

2004-07-27 Thread janilsal
Starting JBoss 3.2.4 Tomcat4.x is not bundled with JBoss. Only TC5 is bundled with JBoss. Please look for /deploy/jbossweb-tomcat50.sar Tomcat development has ceased on the TC4.1.x branch. It is better for u to upgrade. View the original post :

[JBoss-user] [Beginners Corner] - Re: JBOSS without EJB

2004-07-19 Thread janilsal
JBoss is services based. You get EJB, Servlets etc as services. You can turn them off if you don't want them. When you start JBoss, you can access the jmx console at: http://localhost:8080/jmx-console The console will give you a good idea as to what services are deployed. View the original

[JBoss-user] [Beginners Corner] - Re: JBOSS without EJB

2004-07-19 Thread janilsal
You can invoke operations on JBoss services from external clients. Look into the admin guide (page 179) for an example. You will have to use the Detached Invoker framework. You can turn on/off services in the jboss-service.xml. But if there are any custom services that are deployed in

[JBoss-user] [Security JAAS/JBoss] - Re: With Scott Stark's example, still can't use request.isUs

2004-07-19 Thread janilsal
Scott is the CTO and has implemented majority of the security in JBoss. You should meet him in person to know how technically sound he is. :-) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842606#3842606 Reply to the post :

[JBoss-user] [Clustering/JBoss] - Re: jboss clustering of two nodes on different m/cs

2004-07-01 Thread janilsal
http://www.jboss.org/wiki/Wiki.jsp?page=HttpSessionReplicationonMacOS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3840630#3840630 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840630

[JBoss-user] [Clustering/JBoss] - Re: Session replication not working

2004-07-01 Thread janilsal
http://www.jboss.org/wiki/Wiki.jsp?page=HttpSessionReplicationonMacOS View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3840631#3840631 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840631

[JBoss-user] [Installation Configuration] - Re: test prod environments on same Jboss box

2004-06-29 Thread janilsal
Keep production seperate from unrelated installations. Dont' want to bring down prod by others. Maybe you can combine the test and demo instances into one. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3840368#3840368 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: Installation on Mandrake Linux

2004-06-29 Thread janilsal
JBoss uses Java. As long as you can figure out how to tweak the scripts, and able to run JBoss on the Mandrake box, it should not be a big thing. Try it out... View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3840370#3840370 Reply to the post :

[JBoss-user] [Installation Configuration] - Re: JBoss-3.2.5 Startup Failure

2004-06-29 Thread janilsal
If u change JDK to 1.4.x, does the behavior appear? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3840371#3840371 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840371

[JBoss-user] [HTTPD, Servlets JSP] - Re: Redirect from Apache to JBoss losing request/session inf

2004-06-29 Thread janilsal
As far as I remember, redirecting always creates new sessions and forwards retains the session/request info. Can't u use mod_jk as a connect b/w Apache and Jboss/Tomcat? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3840372#3840372 Reply to the post :

[JBoss-user] [HTTPD, Servlets JSP] - Re: How to integrate Apache and JBoss

2004-06-29 Thread janilsal
Apache can run as port 80 [need root privileges] Jboss can run on other ports. Apache---mod_jk2---Jboss View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3840373#3840373 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840373