Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HELP With Java on Apache 1.3

Status
Not open for further replies.

clubby

Technical User
Aug 15, 2002
8
AU
Hi Guys

I was wondering if some one can help me setup my web server to recognise JAVA.

I am using WINNT4.0, Apache 1.3 Web Server.
And we are using Dreamweaver MX...

I have installed Jrun 4.0 on my web server except it will still not recognise JSP and it will always open the JSP page with dreamweaver...

I have added the following in my http.conf file too.


</IfModule>
# JRun Settings
LoadModule jrun_module &quot;C:/JRun4/lib/wsconfig/1/mod_jrun.so&quot;
<IfModule mod_jrun.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Ignoresuffixmap false
JRunConfig Serverstore &quot;C:/JRun4/lib/wsconfig/1/jrunserver.store&quot;
JRunConfig Bootstrap 127.0.0.1:51000
#JRunConfig Errorurl <optionally redirect to this URL on errors>
AddHandler jrun-handler .jsp .jws
</IfModule>


Can some PLEASE help or direct me where I can find some instruction step by step to help me get Java running..

My goal is to create a JSP page that connects to an Oracle database. I have successful done that but getting the JSP to display in the browser is my biggest problem....


I really appreciate you help....
Thanks in advanced...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top