Configure Ultra for Web doc retrieval


 
Thread Tools Search this Thread
Operating Systems Solaris Configure Ultra for Web doc retrieval
# 1  
Old 08-17-2004
Configure Ultra for Web doc retrieval

I have an ultra 10 - running solaris 9 that I installed a few weeks ago...

I am not sure how to phrase this but basically I have some html doc's that I store on the ultra but I want people to be able to access from their windows workstation on our lan...

How can I do this?
If you could help start me off that would be great - I am not sure if I need to use/configure tomcat or apache or whats the best approach?
# 2  
Old 08-18-2004
I you only want the users to be able to read the documents the easiest solution would be to install a webserver lets say apache on the sun box.

You can download apache from www.sunfreeware.com in solaris pkg format. (to install pkg files use the pkgadd command))

then just place the files in the htdocs directory

/Peter
# 3  
Old 08-18-2004
exactly - I only want them to be able to read from the box...

I will give that a go - thanks for help - I was not sure where to begin.
# 4  
Old 08-18-2004
No problems..
If you are having additional questions regardning this matter just ask and we will do our best to reply Smilie

Good luck

/Peter
# 5  
Old 08-19-2004
HELP!!


I got all of the necessary packages (I think) - these are what I got and installed:
apache-1.3.27.tar
mod_ssl-2.8.12-1.3.27.tar
openssl-0.9.6i.tar
gcc_small-3.4.1-sol9-sparc-local


But when I 'cd mod_ssl-2.8.13-1.3.27' and I run configure I get an error as below - any help is appreciated:

Configuring mod_ssl/2.8.12 for Apache/1.3.27
+ Apache location: ../apache_1.3.27 (Version 1.3.27)
+ OpenSSL location: ../openssl-0.9.6i
+ Auxiliary patch tool: ./etc/patch/patch (local)
./configure:Error: Building of 'patch' tool failed:
-------------------------------------------------
checking for fcntl.h... (cached) yes
checking for rename... (cached) yes
checking for pathconf... (cached) yes
checking for strerror... (cached) yes
checking for long file names... (cached) yes
creating ./config.status
creating Makefile
creating config.h
config.h is unchanged
./configure: make: not found
-------------------------------------------------
Hint: Either try to build 'patch' under etc/patch/
Hint: manually and re-run this 'configure' script
Hint: or provide us the path to your vendor 'patch'
Hint: program via the --with-patch=FILE option (but
Hint: expect perhaps failures when applying patches!)
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

MySQL bulk retrieval of database through html form

Have to delete this long post. Seems nobody would spent time on it. (0 Replies)
Discussion started by: yifangt
0 Replies

2. Emergency UNIX and Linux Support

Configure SFTP client to use web/internet prox

I am writing a shell script which needs to connect to a remote internet ftp site over sftp. The problem is that the Red Hat Linux system on which the script will be executed resides behind a web/internet proxy. How can the standard sftp client which is bundled with Red Hat Linux distributions be... (2 Replies)
Discussion started by: toobrown1
2 Replies

3. UNIX and Linux Applications

Free-text retrieval utility

Can anyone recommend an free-text retrieval utility? Open source or free preferred. Any views on say IQ-text? (0 Replies)
Discussion started by: MJDRM
0 Replies

4. SCO

configure Adaptec 29320ALP Ultra 320 SCSI Card in IBM X3400

I am installing SCO UNIX 5.0.6 in X3400, every thing are install except Adaptec 29320ALP Card (Attached DAT Drive) because their driver are available in btld formate Fllopy DISk and SCO Unix 5.0.6 not support USB Floppy, Can anybody inform us any other method to installed the Adaptec Ultra 120... (3 Replies)
Discussion started by: hafizurr
3 Replies

5. Solaris

Configure apache web server for coldfusionmx7

Hi, I have been trying to configure apache web server for coldfusion mx7 on solaris 5.8 using the command: ./wsconfig -server coldfusion -ws apache -dir /usr/local/apache/conf -bin /usr/local/apache/bin/httpd -script /usr/local/apache/bin/apachectl -coldfusion Then it prompted me: Apache... (1 Reply)
Discussion started by: sagolo
1 Replies

6. Shell Programming and Scripting

Array Retrieval Formatting

I have a shell script (Solaris v8 ksh) loading an array from a flat file. An exaple of that flat file is below. It contains white-spaces, and carrage returns. When I try to load the first line as a variable, it (the variable) shows up as the first field not the first line. How do you arrange an... (9 Replies)
Discussion started by: gozer13
9 Replies

7. UNIX for Dummies Questions & Answers

Retrieval of deleted files

We have a situation in a large dept of programmers where critical accounting data files were deleted. Is there any way in UNIX to trace deletions and or possibly retrieve the deleted file? (14 Replies)
Discussion started by: cgardiner
14 Replies
Login or Register to Ask a Question