On Mon, 26 Mar 2001, Ryan Lau wrote:
> Hi,
>
> I just install the JBoss to my Linux server. However I have a set of questions,
>did anyone give me some information?
> First of all, I give you the configuration of my server.
> 1. Linux 6.2 Server
> 2. ApacheSSL 1.3.12
> 3. JBoss
> 4. JDK 1.3
> 5. Tomcat 1.2 (Embedded Tomcat)
> 6. Oracle 8i
>
> Question 1.
> How can I configure the JBoss server to become a Background Process?
I made a rudimentary jboss script for the init systems. All this does is
cd to the jboss bin directory and run run.sh as a specific user (via `su
jbossuser -c ./run.sh` or similiar). The only other thing is to redirect
the output and use & to background it. calling via 'nohup' would be
another option. If you would like this script, email me personally and
I'll forward it to you. It is very rudimentary and the 'stop' action
doesn't work yet.
>
> Question 2.
> How can I configure the Embedded Tomcat that can run JSP under Apache default Port
>80 instead of 8080?
I think you probably just want to set up Tomcat's mod_jk so that apache
listens at 80 and forward JSP requess to Tomcat? If not, I believe (I'm
not a tomcat expert) that you can just change this in tomcat's server.xml.
>
> Question 3.
> Did JBoss support SSL? Did Embedded Tomcat support SSL?
> Since I have install apacheSSL before JBoss and Tomcat installation, I don't want to
>recompile the Apache, is any other way to do so?
Again, if you set up mod_jk, ApacheSSL will accept https on port 443 and
can forward. Since you're running embedded tomcat, there's no network
between your JSPs and your EJBs, so there's no need there.
>
> Question 4.
> Can I deploy Jboss/Tomcat freely either in Commerical or Personal use?
It's both Free and free 8^})
>
> It is quite urgent. I am hearing for your good news? Many Many Thanks.
>
> Regards,
> Ryan
>
>
>
> *** E-mail Disclaimer ***
> The information contained in this e-mail is confidential and is intended solely for
>the addressee. If you are not the intended recipient, please notify the sender
>immediately and delete this e-mail from your system. Any unauthorised use,
>disclosure, copying, printing, forwarding or dissemination of any part of this
>information is prohibited. MTR Corporation Limited does not accept responsibility
>for the content of any e-mail transmitted by its staff for any reason other than bona
>fide business purposes. Any information that is not transmitted via secure,
>tamper-proof technology should not be relied upon, unless advised or agreed otherwise
>in writing by an authorised representative of the Corporation.
> *** End of Disclaimer ***
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>
--
Dan Christopherson (danch)
nVisia Technical Architect (www.nvisia.com)
Opinions expressed are mine and do not neccessarily reflect any
position or opinion of nVISIA.
---------------------------------------------------------------------------
If you're a capitalist and you have the best goods and they're
free, you don't have to proselytize, you just have to wait.
-Eben Moglen
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user