Launching in Firefox and Opera

Opera (At least on MacOS, haven't tried Windows) will not open the itmss protocol. Any idea how to get Opera running with iTunes U and the PERL method?
Also, any info on when Firefox MacOS will be supported?
Thanks!
Chris

Perhaps you "trained" firefox the bad behavior (to
ignore). I think saving the default and chosing
cancel might have this effect.
Yes, you were right -- I'd trained it to ignore the
message. When
"network.protocol-handler.warn-external.itmss" is set
to "true", the exceedingly, unworkably long warning
message pops up and the site doesn't load. When you
set that value to false, it works just fine.
Here's how we handle the "exceedingly, unworkable long warning message". When a user attempts to login we "trap" firefox users and point them to a info page. The info page shows them the error dialog box and which buttons and checkboxes to press. We have a text link that brings up the error dialog box .. which simply is opening up itmss:// in a new window - no long messasge since it's not based on a long url. At the bottom of the page we have a "don't show me this page" checkbox which stores a cookie such that the next time the user attempts to login they won't be re-routed and immediately forwards them to the login page.
Seems to work well, but of course we just started so only time will tell. If you want to take a look see <http://www.hawaii.edu/itunesu/login/firefox.php>.
Kenwrick
Powermac G5    

Similar Messages

  • Ctrl+Shift do not shift between languages in Firefox and Opera browers

    Pressing Ctrl+Shift on the keyboard do not shift between languages when typing in Firefox and Opera browsers, but it works fine in Word and other applications. I have Windows XP SP3. My browsers are updated.

    Firefox has menu items that use the Shift and Ctrl modifier keys (e.g. Ctrl+Shift+Z = Redo) and those can interfere, especially when typing in a text area.
    You might have more luck with Alt and Shift instead.
    Try to assign different keyboard shortcuts to each of the installed languages instead of using a key sequence to cycle between installed language layouts.

  • Flash player does not properly install on Firefox and Opera.

    Requirement for flash player just randomly started popping up on Firefox and Opera. I used the adobe uninstaller to uninstall flash player, reset computer then install again, but the installer finishes then when the web browser pops up to confirm in says:
    Adobe Flash Player could not be installed.
    You can troubleshoot your installation with the following resources:
    Troubleshooting Windows Installation
    Flash Player Help and Support
    Shockwave flash isn't installed in plugins but videos do load. On this "Flash Player Help" the animation does not load but videos on youtube does load and work.
    Does anyone know a solution for this?
    Thanks
    Joseph Park

    Hi Joface333,
    Please do the following:
    Close all browsers and apps that may use Flash Player (e.g. instant messaging clients, Pandora and the like).
    Run the uninstaller posted at the bottom of the Download Adobe Flash Player 15 Beta for Desktops - Adobe Labs page
    Reboot the machine
    After logging back in, check the C:\Windows\System32\Macromed\Flash and C:\Windows\SysWow64\Macroemd\Flash directory.FlashInstall.log file should exist in both directories.  mms.cfg file should only exist in the 'syswow64' directory.  Depending on what other Adobe software, if any, you have installed there may be other CFG files and a FlashPlayerTrust directory.  If there are other Flash Player files listed, take a screen-shot and post them using the instructions previously provided.
    Run the installers posted to the bottom of this page, Installation problems | Flash Player | Windows
    If there are any errors, take a screen-shot of the error dialog and upload the screen-shot and the FlashInstall.log file from both 'system32' and 'syswow64' directories using the instructions previously provided.
    Maria

  • Movie freeze on site re-visit in Firefox and Opera

    Hi all,
    I'm very new to flash development. I've done a movie that is
    about 1.5MB in size. I created a pre-loader that just flips from
    frame 1 to 2 until the percentage complete is greater than 99%.
    On Internet Explorer 7 the movie works fine every time. If
    you've visited the site before the pre-loader is skipped and the
    movie starts from frame 3.
    With Firefox and Opera something strange happens. The first
    time you visit the site it all works perfectly. When you go back to
    the website without clearing the internet cache, the pre-loader
    doesn't work it just stops at a given percentage and then a pop-up
    says a script is causing flash 8 to run slowly.
    Does anyone know what causes this? I've seen posts that
    recommend putting a few extra frames in and adding a hi-res image
    to them to give the pre-loader something to do, but this doens't
    seem to work. It just increases the movie size!
    Any help what-so-ever would be very much appreciated.
    Thanks

    I found the cause of the problem. The server was compressing the swf file to reduce bandwidth and setting Content-Encoding: gzip. This means that Firefox and Opera receive the file but you have to right and click play to play the file or do a refresh. The solution is to change the server settings not to compress swf files. However I cannot understand why it should work in IE but not firefox or opera.

  • Flex does not auto load in Firefox and Opera but works in IE

    I am using the following wrapper for deploying my Flex application. It works fine when the files are local but when the files are deployed on the server, IE works fine but I only see a blank screen in firefox and opera. However if I right click and click play the application runs fine. I don't understand what I need to do to make the Flex application autorun in Firefox and Opera as it works on IE (on server and local) and all browsers (when local).
    I would be grateful for any help. I am wantonly including flashVars in both the object and embed tags to get it to be read in all browsers. The problem seems to be play="true" does not seems to be honored in Firefox and Opera when the flash in on a server but works when it is local. I have also tried accessing the flash directly without a HTML wrapper but the same problem happens only in firefox and opera but works in IE.
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
               id="DistributorWarehouse" width="100%" height="100%"
       codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
       <param name="movie" value="/public/DISTRIBUTORWAREHOUSE.SWF" />
       <param name="quality" value="high" />
       <param name="bgcolor" value="#869ca7" />
       <param name="allowScriptAccess" value="sameDomain" />
       <param name="flashVars" value="CustNo=0000000004&Distp=2&Distfl=4&Distsl=0020&vkorg=GDMI&vtweg=CM&empl=X"/>
       <embed src="/public/DISTRIBUTORWAREHOUSE.SWF" bgcolor="#869ca7"
        width="100%" height="100%" name="DistributorWarehouse" align="middle"
        play="true"
        loop="false"
        quality="high"
        flashVars="CustNo=0000000004&Distp=2&Distfl=4&Distsl=0020&vkorg=GDMI&vtweg=CM&empl=X"
        allowScriptAccess="sameDomain"
        type="application/x-shockwave-flash"
        pluginspage="http://www.adobe.com/go/getflashplayer">
       </embed>
    </object>

    I found the cause of the problem. The server was compressing the swf file to reduce bandwidth and setting Content-Encoding: gzip. This means that Firefox and Opera receive the file but you have to right and click play to play the file or do a refresh. The solution is to change the server settings not to compress swf files. However I cannot understand why it should work in IE but not firefox or opera.

  • Site Meter Issue on Safari, Firefox and Opera

    Hi -
    Sorry if this should actually be a OS X question, but since it's a browser issue I thought this might be the place.
    I have several blogs that have Site Meter on them. When I view the blogs, the Site Meter "bugs" do not appear. When I try to access Site Meter itself .. I get a blank page and the header states "www.sitemeter.com.gif 1x1 pixels." This happens on both Safari and Firefox. Opera just has a blank page.
    Is there some plug-in or software I might be missing? This has happened since I got my Mac Book back in February and I am just now getting frustrated having to go into my Windows machine to get the information.
    Any help or suggestions would be very much appreciated. I am available at [email protected] if anyone has any help they could offer.
    Thank You!

    HI,
    You didn't mention what type internet connection you are using. Cable... Ethernet/Airport ??
    If you have a cable modem from your ISP, disconnect it from it's power source for 5 minutes, reconnect, restart your Mac. See if that makes a difference.
    Obviously your network is ok or the iPhones and PC wouldn't be connecting. Has to be your internet connection itself.
    Try maintenance...
    From the Safari Menu Bar, click Safari / Empty Cache. When you are done with that...
    From the Safari Menu Bar, click Safari / Reset Safari. Select the top 5 buttons and click Reset.
    Go here for trouble shooting 3rd party plugins or input managers which might be causing the problem.
    http://support.apple.com/kb/TS1594
    Make sure Safari is running in 32-bit mode. Right or control click the Safari icon in the Applications folder, then click: Get Info In the Get Info window click the black disclosure triangle next to General so it faces down. Select 32 bit mode. Also, (in that same window) make sure Safari is NOT running in Rosetta.
    Download and install the 10.6.2 combo update available here. It's ok to do this even if you are already running 10.6.2 The update includes Safari plugin reliabiity that wasn't part of the original 10.6.2 update.
    http://support.apple.com/kb/DL959
    Carolyn

  • Why does 'Facebook Like Box' not show up in Safari (while it does on Chrome, IE, Firefox and Opera).

    I put a 'Facebook Like Box' on my homepage (social plugin implemented as iFrame). It is supposed to stream the events on my facebook page to my homepage. There is no problem visualizing it on other browsers (InternetExplorer, Firefox, Chrome and Opera) but Safari shows the page without any trace of the fb like box. I run Safari 6.0.2 and have the latest Java updates installed.
    Can anybody help me out with some explanation what and why this is happening and how I might correct this behavior??

    I had the same problem on my Iphone 5. It drove me crazy. I tried reinstalling ITunes and my apple mobile device driver, but nothing solved the problem. I was able to detect my iphone in windows if I went to control panel, then programs and features, found apple mobile device, right click, then click repair. This would allow windows explorer to detect my iphone, but I had to do this every time and it also drove me crazy, After trying everything I could think of, I decided to try and uninstall a program called expresso media. I am not sure where it even came from, but walla, once I uninstalled it my iphone shows up in explorer and iTunes just like it should. Simple but frustrating. Good luck,
                                                                                                                                 johnnyb

  • Adobe Flash Player crashes. My browser is Firefox and operating sysem is Windows Vista.

    Adobe Flash Player 11 crashes. My browser is Firefox and my operating system is Windows Vista.

    [Moved the discussion to Flash Player Forum]
    You might want to Run the Flash Player Uninstaller and remove flash player.
    For Windows : http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-windows.html
    Restart the machine.
    Download and Re-install Flash Player.
    Restart the browser and check.
    Check the same using an alternate browser like chrome and see if you get the same issue.

  • Firefox and opera freeze after update.

    Hi,
    I updated he system last night and since then neither of firefox, firefox nightly or opera will play and video. I tried Cnn and Youtube. Both cause the browsers to freeze totally. It's not KDE because I also tried under E17 and it happens there as well.  Anyone got any ideas?? 
    BTW, I run pacman Suy daily so it's some thing that was dropped into release yesterday.
    Thanks

    My system is completely up to date and I'm using x264-git and I still have this problem.  Any other ideas?
    Edit
    Updated kernel 2.6.28.3-1 today(02/02/09) and the problem just disappeared.  Strange.  Perhaps a kernel rebuild is what does the trick?
    Edit2:
    Nevermind.  Happening again.
    Edit3:
    Ok fixed it finally.  Turned out i was missing some sound modules in rc.conf.  Used hwdetect to get the appropriate ones.
    Last edited by flowheat (2009-02-05 12:30:10)

  • Footer starts just below header in Firefox and Opera

    Hi all,
    I have created a page: http://www.colombiareiser.no/ and finally the page looks like I would like it to look in Internet Explorer. But...the page look totally different  in Opera and Firefox. In those browsers the footer (grey area) seems to start just below my header, thus "ignoring" my main content.
    Anybody have any clue?
    Thanks in advance and best regards,
    Ivan

    Hi,
    If I understood you proposed solution correct it didn't solve my problem. I think adding another </div> would make 1 too much on my page.
    Looking further into this I have kind of identified the problem:
    1. My page consists of 2 sets of divs; 1 is floated to the left while the other is floated to the right.
    2. They are not filling all the space so there is like 10 px between them.
    3. The footer seems to sneak up between the 2 floated div sets even though they are wrapped with another div.
    Anybody know how I can solve this?
    Best regards,
    Ivan
    http://www.colombiareiser.no
    PS: My "unsexy" solution for this is to create a new div at the bottom of the page and then fill it with "*********************************" (and then maybe set colour to the same as the background). That keeps the footer in place.

  • Hanging on startup- Firefox and Chrome won't launch.

    My MacBook Pro is hanging on the startup screen with the Apple. 
    I am wondering what else I can try to resolve this.
    *It finally booted in Safe Mode- but the screen froze with only a Finder window open.
    *Restarted it normally and it finally booted. 
    *To get it to restart the next day- I had to boot in Safe Mode- it froze again- and then it booted normally.
    Other troubles: Safari is the only browser that will launch. Firefox and Chrome won't open, although the Apps are running, no window ever opens.
    Here's what I've tried:
    *reset PRAM
    *ran Disk Utility - repaired permissions, verified the disk- everything checked out ok- button to repair disc wasn't an option.
    I've noticed the boot time had been taking longer over the past couple of weeks... shutdown has been taking longer, too.
    Apple replaced the Logic Board on this machine in July.  Could my current problem be related?
    Thanks.

    The G5 is a PPC Mac. Chrome and Fx require an Intel (architecture) processor.
    Get TenFourFox
    http://www.floodgap.com/software/tenfourfox/
    There is also Camino
    http://caminobrowser.org/download/

  • Firefox and flash is a disgrace and destroying the internet

    I am finding that the internet is useless anymore because there are no browsers that work with flash. none. Not any. Not IE, not chrome, not firefox that pos. that used to hold so much promise and that I so loved to use.
    why after two decades can no one write a program that can browse the web, use flash, which is a requirement in most place, without crashing, without opening 28 shockwave processes that stop my computer from shutting down normally? That locks up and five seconds later says shockwave has stopped, and then has the balls to say, do you want me to ignore this message. goddam it yes I do! sorry folks. been using the net since there was a web and now its totally useless. My only comment would be don't waste my time with version numbers, uninstalls, upgrades and all the crap I grew up with windows, I understand "we are so stupid, jus re-install to fix it" That dog don't hunt I do all of that and know what I am doing. Plus, what exactly are the update notices for if when I say yes, the latest is not installed. already reistalled windows 7, firefox latest, adobe latest not able to downgrade either as that process does NOT work. I jus spent five hours on the web, hanging out on sites and getting tossed offf, locked up,, and astouned to look at the task manage and see two dozen flash processes all running I open firefox every time, to adobe. com, hoping for some reason tha would help. IT locks up on adobe's own site They suck as much as th browsers No, everything is new, updated, uninstled, restarted in safe mode. when i use safe mode and hit a page that want flash, its" fuck me time" with a dozen shockwave processes already started up.
    This is really serious. I know I am royally pissed and could be friendlier, but the internet is all about web browsers an adobe flash when it fails, what good id the web and when will this get taken seriously? its a bad as if suddenly cell phones started crashing ten times a day. We need these tools and we need them to work, no excuses. I can't even order car parts at the local stores because I don't have a browser that will not puke on their flash content. IE, CHrome, Firefox, and Opera all throw up when adobe is added or needed. I cannot contact adobe, they refuse to discuss it Are we all out here totally alone? the net is kind of important, what can folks do to make this work? I am no longer a programmer, but i do know that when I buy a product off the shelf, it works When I use this freeware that always had so much promise, it don't work and there is no one acountable to help me out.
    Time for someone to create a browser that works on the world wide web I'll pay $75 for one that works and one that if it hiccups, I can talk to someone and get it fixed. Remember that freeware built the net?? tha day is gone, freeware is destroying the net and I will pay for quality. its better than searching for help nd reading ll the smarmy comments about, "fix it yourself" or reinstall it, or down grade it or start it in safe mode, or get a better rabbits' foot I find this to be a critical problem and again want it known that those who are not smarte enough to deal with it, should be replaced by educated, paid programmers who are willing an able to make it work. I 'll pay. I don't think I am alone in that. The internet is dead without a web browser. My god, get the government involve, they could NOT screw it up more than the browser authors have done.. do we need a bombard adobe and knock them out of business, see to their demise? Help?????

    Hi John, Sorry you have such problems, but you are in the wrong place for such a discussion.
    <u>General Discussions </u>
    If you wish to leave a short comment on Firefox please use
    * https://input.mozilla.org/en-US/feedback
    If you need more help from Adobe or wish to comment on Flash please consider using their site
    * http://forums.adobe.com/community/flashplayer
    * http://www.adobe.com/uk/company/contact.html
    This forum is not the place for discussing other software or the internet in general. Note even Firefox development and enhancements is considered off topic on this forum. All we do is try to help fellow users with specific Firefox problems.
    <u>Your own Firefox Flash Problem ? </u>
    You need to remember that AdobeFlash is proprietary software licensed by a commercial Company. Some of that software may be free to use.
    Flash should work well with Google Chrome as it is tightly integrated with that browser.
    This forum may be able to help you with Flash Player problems when using Firefox, but any solution will require your assistance and help also.
    If you have a problem with Flash Player use on Firefox start by looking at these articles
    *[[Flash Plugin - Keep it up to date and troubleshoot problems]]
    * http://kb.mozillazine.org/Flash#Flash_Player_11.3_Protected_Mode_-_Windows
    * http://forums.adobe.com/thread/1018071#TemporaryWorkaround
    If you are looking for help with Flash use on Firefox from this forum please say so and I will leave this question thread open, otherwise I will lock the thread as off topic for this forum.

  • Preview fine in Safari but WAY OFF in Firefox, Flock, Opera....

    This is really frustrating me because I can't seem to get the pages to look the same in every browser.  I don't have IE (I have a Mac) so I have no idea what it looks like...  Please help if you can. 
    The page is located: http://www.promarevents.com/VA/work.html
    The css is located: http://www.promarevents.com/VA/va1.css
    Here are some screenshots of what is going on:
    Safari, this is how it should look...
    This is Opera.  The image is pushed down and the text runs off the layer.  The same exact thing is happening in Flock and Firefox....
    Flock having the same look.
    I tried changing the code so it looked good in Firefox and Opera, but then Safari was way off...  I received the files from a friend who wants me to make some "minor" changes but this is frying my brain!  Thanks!

    AlieneGirl,
    Not having looked closely into the CSS, it seems that something in the background has an excessive fixed width, and the VA logo with the gradient seems to be centred in it, whereas the box is locked to the right edge.
    If you use a sidebar and change its width, more and more of the VA logo becomes visible as the available width on screen is decreased.

  • What's up with this-QT file showing up in FFox and Opera and not in Safari

    I am using the latest version of Dreamweaver (Adobe) and have embedded a quicktime file on a page such that it successfully shows up (via DW preview in browser feature) and plays in FireFox (latest version) and Opera (latest version). It's not showing up, though, in Safari. When I look at the code in Safari, the entire coding for displaying the file has disappeared; when I look at the page code under the other browsers, though - it's right there (and hence displays the file properly).
    Ok - I give up. What is up here???!!

    Ok, here is the original code in the HTML for just the quicktime file that's embedded:
    <td colspan="2" align="center" valign="middle" bgcolor="#333333" height="576">
    <script type="text/javascript">
    ACAXRunContent( 'classid','clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B','codebase','http://www.apple.com/qtactivex/qtplugin.cab','name','Temple Ci\'um Film','width','640','height','496','src','TS CIUM WIP.mov','controller','true','autoplay','false','pluginspage','http://www.apple.com/QuickTime/download/' ); //end AC code
    </script><noscript><object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" name="Temple Ci'um Film" width="640" height="496">
    <param name="controller" value="true">
    <param name="autoplay" value="false">
    <param name="pluginspage" value="http://www.apple.com/QuickTime/download/">
    <embed src="TS CIUM WIP.mov" width="640" height="496" name="Temple Ci'um Film" controller="true" autoplay="false" pluginspage="http://www.apple.com/QuickTime/download/"></embed>
    </object>
    </noscript>
    </td>
    Here is the code I see when I PREview it in Safari using DW (where the file appears to have not been embedded at all):
    <td colspan="2" align="center" valign="middle" bgcolor="#333333" height="576">
    <script type="text/javascript">
    ACAXRunContent( 'classid','clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B','codebase','http://www.apple.com/qtactivex/qtplugin.cab','name','Temple Ci\'um Film','width','640','height','496','src','TS CIUM WIP.mov','controller','true','autoplay','false','pluginspage','http://www.apple.com/QuickTime/download/' ); //end AC code
    </script><noscript><object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" name="Temple Ci'um Film" width="640" height="496">
    <param name="controller" value="true">
    <param name="autoplay" value="false">
    <param name="pluginspage" value="http://www.apple.com/QuickTime/download/">
    <embed src="TS CIUM WIP.mov" width="640" height="496" name="Temple Ci'um Film" controller="true" autoplay="false" pluginspage="http://www.apple.com/QuickTime/download/"></embed>
    </object>
    </noscript>
    </td>
    So - what do you think happened here?
    Again, FireFox and Opera display the embedded file just fine.
    Message was edited by: Actually Human (wanted to make SURE I put in the Safari code that showed up in Safari - correctly).

  • Surfn oftn slo on Safari & dslextreme. Wary of trying Firefox or Opera.

    I've bn using safari, and myisp dslextreme.com, broadband not dialup.
    Usually often ok.
    But frequently slow and often very slow.
    And last week or so dslx startup screen has been blinkin and loopin, and they said not my fault cuz they are redesigning somethin.
    Their techguy sd Safari oftn doesn't mesh well with certain websites.
    He sd he has several Macs and is happier allso using other isp's like Firefox, and Opera.
    I thought I'd give it a try. But I am a b-b-bit reluctant and trepidatious.
    Just lookn for someone to reassure me.
    I see on this Apple discussion site some people complaining problemms with Firefox, so i guess it's not err free. I'mm happy with my old mac Mail applic, so not worried now about mail probs
    And if i do go onto firefox site, should i b e careful about wshich version to download to fit my old iBook g4? Or would it not let me download something that didn't fit?
    I couldn't see anyway to ask such questions, so i would be grateful for advice for this olgeezer.

    What version of OS X are you running? Your specs don't seem to include this.
    Why are you wary of trying one of these browsers? If you don't like it, you can go back to Safari.
    No software is perfect. Firefox has bugs. I'm sure Opera and Safari have bugs. One big advantage of using a non-Safari browser on a pre-Tiger system is that you will benefit from the latest security and bug fixes. On pre-Tiger systems, you cannot use the current version of Safari so you cannot benefit from the latest code.
    The latest version of Firefox, on the other hand, will certainly run on Panther. I'd have to check about earlier systems.
    You will probably be offered a suitable version of Firefox automatically. Just make sure it is for "Mac OS X" (and not Windows or Linux). If you want a language other than US English you may need to link to the page listing different language and OS options. In that case, just be sure to choose the Mac OS X one. The download should be a disk image. If it does not mount automatically, double-click to mount it and drag the application to your Applications folder.
    I have the latest version of Safari but I've never so much as opened it. Firefox is my default browser. Sometimes it doesn't work. Sometimes it annoys me. Overall, I like it far better than the other browsers I've tried.
    Of course, YMMV.
    If you could say which version of OS X you are using and a bit more about the nature of your concerns, it will be possible to address your situation more specifically. You won't lose anything by downloading either of these browsers, though. As I say, you don't like it? Trash it and go back to Safari. Simple as that.
    - cfr

Maybe you are looking for

  • Can I run Adobe CC on a convertible tablet and laptop?

    I am thinking of buying the 'HP Envy x2 ' convertible tablet and laptop. The processor is Intel Core M, 4 GB Ram, and 500 GB hard drive. I want to make animations in after effects, use photoshop and illustrator and play the films I make on the 15.6"

  • Reloading applet in opera throws NullPointerException in SunGraphics2D

    i have an Applet, which checks for Sun JVM. If MS JVM, it aborts. If Sun JVM, it starts new JApplet. Everything is working fine, until i tried to reload the html page with the applet tag in it. On MS IE, it is working. The Applet is stopped and then

  • Link PDF in Data Manager

    Hi, Do one of you know if it is necessary to installe Adobe Acrobat to be able to link a PDF document to the PDF table in Data Manager? Kind regards Jonna

  • Inter portlet comminication ?

    Hi Does anyone know how to establish communication between two (pageflow) portlets ? Of course you can use session. But I'd like to use custom events instead. Or any other way that is considered "right". The docs says nothing about how you fire these

  • JDBC/JSP/MySQL Code works from my local machine, but not on server

    Hi there! I've been struggling with this problem for a while. I have a database from which I need to read and display some data on a browser. (The database is set up for remote access). I'm using the following JSP/JDBC code to do that. Class.forName