Moving a web site from tomcat to IIS or apache

Hi,
I am writing a web application using the jakarta-tomcat-3.2.3 web server. I am using the servlets, jsp and the web.xml file.
Now I want to put the site in a hosting company in order to connect the site to the world. The hosting companies use IIS web server or apache server. Will they know to work with my application? will they know to read the web.xml file?
In case I install my application on another web server do I just move my folder as it is to the other web server?
Thanks
Eli

I don't know about IIS, but with Apache you have to have Tomcat installed aswell.
Tomcat is Apache's Servlet server.
You best bet is to ask each hosting company if they support Servlets, if they do then just plonk the .war in the www root, and it should work, unless your hosting company tells you otherwise.
Mike

Similar Messages

  • Moving Published web sites from old mac to new mac

    I published a web site using iweb on my previous computer and would like to be able to make updates to it using my new mac. How do I transfer the sites from my old mac to my new mac?

    Simply copy and paste the file. iWeb by default uses the following file:
    /Users/Username/Library/Application Support/iWeb/Domain.sites
    If viewing thru the Finder, you won't see the extension. Also, it is not imperative that you keep the file in that location. Move it to where you want, then double-click it to launch iWeb. It will then know where you are keeping it and automatically open that file in that location when you launch iWeb the next time.
    Beavis2084

  • What are the steps to Migrate a Web Service from Tomcat to JBoss

    Hi,
    I am totally new to JBoss and need some help. I mostly worked on BEA and Oracle. I have a web service deployed on Tomcat that needs to be now migrated to JBoss. What are the steps in moving a web service from Tomcat to JBoss.
    Is there some step by step tutorial on developing and deploying a web service on JBoss along with sample build script.
    Any help is really appreciated.
    Thanks

    R u using axis. If you want to stick with axis and don't want to use JBossWS there is nothing else you need to do. Move all the axis to Jboss. If you plan to reimplement all ur services in JBossWS here it is:
    http://jbws.dyndns.org/mediawiki/index.php?title=Quick_Start
    http://jbws.dyndns.org/mediawiki/index.php?title=User_Guide
    Let me know if you need anything else.

  • How do you remove a web site from popular list?

    How do you remove a web site from popular list?

    luckyfromhialeah wrote:
    How do you remove a web site from popular list?
    If you mean from the Safari menubar item "Popular"
    Choose "Show All Bookmarks" from the Bookmark menu in the main menubar, or click the icon for that in Safari's menubar -
    The page that opens should show a list of Bookmarks. In the Left column, click the item under Collections named Bookmarks Bar.
    In the new view, locate the folder named Popular and click the reveal triagle to the left of its name - it will open and reveal all the items listed in Popular.
    Find the one you want to remove, click it once to select it, then press the Delete key on the keyboard.

  • Is it possible to add and view your key words when creating a web site from Lightroom 4?

    Is it possible to add and view your key words when creating a web site from Lightroom 4?

    Hi,
    I had the same problem with
    "java.lang.NullPointerException at com.sap.tc.webdynpro.clientimpl.html.uielib.standard.uradapter.ViewContainerUIElementAdapter.getContent(ViewContainerUIElementAdapter.java:98)"
    when I included ViewUsages dynamically in an action handler (outside wdDoInit()).
    The code below fixed that problem.
    This code creates a new OutboundPlug for the embedding view with the embedded view as target and fires the plug.
    <i>// Create OutboundPlug
    IWDOutboundPlugInfo outboundPlug = embedderViewInfo.createOutboundPlug();
    //Create navigation link
    rootViewUsage.createNavigationTarget(outboundPlug.getName(), interfaceViewUsage, "Default");
    // fire navigation link
    wdThis.wdGetAPI().firePlug(outboundPlug, Collections.EMPTY_MAP);
    </i>
    I hope I could help you. Probably you don't need the information anymore, but perhaps anybody else has the same problem.
    Regards, Alex

  • Is it possible to remove a web site from Safari's list of fraudulent sites?

    Is it possible to remove a web site from Safari's list of fraudulent sites?
    Thanks in advance,
    Behi

    Are you trying to access a blacklisted site? You can uncheck "Warn when visiting a fraudulent website" in Safari>Preferences>Security. I would not recommend that for obvious reasons.

  • Upload JSP web site to Tomcat web server

    Hi,
    I have created a JSP web Application in my localhost. Here as my web/Application server I used Sun java system Application server.
    Now The site is ready to upload to its remote location.
    Since this is my first attempt to JSP web site I have ask some help from you guys.
    Now the problem is on our remote server we have Apache Tomcat/5.5.17
    Is it a possible to Put our local site there at tomcat.
    Then How can I do that.?
    Thanks!

    Hello,
    VSTO doesn't provide anything for this. Instead, I'd suggest asking web site related questions at
    http://forums.asp.net/ . There you will get the most qualified feedback.

  • Remotely create sites from a non IIS server

    Hi! 
    I'm creating some scripts to create websites to different web servers, but I'm standing in a non IIS server. So, I wanted to install the powershell snap-in for IIS administration, but I read that from Windows R2 it's a module, and can only be accessed from
    an IIS server. 
    So, my question goes to, if I can't install the snap-in anymore because I'm working with R2 servers, can I create some local script that creates all my sites, and then just invoke it from my non IIS server? Or that is not going to work?
    Thanks!

    Hello.
    You can install windows features (windows server 2008) using this:
    Import-Module ServerManager
    Get-WindowsFeature
    Add-WindowsFeature FeatureName
    Unfortunately IIS cmdlets don't have -ComputerName parameter and you cannot manage a remote server.
    In powershell 3 you can use remote modules (remooting should be enabled on the remote server - see
    man about_Remote_Requirements):
    $servername="Server1"
    $session=New-PSSession -ComputerName $servername -Credential (Get-Credential -Message "Enter your credential to access $servername")
    Import-Module WebAdministration -PSSession $session
    get-website # will be ran on remote server
    Good luck)

  • Solaris 10 11/06 - Cannot access external web sites from server

    Hi,
    I am relatively new with Solaris so I hope this is something simple. I just installed Solaris 10 11/06 with the `Secure By Default` option.
    From the command line I can use dig and nslookup to resolve external web sites fine, but if I try to use the update conection manager (desktop), mozilla browser (desktop), or pkg-get (command line) it fails to resolve the external sites. I have a valid resolv.conf file and I have named installed and running.
    It is on a LAN with other servers that have no problems with external access. I am running as root in all instances, so is there some permissions issue I am missing with this install/release?
    I don't want to open up the install more than I have to.
    Thanks,

    Hi again,
    I figured it out. The nsswitch.conf file was not referencing dns as part of the `hosts` and ipnodes` resolution methods. Once I added this and restarted named it worked.
    group: files
    hosts: files dns
    ipnodes: files dns
    networks: files
    -----------------------

  • How do I prevent web sites from identifying me?

    Various web sites seem to know who I am and where I'm from.  Amazon evens emails me with suggestions based on my searches.  I need to improve my privacy. 

    There are so many levels of 'privacy', its hard to say where to begin.
    Amazon probably emails you because at some point you made a purchase there and opted in to receive emails from them. If you use a search toolbar or plugin of some type offered by Amazon, this is where they'd get the information about what you've been searching for aside from what you've done on Amazon itself.
    As for websites knowing something about where you live, this is based on your IP address. This is something you simply can not hide if you wish to access websites on the internet. Its a bit like being able to figure out where you live based on your phone number.
    You can do things like being cautious about how you use your email and what you allow websites to do with your information when you order from them, and you can delete cookies which help websites track you, but don't expect you can ever be perfectly anonymous and unidentifiable on the internet.

  • Editing web site from different computers

    I'm working on a web site for a journalism class with another mac user. She registered for the 60 day .mac trial. How do I open up the web site on my computer so we can both edit it??? thanks!

    Take a look at Apnewbie's helps for editing iWeb sites from more that one computer:
    http://web.mac.com/mark8heaton/iWeb/SameSiteOn2Macs/Site%20Dexterity.html
    The trick, in your case, however, is that you can't both work on it at the same time. You will have to send a thumb drive (or a CD or something) back and forth.

  • Auto load of a web site from a word prosser

    before the upgrade I used to put a web site in word perfect and then hit return at the end. this would turn the link purple. From then on I would left click on the purple line and fire fox would open or add a new tab wjth this site. (saving me time and typing with one finger) after the update of fire fox this feature does not work. How or were do I turn feature on again???? Thanks Milton

    before the upgrade I used to put a web site in word perfect and then hit return at the end. this would turn the link purple. From then on I would left click on the purple line and fire fox would open or add a new tab wjth this site. (saving me time and typing with one finger) after the update of fire fox this feature does not work. How or were do I turn feature on again???? Thanks Milton

  • Two web sites from one computer to .mac

    I'm trying to publish two web sites on .mac. I have two accounts, so that's not a problem. The problem is trying to get the original files and copies of both web sites to another user on my iMac. I can't locate my files. I've gone to the users/library//application support/iweb, but my files aren't there at all? iWeb works just fine, I just can't locate them. If I find them how would I get them to another user, so that I can publish the second web site to .mac. I know I have to log into another account on the same machine. I get the grasp of it all, I just can't do it. Thanks anyone.
    donald

    If you can launch a site in iWeb by opening the application, then you must have a domain file in Home Folder/Library/Application Support/iWeb.
    Are you sure you are looking in the library in your Home Folder and not the System Library?
    When you find the file you can copy it to the shared folder but make sure you give the other user read & write permission.
    You don't need to have two .Mac accounts or a second user account to have multiple sites.
    You can have each website on a separate domain file or use the freeware application iWebsites to manage them.
    For more information go to....
    http://iwebfaq.org/site/iWebMultiplewebsites.html

  • I need to open a column of web sites from a spreadsheet at one time. How can I do this?

    I have a spreadsheet of web sites. I am looking for a way to open them in Firefox. I want to open 15-30 of them at a time to see what is English and what is safe for work.

    Does your spreadsheet software show the URLs as live links? In that case, if Firefox is your default browser, you could click the links individually to load each site.
    You also could try saving the spreadsheet as HTML and opening it in Firefox to ease that process a bit.
    (Automating the process probably will take longer than doing it manually...)

  • Has ANYONE created a web site from scratch with iweb 08 that is stable?

    I have tried all the tricks i have been able to find to convert my old iweb 1.2 site to the new iweb08 software. I have tried deleting plist files, and changing the themes and re-saving. I am about to give up, and have two options
    1. recreate the ENTIRE site from scratch. I am happy to do this, so long as there are people who have done it and their site domain files remain stable.
    or
    2. Go back to iweb 1.2 and save myself hassle.
    Can anyone advise on this?
    To apple : You have treated me like a sucker customer. I love you, but you have spat in my face with this terrible software. it destroys everything it touches. Shame on you for treating us all with disdain.

    Hi damoyoungsf,
    I have managed to recreate my website (www.vnlc.org is the domain name, www.studentgroups.ucla.edu/vnlc is the real address) and fixed the bugs as of yesterday, it took around 6 hours of fiddling but worth it for the new features. I used the watercolor theme, and you can visit the webpage to test its stability. The problems I encountered were:
    1. Blog/Podcast pages didn't convert correctly, the yellow/blue band is missing and the picture frames were missing also, also some of the events had incorrect formatting.
    a. Fix: You're going to have to recreate these pages, when a page has errors after a program update like this, its better to recreate the page again rather than keep stumbling with further little bugs that might pop up in the future.
    2. Links to pages with titles that include the symbols : and - and foreign characters do not work.
    a. I think this is a major area in which iweb08 digressed because I used to be able to use foreign and special characters in my links, but now I can't because it would not link appropriately.
    Every other page seemed to work well, or had minor problem like incorrect font colors which can be remedied without recreating the whole page. I did not have the photo page problems that some other people had, my photo pages rendered perfectly and now has nice new features.
    As a final word, iWeb'08 or rather the whole iLife'08 suite seems to be Beta status just like when Mac OS X first came out. Apple likes throwing at us these problematic new software and wait for the bugs to crop up to fix it. After I first got iWeb'08, I knew it would have major problems but I am hoping further updates would remedy our woes.

Maybe you are looking for

  • How to change Analyzer user password with Administration API?

    Hi,<BR>I would like to change Analyzer user password with Administration API. Can someone post some sample commands to do the task?<BR><BR>I would just like to write an application to change end user's Analyzer password.<BR>As I see I would need to d

  • How to pass a value to a variable at the time of scenario execution

    Hi All, I need to develop a ODI scenario, wiht below requriments. I have to move data from flat file to Target DB. flat file name is not consistent, we have to pass file name at the time of scenario excution. Could any of help me how to build this OD

  • How do i find my photos in icloud

    My cell was recently stolen and I am trying to find my photos in iCloud but can't seem to find them? How can I pull them up in iCloud? I have an iPad and another cell linked on this account as well and those photos don't show up either. Thanks!!

  • Regarding TEXT display in ME21n transaction

    hi, in ME21n tansaction, m getting TEXT ( Explanatory text for line item ) for some purchase order documents n not getting TEXT for some purch. order doc's. For this text Exit "MBCF0002" WAS USED. plz let me know wht to do.

  • WLSE with WDS

    Hi, I've 2 units of WLSE, performing redundancy, and 2 WDS configured. In the WDS, at the WNM config, I've enter the virtual IP of the WLSE, but it give a message of "NOT AUTHENTICATED".. May I know why is that?? Thanks.