You may have a problem with the default browser (Galeon or Mozilla) not displaying the �console tree� on the left. In order to do this, you need to setup a Java Plugin on this browser.
From a command prompt, you need type in the following commands
mkdir ~/.mozilla/plugins
ln �s /opt/JDK-1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so ~/.mozilla/plugins
You then need to restart the browser.
Q9: I get the error message �The WebLogic Server did not start up properly |
You also see: This can mean either:
You should not run more than one copy of WebLogic on a workstation, and you are not allowed to run weblogic on charlie or sally. !! If you didn�t stop weblogic via the wlstop or the shutdown console option, you may need to remove a lock file. |
Q10: I want to run WebLogic at home |
There are 2 options
|
Q11: Running WebLogic at home on windows 2000 |
You will need to download WebLogic server 8.1 from BEA Because the files are rather large, it may be best to download with Broadband connections or to login to the ITD machines on level 2 (the open air lab with black Dell workstations with LCD screens). The ITD lab machines also have the advantage of having a CD burner built in J! The basic machine requirements to run WebLogic Server 8.1 are: Please install the WebLogic Server 8.1 with SP1 (*not* platform, as this file is over 450Mb large!). There are 2 modes of installing:
The Net Installer will download a 20Mb file. This installer will download components that you need. However, you need to be connected to the internet to run this installer. Once you have downloaded the installer, just execute it and follow the prompts. It is a good idea to install the samples (the default configuration will work just fine.) Just remember that the directory structure is different, mostly following the Windows conventions. In general, after you install weblogic server, you run the QuickStart to create a new domain configuration. This by default, creates a domain called "mydomain". The setup dialogs ask you to enter the name (default is "myserver"), listen address, listen port and the admin username and password. The default directory structure is: c:\bea\user_projects\domains\mydomain Note that it DOESN'T install the DefaultWebApp. (1) go back to QuickStart (2) Create/Extend Domain configuration (3) Extend an existing WebLogic configuration (4) Select mydomain in the filetree (hint: expand the domains folder to see this. Be careful, you *must* select it explicitly) (5) Select the DefaultWebApp configuration extension (6) *IMPORTANT STEP*: When you get to the "Create WebLogic Configuration" screen, choose the Configuration Applications Location by pressing the Browse button. By default, Weblogic on Windows places the DefaultWebApp in c:\bea\user_projects\applications\mydomain. (7) Instead, select (8) Note that in the console, instead of the domain being your faculty userid, it will display mydomain. |
Q12: Running WebLogic remotely (from the internet or other machines in UTS) |
Basically, you will need to use SSH to connect to a workstation, and then use a recent browser to access the WebLogic console. *CAUTION*: You need to CHECK that no one else is using WebLogic on the target workstation. Please use common sense and courtesy when you do this as someone may need the workstation for their lab or assignment work. Check the lab schedules on the start.it.uts.edu.au web site to ensure the room isn�t booked. Step1: Determine the name of the workstation. You should have a workstation that you are using in the labs. This is displayed on the login prompt and on the X-Console window. This looks something like: Step2: Check that the machine isn�t being used. The simplest method is to use a browser to see if WebLogic is running Step3: Use an SSH compliant client to access this machine. We highly recommend using: This is very much like Telnet, except it is encrypted. If the client asks you to accept a key, please do so. Step4: Use the session You should start multiple sessions with your SSH client. One should be used to start WebLogic (hint: wlstart). The other can be used for other purposes (eg: wlstop) Step5: Access WebLogic remotely via a browser Where ever the lecture/lab notes refer to localhost, replace this with the full internet name of your machine. For example, |
Q13: The WebLogic Server did not start up properly: Authentication denied |
I get the following message:
This occurs if you have corrupted the userid/password entry in your You can fix this by editing username=systempassword=password WebLogic will automagically update your #Sun Aug 10 15:51:40 EST 2003password={3DES}Xsy8MY0hgZDcoUoXe6Lv/Q\=\=username={3DES}1XDkCIg77y8\= |
Q14: Connect to Oracle database from homeQ15: Using other databases with WebLogic |
Unfortunately, the main Oracle database, dragon.it.uts.edu.au , is firewalled from the rest of the internet - this means that you can't run it from home. However, you can run any ODBC enabled database instead. Refer to the link called� �Microsoft Access example using JDBC-ODBC bridge� in the JDBC lab notes page In this case, your dbdriver is now If you followed the JDBC lab notes, and am using Connection Pools + Data Sources, your code should be portable by merely changing the data source details in WebLogic! |
Q16: I can't get the console tree showing up on my browser (I get this funny block symbol instead)Q17: Java applets don't work on Mozilla or Galeon on the Linux machines |
There is a known bug in the install of the Java JDK on the Linux machines. For most people, this has been fixed, but you might be the unlucky few with a problem. You need to setup a Java Plugin on Mozilla/Galeon. From a command prompt, you need type in the following commands mkdir ~/.mozilla/plugins You then need to restart the browser. |