Java Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
CIO Insight
Go Back   Dev Shed ForumsProgramming LanguagesJava Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
The Web Buyer's Guide is your best source for white papers on a wide range of IT products and services. This Week's Featured White Papers: Guide to Virtual Infrastructure Implementation by VMware
  #1  
Old July 12th, 2000, 05:01 AM
herou herou is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Location: germany
Posts: 119 herou User rank is Corporal (100 - 500 Reputation Level)herou User rank is Corporal (100 - 500 Reputation Level)herou User rank is Corporal (100 - 500 Reputation Level)herou User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 11 h 23 m 13 sec
Reputation Power: 12
I have successfully build jserv and I want it to be dynamically loaded by apache. But there is no mod_jserv.so generated!? How do I get Jserv into Apache now (without recompiling)?

Reply With Quote
  #2  
Old July 12th, 2000, 05:27 AM
freebsd
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
>>I have successfully build jserv

How can you tell?

>>But there is no mod_jserv.so generated!?

That means you screwed up somewhere.

>>How do I get Jserv into Apache now (without recompiling)?

You need to give more details and be specific about the procedures you have done.

Reply With Quote
  #3  
Old July 13th, 2000, 05:15 AM
herou herou is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2000
Location: germany
Posts: 119 herou User rank is Corporal (100 - 500 Reputation Level)herou User rank is Corporal (100 - 500 Reputation Level)herou User rank is Corporal (100 - 500 Reputation Level)herou User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 11 h 23 m 13 sec
Reputation Power: 12
First of all, thank you for help. Okay, let me be more specific: I am using Linux Mandrake 7.1 with sort of very optimized Apache 1.3.12 (they say so). First, I run ./configure --with-jsdk=/(...) and it does not give me any errors. But I wonder whether it finds the Apache installation dir - I am sort of new to Linux and actually I do not know how to identify the Apache installation dir. There are some files in /etc/httpd, but httpd is located in /usr/sbin. So maybe somebody can just tell me which files have to be created by a succesful Jserv-DSO installation. At the moment, there are 2 dirs created namely /docs and /lib. /lib only contains a .jar file. Should I re-install/compile Apache?

Reply With Quote
  #4  
Old July 13th, 2000, 05:01 PM
freebsd
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
>>which files have to be created by a succesful Jserv-DSO installation

At the very least, you need to have mod_jserv.so. But having it doesn't guarantee it will loaded properly or installed correctly.

>>I am using Linux Mandrake 7.1 with sort of very optimized Apache 1.3.12 (they say so).
>>Should I re-install/compile Apache?

RPM is good and easy to install but lacks of flexibility and custom-configuration. For programs like Apache and PHP, you almost certainly need to compile from source. The reason is that there is no way for RPM to know what options (too many) you want to configure/build. The minus side is that you have to compile from source all the ways for any apache-related, jserv in your case.

Since the whole process including jserv is kinda complicated. All I can offer is a sample of my jserv's Makefile options. You should

--prefix=/usr/local/jserv
--with-apxs=${LOCALBASE}/apache/sbin/apxs
--with-jdk-home=${LOCALBASE}/jdk1.1.8
--with-JSDK=${LOCALBASE}/share/java/classes/jsdk.jar
--with-java=${LOCALBASE}/jdk1.1.8/bin/java
--with-javac=${LOCALBASE}/bin/jikes
--with-javadoc=${LOCALBASE}/jdk1.1.8/bin/javadoc
--with-jar=${LOCALBASE}/jdk1.1.8/bin/jar
--with-logdir=/var/log/httpd/jserv
--enable-compressed-jar
--with-gnu-ld
--disable-debugging

${LOCALBASE} is /usr/local in this case

BE SURE to read the requirements for building jserv "README.build", this file can be found once you extracted ApacheJServ-1.x.

Be sure to check out -> http://www.devshed.com/Talk/Forums/Forum15/HTML/000020.html for apache's configuration.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesJava Help > Activating JSERV in Apache


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway