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 "C:/JRun4/lib/wsconfig/1/mod_jrun.so"
<IfModule mod_jrun.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Ignoresuffixmap false
JRunConfig Serverstore "C:/JRun4/lib/wsconfig/1/jrunserver.store"
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...
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 "C:/JRun4/lib/wsconfig/1/mod_jrun.so"
<IfModule mod_jrun.c>
JRunConfig Verbose false
JRunConfig Apialloc false
JRunConfig Ssl false
JRunConfig Ignoresuffixmap false
JRunConfig Serverstore "C:/JRun4/lib/wsconfig/1/jrunserver.store"
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...