----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Miriam --
Two items: (1) You might want to experiment with this upgrade plan
before trying it on a production machine. You could load Linux on a spare
computer and experiment there. That's what I'm doing (and I am also deploying
to SunOS). (2) You probably need to do a *LOT* more research and reading. See
specifics below.
At 08:55 AM 5/16/00 , you wrote:
>> Hello - [reposting this for lack of response]
>>
>> I'm planning on upgrading from Apache 1.3.6 and JServ 0.9.12 to Apache
>> 1.3.12 and JServ 1.1, on Solaris 5.6. Apache and JServ are NOT located in
>> the default /usr/local directory. If I use the following commands, will
>> it
>> touch configuration files? This server is a webserver and I can't mess
>> around with it, and want to keep downtime of the webservice minimal.
>>
>> 1. place JSDK2.0 directory into same place as apache. [Can anyone
>> confirm
>> or deny this to be correct? No install command or anything?]
You probaby do not need to run a "configure/make/make install" to
install the JSDK, but I would not put it into the same directory as apache.
When I installed the JSDK, I put it in /usr/local/jsdk2.0.
>>
>> 2. do nothing for JDK.. somewhere I read that JSDK2.0 already includes it?
Not necessarily. The JDK (at least not the one I'm using, which is
1.1.7) does NOT include the JSDK 2.0. At one time, Sun may have planned to
include the JSDK in later versions of the JDK. Sun's JDK 1.3 (just released)
may include it -- I don't know.
>>
>> 3. /path/to/new/apache_1.3.12/configure --prefix=/path/to/old/apache
>> --enable-rule=SHARED_CORE --enable-module=so
>>
>> make
>> make install
>>
>> 4. /path/to/new/ApacheJServ-1.1/configure --prefix=/path/to/old/jserv
>> --with-apxs=/path/to/apache/bin/apxs
>> --with-JSDK=/path/to/JSDK2.0/lib/jsdk.jar
>>
>> make
>> make install
>>
>>
>> I basically followed Garrison Roberts directions (thank you, if you read
>> this!!!!) since I have zero knowledge on apache.
The biggest problem that I experienced with installing Apache JServ
was
my limited knowledge of Apache. I underestimated how much I needed to know
about Apache. There are several books on Apache. See, for example, Peter
Wainwright, "Professional Apache." I do not know this book well enough to
recommend it. See the reviews at fatbrain.com and Amazon.com.
>> There's a few .sh under
>> the apache directory, and apache/conf contains plenty of config files that
>> have been modified. What will I need to do to preserve these?
You definitely want to backup httpd.conf and all .htaccess files.
Maybe
others, too: jserv.conf and jserv.properties.
Sincerely,
Paul Bain
www.I-ComIndustry.com
(703) 479-ICOM (-4266), ext. 100
(703) 479-0701 (fax)
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]