Set up Mac as Web Server

Hello. I would like to use my Mac as a test server for people outside of my network. Can I do this using FTP Access and Personal Web Sharing, or do I need to install Apache or some other web hosting software? It appears people have to be on my local network to use FTP Access and Personal Web Sharing.

That's an entirely different issue, and one not related to your Mac.
In order to allow others to access your computer, you must has a route to it from the Internet. How you set that up will depend on how you are connecting. Do you have a static IP from your service provider, or a dynamic one? Are you connected directly, or behind a router/firewall?
A typical home setup might have a broadband connection that comes to a router that acts as a DHCP server, switch, and firewall for the local LAN. It will provide local IP addresses from a pool and configure them to route through the router to the Internet. In that scenario, you would need to turn on Network Address Translation (NAT) on the router, and configure a static IP address for your Mac. Then, you need to enter a port forwarding rule on the router to forward requests from the WAN (Internet) to the target machine. Once that's done, you need only point browsers to the WAN-facing IP address of the router and traffic will route to the specific IP address on your LAN. If you want to be able to address you computer by name, rather than IP address, you would also need to register a domain name and maybe use a service like dyndns.org (for dyanmically assigned WAN addresses).
How you do all that, precisely, is a matter for you and the documentation for your particular brand of router to work out. From the standpoint of your Mac, you're pretty much finished.

Similar Messages

  • Mac as web server

    I am trying to set up a web site for my students using my computer. According to my Missing Manual it should be as easy as turning on web serving and providing my computer address. This isn't happening, so I've missed something! When testing the address a 'Server is not responding' message appears. I have a broad band connection to my AirPort Express. Can anyone help?
    Thanks

    If the Express is acting as the router, you have to tell it to forward the port to your machine (port mapping).
    From Airport Utility help:
    Directing network traffic to a specific computer on your network
    To ensure that requests are properly routed to your web, AppleShare, or FTP server, or a specific computer on your network, you need to establish a permanent IP address for the server or computer, and provide “inbound port mapping” information to the AirPort Base Station or Time Capsule.
    To set up inbound port mapping:
    Open AirPort Utility, located in the Utilities folder in the Applications folder on a computer using Mac OS X, and in Start > All Programs > AirPort on a computer using Windows.
    Select the device you’re setting up, and then click Manual Setup. Enter the password if necessary.
    Click Advanced in the toolbar, and then click Port Mapping.
    Click the Add button and choose a service from the Service pop-up menu (for example, Personal File Sharing).
    Enter the IP address of the server in the Private IP Address field.
    To use port mapping, you must configure TCP/IP manually on the computer that is running the web, AppleShare, or FTP server.
    For more information about port mapping, see the document “Designing AirPort Networks Using AirPort Utility,” located at www.apple.com/support/airport.
    I assume you enabled web serving through the Sharing pane of System Preferences so that the firewall will be automatically configured appropriately? If not, you'd need to take care of that.
    Don't forget to make sure the machine is set to never sleep.
    - cfr

  • Setting Up a Java Web Server on Linux

    Greetings,
    After a lot of reading, I've decided to learn Java server-side technologies (I already know Java (desktop)
    but with little experience) in order to develop my database driven dynamic website projects.
    However, I'm completed lost between the hundreds of acronyms related to Java and the "thousands" of technologies involved.
    Google hadn't help me understand what they really are and how they relate with each other.
    Even though is easy to find what they stand for and some faqs/descriptions, it hasn't been enought to clear my mind.
    I want my webserver application to do, among other things, the following:
    Retrieve Data from a database, do generate dynamic html files.
    Story Data on the database, from html forms.
    Send automaticly emails for multiple users. (newsletter for example)
    E-Commerce.
    Html graber/parser (I don't know if this is the right word, I mean a program that for example, goes to a URL with an html
    table, and stores that information in a database table, as long as the format didn't change).
    Real Time Chat feature.
    Database connection pooling, caching, and other important optimizations.
    I'm not asking for how to develop or configure this features nor what components and programs, must be installed.
    At the moment, I only want to know how to set up a Java solution that will support them when they are needed.
    *** Linux ***
    I want to set up my webserver on a linux distribution.
    In that respect, I don't know if I should choose RedHat or Fedora Core.
    I've heard that fedora is better for a webserver (having in mind that Red Hat Enterprise AS/ES aren't free).
    But I've read in several sun turorials/webpages references to RedHat (on a J2EE context).
    So I'm wondering if is better to go for Fedora or RedHat. Are there pros & cons? They equally support Java?
    *** Technologies ***
    Then in starts the acronyms problem.
    What do I need to install, in what order, for what?
    Some aconyms and technologies, I have read about but don't fully understand are the following:
    Apache
    J2EE
    J2EE 1.4 SDK
    SUN Java System Application Server Platform Edition 8
    J2SE 1.4.2 SDK
    SUN Java Enterprise System
    Tomcat
    Struts
    Cocoon
    JBoss
    I already know J2EE is only a specification. What implements that specification? Sun Java System Application Server?
    J2SE SDK? or Tomcat?
    What is the role of each technology, namely Apache, Tomcat, Sun Application Server?
    What is the Sun Java Enterprise System?
    How do Struts, Cocoon, JBoss relate to Java?
    Which of these technologies are mutually exclusive (analogous)?
    *** Doubts ***
    Then, I have some doubts that are keeping me from starting to study seriously the important techonologies, because I don't
    want to lose lot's of time and effort learning them to after a dillusion start everything again with PHP (the language
    which make me think and read a lot before going for Java). To keep this from happening, I would like to know the following:
    I want to use Java for developing websites with commercial/profitable use for my company, in some throught e-commerce,
    and in other by banners. I want to do everything by the book, with required licenses.
    ------ Java is Free?
    Is Java Completely Free or it might be possible that at a certain point, when I need some component or library,
    multi-machine webserver, performance or security for high-traffic I will see "buy now" instead of "download now"?
    For what they may "ask for money"? and what are the disavantages if I can't buy?
    For example, "Java System Application Server Standard Edition 8.1 2005Q1" and
    "Java System Application Server Enterprise Edition 8.1 2005Q1" cost $2.000 and $10.000 respectively. That is money.
    (http://www.sun.com/software/products/appsrvr/index.xml). What are the disavantages if stick to the free edition?
    Features like (from sun site)
    Standard Edition:
    Extends the capabilities of the Platform Edition to provide secure, remote, multi-instance, multi-machine management.
    It is aimed at high-volume applications and Web services.
    Enterprise Edition:
    Further extends the capabilities of the Standard Edition to provide continuous availablity for applications and
    Web services. It is aimed at business critical, high value applications and Web services.
    Suppose I achive lots of traffic and I keep the free platform edition.
    I won't be able to have a multi-machine webserver set up correctly?
    What are the drawbacks? How big are the performance penalties?
    ------ Technologies Availability
    Finnaly, I have the idea (I don't know if it's accurate) that there are Sun versions and Open-Source Free versions
    of doing or supporting the same Java related thing.
    Despite the way I choose to set up a Java webserver, I will always have all J2EE techonolies like:
    Java API for XML-Based RPC (JAX-RPC), JavaServer Pages, Java Servlets, Enterprise JavaBeans components,
    J2EE Connector Architecture, J2EE Management Model, J2EE Deployment API, Java Management Extensions (JMX),
    J2EE Authorization Contract for Containers, Java API for XML Registries (JAXR), Java Message Service (JMS),
    Java Naming and Directory Interface (JNDI), Java Transaction API (JTA), CORBA, and JDBC data access API.
    I really appreciate some help. I could learn the basics of all this "stuff" before asking. But the point why I'm asking
    is precisely not starting to learn something I may won't use. Obviously, I will have to make a lot of reading during maybe
    months before writing the first line of code of my projects, but being certain that it will fit my needs.
    I will be very thankful if you can enlightme in my fedora/redhat, setup, free/cost and technologies avaibility issues.
    Thanks Beforehand,
    Pedro Vaz

    Apache is a free Web-server.
    Tomcat is a servlet (and JSP) container. It can be stand-alone or can be used together with a Web server (like Apache).
    J2EE's scope is much wider than the servlet stuff, but a standalone Tomcat is a good starting point to servlets and JSP.
    One of our "real-world" applications is run by a standalone Tomcat using POI and Velocity. I did not regret this architectural decision.

  • Help Setting Up File and Web Server in OS 8.6

    I have an OS 8.6 400mhz G3 B&W with 512mb RAM and an 80GB HD. It has the OEM operating system which is 8 on it. First I can't access the computer via afp from a Leopard Machine (Yes appletalk is enabled.). It gives me the error -36. Which is "The Finder can not complete the operation because some data in _____________ could not be read or written. I need this computer for a File and Web server. How could I make it accessible via AFP and FTP? I thought about linux but it requires a terminal like interface and I don't like that.

    To begin with, have a look at the IV. Troubleshooting section of KB article 106461:
    "Mac OS X 10.4 and later don't support Personal File Sharing (or other AFP) over Appletalk, though by initiating the connection from the opposite direction you could still achieve an IP connection from a Mac OS 8 computer to a sharing Mac OS X computer."
    Regarding servers: There is a built-in web server in Mac OS 8.6 (see the help system for details). Alternatively, the (now) free NetPresenz could perhaps be of interest.
    Jan

  • Problem in setting up NAS200 as web server

    Hi, I have no idea why i unable to make my NAS200 up as my web server
    1st. i set up an account and domain name with tzo.
    2nd, i port forward nas200 for port 80 and 21 in my router, which the 2 port is the dfault port that i use in my router setting.
    3rd, to double check whether the port is open correctly, i go to www.canyouseeme.org to test the port see if the port is open. Both port showed successfully with my own WAN ip.
    Then  i type in my WAN ip into browser and nothing is pop out. If this is fail, no need to talk about the TZO stuff right since TZO domain is just a shielf to protect my WAN IP.
    Any idea? I doubt whether this NAS200 got problem....

    Depending on your router, you may not be able to reach a device on your LAN by using the WAN address. It may be possible to change your router settings to fix this. As soon as your router will route requests to port 80 of your public address to your NAS, regardless of whether the request comes from the LAN or the WAN, you should be good to go on the web interface.
    The FTP connection is a whole different story though. The FTP protocol is old and a little weird, because after the client opens a connection to the server (for commands), the server has to open a secondary connection to the client for data. This is largely incompatible with the NAT translation that your router does. Most routers are smart enough nowadays to translate the commands when the FTP client is on the LAN and the server is on the WAN but not the other way around (there are some exceptions).
    Apart from all this, the FTP protocol is insecure, and any neighbor can listen in on your FTP traffic and catch all your passwords and files.
    Instead of FTP, I recommend using my firmware (see link in signature) which will let you use the SCP protocol over SSH; you will need to open port 22 instead of 21 (and 20) and you will be able to connect to the NAS via a secure connection to download as well as upload files (the HTTP interface will only let you download files from the NAS200).
    For more information, see the links in my signature.
    ===Jac
    Frequent NAS200 Answers:
    1. DISABLE the "convert failed logins to guest logins" option to fix permission problems.
    2. NEVER insert or remove hard disks while the power is on. NAS200 doesn't support hot swapping.
    3. ALWAYS use the power button to turn the NAS200 off, don't just unplug it.
    4. Don't trust RAID. Make BACKUPS!
    5. To ACCESS the disks directly, you will need ext2 and/or XFS file systems. I recommend using SystemRescueCD.
    6. Disks will get HOT with standard fan, use "green" disks or consider replacing the fan.
    7. FTP server is insecure and doesn't work behind a NAT router. Use my firmware and SCP instead.
    8. MY FIRMWARE supports SSH shell prompt and SCP for secure file access, and allows running other software.

  • How to Set CLASSPATH in Apache Web Server Using IAS

    Hi,
    I have problem setting the classpath for the servlet I am using for file uploading...My work environment is Web Server is Apache with Oracle8i IAS on Sun Solaris..
    I have tried various method like setting wrapper.classpath=/oracle/ias/Apache/Jserv/servlets and my class resides under /oracle/ias/Apache/Jserv/servlets/com/oreilly/servlets/MultipartRequest.class
    in the Jserv.properties, still it get the error message class ...not found in type declaration when I compile the code...my reference to the servlet in my JSP code is com.oreilly.servlet.MultipartRequest ..
    Can someone help me out please, if you have have any idea of how to set the class path with the working environment I have specified ealier....
    null

    have you posted this on the ias 9i forum where the ias 9i apache experts are at ??

  • Iplanet 6 - set jdk for specific web server instance

    I am running iPlanet 6 with many web server instances. All web server instances are using the same jdk except for one which I must upgrade.
    Is there a way to set the jdk for a single web server instance?

    It is possible in V6.0 too:
    1. Copy start-jvm script from https-admserv/ into each https-* that needs a different JVM.
    2. Modify it to load the appropriate JVM
    3. Modify each https-*/start script to use this new start-jvm script instead of the one in https-admserv.
    Frankly speaking it is not my idea and it is not officially documented by Sun but it works!

  • Setting Up Mac Mini / iTunes Server Help

    I have a new MacMini that I wanted to just leave on and use it as my iTunes media server for my various iDevices and ATV's.  I have an external Thunderbolt G-Drive attached to the MacMini with my movies, music, home videos and photos on it.  The MacMini will only be used for the purpose of streaming my media and nothing else.  The MacMini drive has nothing on it but whatever it came with the initial OS.  If anybody could provide me with any tips to keep this running as smooth and as fast as possible I would appreciate it.
    This is what I have done so far.
    I have a Cyberpower Smart App Sinewave UPS system connected to the MacMini.  This allowed me to set up in preferences an automatic smooth shut down of the MacMini in case of a power failure.  My router is also connected to the UPS system as well as the external drive.  I do have a small monitor attached to the MacMini that I can turn on to the proper HDMI input to work on the MacMini, so it is not set up as a headless system.
    Tha MacMini is dircectly conected to my router via ethernet so the WiFi portion of the mini is not being used.
    Do I need to turn of the wifi via preferences manually or does the ethernet hook up take care of that an I don't need to do that?
    Is there a way to get iTunes to automatically launch after the MacMini reboots?
    How can I handle updates automatically to keep the MacMini up to date with minimum if any interference from me?
    I know I can also schedule an automatic reboot at certan intervals but not sure where to set this up nor if its needed?
    Should I set up the MacMini to Never Sleep Mode or let it put the hard drive to sleep?
    I know some people have had issues with the hard drive not waking from sleep mode hence iTunes will not work properly.  This has been via firewire hook ups and I am not sure if that would happen via thunderbolt or not.  If there is anything else I can do via hardware or software that I am missing let me know. 
    Thanks

    glass99 wrote:
    The MacBook Pro is sometimes at work, or otherwise "off" in the house. I don't like having to go and turn it on, just to access my itunes library.
    That's one downside of AppleTV2 - cheap, small and low power usage but lack of onboard storage means you need a computer on for streaming, which is less than ideal when you have a laptop.
    So I've been thinking... maybe a mac mini is the solution? I could set it up near the TV, leave it idle and access media when I need it.
    That would certainly work. I have both the current Mac Mini with HDMI and an AppleTV hooked up to the TV - I either use wireless keyboard/mouse or AirMouse on my iPad to control the Mini. You don't necessarily need the Mini connected to the TV but I do in order to do things AppleTV can't.
    Right now all of my itunes is on my MacBook Pro. If I wanted to copy over the library is this possible?
    Several ways to do it.
    I don't want to do a complete restore on my mac mini of the macbook pro from time machine, since there is a lot of stuff that just isn't necessary to transfer.
    Not advisable to restore a MacBook Pro to a Mini in any case. You should stick to the same hardware for restoring.
    So is there someway to either sync the libraries, or copy things? Basically, I want to keep both libraries up to date, likely I'd download things on the MBP, but would then want to access this media on the mac mini... what can I do about this?
    Easiest thing is to use Home Sharing - sign in to Home Sharing in itunes on both computers - this will allow you to copy material from one library to another, you can even configurre it to do so automatically if you want to. (Depending on your home network speeds this may be initially slower than say simply copying all the iTunes media to an external drive and then copying this into the Mini library, but once most stuff is copied, additional transfers will be incremental and relatively quicker.)
    AC

  • N00b needs help setting up MAC OSX Lion Server for email.

    I recently purchased a Mac Mini running OSX Lion Server and I really don't understand how to set it up as an email server (which was my main goal). Eventually I'd like to set it up to host just about everything else, but I can't seem to figure out how to set up my router and MX records to point to my server in order to host imap mail. I do have a static IP by the way but this N00b is confused... Please help!

    Funny you should ask, because I have been spending the day trying todo the same. I just need to know what to enter into my mx record in network solutions. I can send mail, but I can't receive it just yet. Any help would be great.

  • So confused with Mac's web server MYSQL setup

    I'm a recent Mac convert, and while I use to install apache~php~mysql on my PC I've been enjoying my pre-installed apache~php~mysql on my Mac... except one thing, I have no idea how to access MYSQL. I did a phpinfo(); check and it says that MYSQL has been enabled. I installed Sequel Pro to help manage MYSQL databases, but I can't log in. What's the default username and password? I just need to fill the following in:
    Name:
    Host:
    Username:
    Password:
    Any amount of help would be great, thanks in advance~!

    Try the Unix forum under OS X Technologies.

  • Setting up a web server

    Hi,
    I have four or five domains registered and now I’m paying for web hosting (not much, but…). For many months now, I’m reconsidering to set up my own web server (I have DSL connection 24/7 so…).
    One idea was to go with MS 2003 SERVER on some older PC I have, but since I’m not some expert (more or less dummy) for this things… gone down the toilet .
    Then I bought an iMac (the best investment in past few years regarding computers) and on apple.com site I saw OS X SERVER software and more I was reading this more seemed that this is something for me, for my idea to set up a server.
    Now I bought on eBay used G4 Mac Mini and I will install a OS X SERVER (please, don’t tell me that I’m trying to put a BMW engine into SMART… I know that and I hope that will somehow work… if not, there is still eBay to sell everything and there is still a toilet for my idea:-( ). However, the pages I own are not some crucial things for state security, but still I need PHP5 and MySQL (as far as I know OSX have this, right?).
    My questions are:
    To set up web server I need a DNS (like: nameserver.mydomain.com) otherwise nothing, right?
    Do I have to register somewhere my own DNS like domains and to pay annually for this (any suggestion where)?
    Hosting my other web sites (with other domains) on OSX will not be a problem. I suppose that OSX can do this?
    If I have nameserver.mydomain1.com, will be a problem to set up an email server/account for mydomain2.com or I have to set up a DNS also for this second domain (will be on same server)?
    I’m sorry, if my questions are stupid (on the other hand, someone said that there are no stupid questions, the answers can be stupid), but I’m really not familiar with this things.
    Many thanks in advance and excuse me for my English,
    M

    Faganel, did you ever find a "Leopard Server as a Web-Server - Setup for Dummies" kind of guide or article?
    If so, I'd really like answers and tips, to the same kind of questions you have.
    I don't think this is the best forum, to ask for newbie-style advice. The people here are hard-working system-admins, who does web-server setups for a living, and they really don't have time, to answer questions like ours.
    I've done dozens of Windows 2000 web-server setups at work, and the funny thing is, I could probably have helped you, had you gone with the Windows 2003 Server
    However I'm trying to get some Xserves into our server room at work, and am evaluating Leopard Server here at home, and would like to do the same thing as you - Setup a Leo web-server with dyn-dns or something like that.
    But because my knowledge is Windows, and because I've always worked with our own DNS and IP's, I'm having trouble getting my Leopard web-server here at home, to serve to the internet.
    I can get it to serve perfectly to my own sub-net, but when I try to access it from the outside, I get nothing. I've setup my DSL-router to point web-traffic to the Leopard web-servers IP, but still get nothing.
    However, I've just started, and I'm sure I'll get it to work, but some pointers would be really cool - obviously it can be done, just need to get my head around the fact, that I'm home and dealing with DSL and DSL-routers, and not the Ciscos and SonicWalls I'm used to at work
    I must say though, that Leopard Server is an amazing product, and I'm positive well need to start buying Xserves from now on at work. The time saved setting them up and administering them, is HUGE when compared to the Win2000 boxes I have to fight every day at work
    I also think Apple could make a very cool home-server, if they wanted too - I have no idea if it would sell, but Leo Server is almost so easy to setup now, that most people could get the hang of it ...
    Anyways, if you or someone else has a guide, to getting it to serve webpages behind a DSL-router with a static IP, I'd be more than grateful - I'm sure this would impress my boss enough, that I'd get a handsome budget to explore Leopard Server some more - I't just awesome from a SysAdmins point of view.

  • Local Web Server No Longer Working In ML

    Hello,
    Previous to updating to Mountain Lion, I had my Imac set as a local web server and everything worked fine. After updating to ML, I no longer have local web server access. Also seems that my /etc/apache2/users/USERNAME.conf is gone? Do I need to reset all the files I configured prior to installing ML?
    Thanks JR

    I created a new ect/apache2/users/currentuser.conf with
    <Directory "/Users/username/Sites/">
          Options Indexes MultiViews
          AllowOverride All
          Order allow,deny
          Allow from all
    </Directory>
    But now when I try to view a current site on the Mac, it just lists out the php code and not the page?
    Thanks JR

  • Is Mac OS X Server necessary in this situation?

    My company is doing a trade show circuit. In our trade show booth, we will have 40 computers, which will allow people to signup for a service using a simple web form (submitted data stored in a MySQL database). Because of the exorbitant fees the shows charge for each computer connected to the internet, we want to put the signup form on a machine set up as a web server on the local network in the booth (so we don’t have to pay to connect all 40 machines to the internet).
    We want the machine that hosts the signup form to be as portable as possible. An Apple laptop would be ideal. Obviously, the resource demands of a simple web form are very minimal, but I’m worried about the concurrent connections limitations.
    Can I get by with the regular OS X operating system that will come with the laptop, or do I need to upgrade to the unlimited OS X Server license to make sure that 40 computers can hit the web form at the same time (this wouldn’t likely happen, but I’m preparing for the worst case scenario)?

    Not necessarily Mac OS X Server. Pretty much, all you need is a gateway to the internet that uses NAT.
    You could use a wireless router (secured, of course) to route the wireless clients out to 1 internet connection.
    You could use a wired router, with switches enough for all your clients.
    In either case, you would configure them to use Network Address Translation, configure your clients with a private IP block (i.e. 10.0.0.0/27 or 192.168.0.0) and your router with a private IP on the inside and, most likely, dhcp on the outside.
    For example, you could configure your router to serve DHCP to your clients in the net range 192.168.1.10 - 192.168.1.100, set your router's internal address to 192.168.1.1. The outside interface information would need to be provided by the facility whose net connection you are using, but it will most likely be DHCP. This way, you pay for only 1 internet connection.
    Chris

  • Can't login to Mac OS X server website after password reset

    Hi,
    I set up Mac OS X server for our small company and tried resetting the password of my network account that is managed via profile manager.
    So, under Accounts->User->MYUSERNAME->reset Password, I typed in a new one and hit ok.
    Now I can't login to the server website anymore (for editing our wiki or using profile manager etc.), neither with the new one nor with the old one.
    I already tried different passwords (resetting it again and again), I looked at the password directive, I checked my user name, tried to login from different computers and tried logging in with another account (which worked quite fine, so it's just my account). Finally I searched the internet for a solution for quite some time but didn't find anything similar.
    It would be great, if somebody could offer some advice.
    Best regards.
    Lasse

    Solved it by deleting the user and creating a new one with the same userID.
    Maybe it occured because I marked the "user has to change password after first login" box when resetting the password but didn't yet allow him to do so in the webpages menu?!?

  • WebLogic Server as Web Server.

    Hi,
    I am from WebSphere background and I'm pretty confused on how WebLogic works as a web server. With WebSphere, the web server will communicate with the application servers by using a plugin file. I understand that WebLogic has a similar plugin, but that is if I were to use a third party web server such as Apache or IIS.
    From what I read here <http://e-docs.bea.com/wls/docs92/config_wls/web_server.html>, all I need to do is to configure a virtual host. Kinda different from what I read <http://e-generation.beasys.com/wls/docs81/cluster/setup.html#759939> which uses a HttpClusterServlet, but am using WebLogic 9.2 so probably this is not applicable?
    My environment consists of 2 web servers and 2 app servers:
    Clients will access the website using a virtual IP, which will be routed to the 2 web servers (we are using a hardware load balancer), and the 2 web servers will route the requests to both of the application servers which is clustered.
    Questions:
    1) So if I have created 4 instance of application servers, 2 of it I will configure it as a web server and the remaining 2 application servers will be clustered. In the virtual host setting, the target servers will be the 2 clustered application servers, no?
    2) 'Virtual Host Names' are the domains that are to be served by this virtual host?
    3) What is 'Network Access Point Name' exactly?
    I don't enjoy myself asking these basic questions but I find this whole web server thing is pretty confusing. If anyone could point me to a more in-depth documentation on the concept and how to set up a weblogic server as a web server, that would be awesome. Appreciate any advice offered.
    Thanks in advance.
    Edited by: 60doses on Feb 16, 2009 4:15 PM

    please refer to the following link on how to set up weblogic as web server.
    http://e-docs.bea.com/wls/docs81/adminguide/web_server.html

Maybe you are looking for

  • Check dupciate condition type in PO pricing calculation schema

    Dear Gurus, In my PO priciing schema I maintain all the condition type manual. I want to control the duplicacy while enter the same condition type. Is there any solution to check the duplicacy. Thanks in advance With regards Soumen

  • SAP liveCache instance update exited abnormally

    Hi MaxDB/Livecache, While applying LIvecache patch from 07 to 13 i got this error. checking unpacked archive... ok installation of SAP liveCache APO LiveCache finished successfully Tu, Feb 05, 2008 at 17:14:33 finding instance type... checking mmap s

  • Someone is charging my account with videos on demand.

    I have received two email notices, thanking me for my rental of a video that neither I nor my roommate have rented. The first movie was for free, so I didn't think much of it; I thought it was a marketing gimmick.  The second email indicated that the

  • Photoshop CC où est passé la version 64 bits

    Bonjour à tous, Je viens de mettre à jour l'ensemble des applications Adobe en version CC et il semblerait que la version Photoshop CC 64 bits n'est pas disponible. J'ai fait un rapide tour dans mon répertoire Programme de mon Windows 8 et en effet l

  • ALV query

    hi all, i have a small query regarding alv report. How to make individual cells in alv editable and noneditable?? Regards, Satya.