I'm using a bea weblogic module for apache to bridge the http traffic from apache to the app server. Currently, I have it configured to use the following virtual directory for the redirect:
<Location /weblogic>
SetHandler weblogic-handler
PathTrim /weblogic
</Location>
This works, however, I...
Just rename the /usr/jdk directory to /usr/jdk.old and create a new sym link to the java you want to use
# ln -s /usr/jdk1.4 java
then test to see that you are using the correct version:
# java -version
Hey Folks,
I'm trying to figure out what process or service is listening on this newly installed operating system on these ports:
*.8195 *.* 0 0 32768 0 LISTEN
*.8196 *.* 0 0 32768 0 LISTEN
*.8197...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.