![]() |
![]() ![]() ![]() ![]() ![]()
|
next newest topic | next oldest topic |
Author | Topic: mod_ose trouble |
Ivan Urosov (iva@kase.kz) unregistered |
![]() ![]() Hello! Can't rigth configure the access to Try to configure both, whith MTS configuration and without it, error not What the probably reason whith this trouble? WBR, IP: Logged |
Ravi,Oracle Support Core Tech (rreddy@in.oracle.com) unregistered |
![]() ![]() Please follow the procedure below for mod_ose configuration with oracle 8.1.7. This procedure tested on Sun Solaris and Windows NT. The same should work on other unix platforms also.
2. Invoke the sess_sh tool. 3. $ createwebservice -root /testRoot testService 7. $ chmod -R +rwx SCOTT /testRoot 8. Come out of the session shell. 9. Now invoke sql*plus and connect as sys user and run the DBMS_JAVA.grant_permission. On UNIX exec dbms_java.grant_permission('SCOTT','SYS:java.io.FilePermission','/tmp/test/test.txt','read'); On NT exec dbms_java.grant_permission('SCOTT','SYS:java.io.FilePermission','c:\test\test.txt','read'); http://machine.com:2020/test.txt This should return the test.txt on the browser. If it gives ant java exceptions please check import javax.servlet.*; public class Hello extends HttpServlet {
14. $ publishservlet -virtualpath /Hello /testRoot/contexts/testContext Hello SCOTT:Hello Mod_ose configuration: 17. In the tnsnames.ora file :
19. Invoke the session shell tool again. sess_ss -u sys/change_on_install -s jdbc:oracle:oci8@ 20. $ addendpoint -net8 -register testService testServiceNet8
# </IfModule> 21. Now restart the Apache web lisetener. and access the mod_ose using Apache web server port i.e port 80 or 7777. IP: Logged |
Serg Kolomoyets (sk@rvfb.donpac.ru) unregistered |
![]() ![]() I have tries it all. But it stop works after server reboot or oracle restart. It seems like I need to add some to configuration files : listener.ora, tnsnames.ora... but I don know what I have to add... if yo have any ideas, please help. Serg IP: Logged |
![]() ![]() |