Route an specific application through a proxy

I'm trying to route all the conections from an specific application through a proxy (HTTP) with user authentication.
The application doesn't have an option for this.
I know I can do this in two ways. The first one is modify the network configuration in the System Preferences, however, this affects all the connections, which I don't want.
The second method is using a third-party software: Proxifier, but it is too expansive for what I think can be done naturally by the system.
Is there another method, preferably free, to do this? Something in Terminal or similar?
Thank you.

Yes, it can be done; Assuming all of the class files
you need are installed, and the servlet engine has
access to other resources you need (the correct files,
other devices, etc) you can do it;The class files will be installed. Does the servlet engine normally have access?
I am probably making a Windoze exe from the class files, since the target users are all using Windoze. Does this have any effect on the question?
I would avoid it on general principles.
There are a couple of things to consider:
Your use of the word application make it seem like you
are essentially starting a Java batch job and running
it in a servlet engine. If you are doing this for a
job, you might find that employer policies prohibit
the use of web server resources for batch processing.Not a batch job, the application is basically a server itself. It is going to have request coming in on a port and it is going to respond. I am not trying to do this without the knowledge of the server admin. They are willing to let me run the server app. The only thing is that I need not tell them every time I want to stop/start the server app since the web server is at a remote location from where I am. If I can start/stop the server remotely, it saves them the trouble.
I can also use this interface to monitor the error log, etc...
The security models in servlet engines are frequently
different than for batch, the especially the way they
are optimized is different.
You will not be able to wait to reveal final results
unless the application is very quick; Browsers
timeout rather quickly.Like I said above, I dont need to wait for results. I just need to be able to make a request to a servlet, and have it start/stop the application. hmmm... stopping might be a problem right, since the servlet wont have a reference to the app once it is running.... or can it hold the reference?? I am quite lost since I have never worked with servlets before.
Thanks again,
Dewang

Similar Messages

  • Configure through HTTP Proxy

    Hello People,
    I programmed a mail client and i deployed it to a jar file
    I Then wrapped the jar inside a exe file so that i can run as a native code..
    The program is working fine through direct internet connection.
    I want to use that application through a proxy server.
    Can any one help me out to configure java to use my application through a proxy server.....
    Thanks in advance...

    [http://java.sun.com/products/javamail/FAQ.html#proxy|http://java.sun.com/products/javamail/FAQ.html#proxy]

  • WebDynpro applications not working through Reverse Proxy

    Hi All,
    I have configured a Reverse Proxy using apache 2.2.4 and when i access my Portal (NW04s EP 7.0 SPS08) through reverse proxy i'm not able to display any webdynpro application (e.g. Identity Management). I'm getting Page can not be displayed. I think reverse proxy is not able to convert the request into absolute URLs.
    If someone had the same problem,please let me know.
    Regards
    Vaib

    I resolved the problem on my own by adding webdynpro directive to the httpd.conf.
    Thanx
    Vaib

  • Security question - restricting access to a specific application

    Hello,
    Looking for suggestions on how I could limit connections to a database to a specific application. Here is the scenario.
    I have an application running from a desktop that has oracle accounts for each user. The user has a read only role by default that I cannot alter. This means that the user can use excel (for example) and bypass the application to look at sensitive data.
    I know I can lock down the desktop, remove excel, etc, etc. However, I'm looking for other options that could be used, be it process, additional Oracle software (the database is 10R2 enterprise edition), etc.
    Problems: The app doesn't identify itself internally. I can see the program, but that is easily faked so thus unreliable.
    Any suggestions at all?

    I'll look at VPD again, but don't think the vendor will support us if we do.
    We are unable to modify the app - third party supported
    exactly - dont want toad, excel, sql*plus, whatever accessing the db from the same host.
    thought above secure app roles as well, but need something concrete that I could validate agianst. If the app could call it and supply that, great but I cannot alter the application. I'm using secured app roles in an in house app and it does work well.
    looking with our ti staff about encapsulating the application communication through a secure vpn tunnel into the data zone. may be an option as all other connections would not make it through the firewall into the data zone. (everything is internal, just to be segmented).
    Edited by: GPC on Aug 26, 2010 12:18 PM
    Edited by: GPC on Aug 26, 2010 12:22 PM

  • Bpc 7.5 - not sending data on a specific application

    Hi I use SAP BPC 7.5 SP7 patch 1 with Microsoft Sql Server 2008.
    I moved my AppSet from a server 32bit to a server 64bit.
    On 32bit server everything works fine.
    On 64bit server (64bit configurations written in BPC installation guide applied + no error in Server Manager > DIagnostic): I can't send data on a specific application I have.
    On 64bit server: I precessed all dimensions and all applications and then I even optimize. Nothing change.
    I have to applications: A and B.
    On Application A I can send data correctly.
    On application B in my Input schedules when I send data: everything seems to work fine but afer data refresh on my sheet the value disappear and nothing is written into FactWB table. No error displayed.
    Those input scheules are the same I have and working on 32 bit server.
    No errors into Windows event viewer so... what can I check or do more? How can I fix it?
    Edited by: Francesco Andolfi on Feb 10, 2012 7:56 PM

    Hi Francesco,
    have you tried modify application on B?
    have tried if you can send data through a new simple input schedule?
    Kind regards
    Roberto
    Edited by: Roberto Vidotti on Feb 10, 2012 8:35 PM

  • How to use RDP client through a proxy ?

    Hi,
    we have some users in our LAN that have to connect to external RDP servers.
    Those servers don't use RDP Gateway (and we are not the owner of those servers).
    We dont want to open specific trafic from our LAN to those IP Adress on port 3389; we prefer to let this trafic goes through our proxy server (for security reason, because the direct connection will not be supervised).
    So, my question is : Is there a way to configure the RDP Client (the official one or another one) to connect through a local proxy instead of trying to directly connect to the external IP address of the RDP Server ? 
    Thank you

    You could do this with an ssh tunnel and putty very easily. Most web proxies won't actually allow port forwarding like that and restricted to 80 and 443.
    If you want to know how to do it with a ssh tunnel and putty let me know.
    Opening outgoing 3389 from one internal subnet to specific external IP is not such a security risk. Just don't open inbound 3389 from those hosts and you should be fine?
    I am not sure if outbound RDP will require inbound ports to be opened. Its quite rare that any external RDP is opened in my experience as its such a security risk (on the part of the external rdp hosts).
    ITs much better to VPN to the external hosts then initiate local (via vpn) rdp connections.

  • Standalone application through BOE SDK

    Hi,
      I am new to SDK development so trying out different things with the SDK. The first experiement that I did was trying to build a standlone application through BOE SDK. The main purpsoe of this application is to connect the enterprise and get some details about an info object. But while building out this application I have noticed few issues:
       1. The getInstalledAuthIDs method of the ISessionMgr class is not returing any available authentication types.
       2. While trying to login using the logon method of the ISessionMgr using the secEnterprise as Enterprise, it's throwing the following exception:
        com.crystaldecisions.sdk.exception.SDKException$PluginNotFound: The plugin secEnterprise does not exist
         at com.crystaldecisions.sdk.occa.pluginmgr.internal.PluginMgr.getPluginInterface(Unknown Source)
         at com.crystaldecisions.sdk.occa.security.internal.o.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.security.internal.t.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.security.internal.t.userLogon(Unknown Source)
         at com.crystaldecisions.sdk.occa.security.internal.l.userLogon(Unknown Source)
         at com.crystaldecisions.sdk.framework.internal.d.logon(Unknown Source)
         at com.bo.boesdk.tutorials.Login.createEnterpriseSession(Login.java:41)
         at com.bo.boesdk.tutorials.Login.main(Login.java:55)
      I have noticed that all tutorials associated with SDK are all using eithe JSP/ASP to demonstrate features of SDK. There is none exists on using the standalone application. Is it we can't build any standalone application using the BOE SDK?

    The BusinessObjects Enterprise SDK is only tested and fully supported in web applications - that's the reason why the documentation only describes its use in JSP/Servlet code.
    As for the specific exception you're getting - it may be caused since you're missing jar files.
    If using XI Release 2, then I'd reference the jars found by default in <install>\common\3.5\java\lib and <install>\common\3.5\java\lib\external.
    If using XI 3.0, then I'd use the documentation found [here|https://boc.sdn.sap.com/node/7298].
    Sincerely,
    Ted Ueda

  • Steps in BW for intigration with PI system through ABAP proxy communication.

    Hello Experts,
    Need your help.
    We need to extract data from PI system through ABAP proxy communication. Kindly suggest the steps need to be perform on BW side.(from data source creation to setting up the delta queue )
    Thanks,
    Arpan

    Hi Raja Sekhar,
      Thanx for the quick reply.
      If i have got you point right, you are telling me to right a program that will fetch the PO's and push the data into our Interface.
    Let me explain you the complete scenario, we already have a ECC to SUS thrgh PI implemeted for the same PO's generated. Our requirement is that depending on the vendor details in PO's we have got to route the PO details to either SUS or BPM.
    I had thought of writing a prgm but the abapers feel that a standard BADI for the same would lessen their efforts.
    Meanwhile can you explain with a little more detail the standard approach you are referring to... probably some material relating to this would help us...
    thanx a lot..
    waiting for your reply,
    Nandan

  • Unable to connect backend applications through EP in DMZ1 firewall?

    Dear all,
    To brief our landscape, its look like below.
    Internet -> DMZ1(Webservers)->Portal(DMZ2)->Internal(Backend Systems).
    We tried to access the backend systems through portal in DMZ2..its working fine. When we tried to access the portal in DMZ1...its coming perfectly, when we access the backend applications through portal in DMZ1...its not coming...it says...operation timed out...
    Kindly suggest me what would be the problem...all the ports are open in DMZ1 and DMZ2... But we hav not done reverse proxy in DMZ1(Webservers), Can we try after doing Apache reverse proxy in DMZ1. Pl suggest me
    Rgds
    PRadeep

    Hi Netanel,
    Thanks for ur reply...
    See, we hv writen a rewrite rule for all three systems like R/3, BW and SCM
    RewriteRule ^/sap(.)/public(.) http://myr3sever.company.domain.com:r3port/R3$1 [P]
    RewriteRule ^/sap(.)/bc/bsp/sap(.) http://myscmsever.company.domain.com:scmport/SCM$1 [P]
    etc..
    We are differentiating the systems with their names...but when it rewrites..its taking R3 string as well in the path...
    Like
    http://webserver.company.domain.com/R3/sap/bc/gui/sap/its/webgui.
    I think if we remove R3 string at the time of rewrite, then we should be able to get i belive.
    kindly suggest me
    Rgds
    PRadeep

  • Client connecting through a proxy

    hi
    i'm new to RMI programming, i need to clear some things up
    . is RMI a standalone protocol like http or does it require another protocol so
    it can run over it ?
    . how does an RMI connection get through a proxy server, ie. if the client is behind a proxy server and the server is a known public host, can the client still get to the server, or does this have to be done in the proxy configuration?
    Is there certain types of proxy servers RMI can't go through or ( they won't let it pass through ) .
    i need those infos because i've been stuck with an RMI server deployed on the net and a client behind a web proxy, the same box ( IP ) hosting the RMI server also hosts a WEB server from which javaWS starts the application but this application exits at a certain point sayin it cannot find the RMI server.
    i didn't have the chance to test through a direct connection, but have tested
    in an intranet environment and it was workin great,
    thanks for any help

    . is RMI a standalone protocol like http or does it
    require another protocol so
    it can run over it ?The question doesn't make much sense. HTTP runs over TCP, and so does RMI. RMI also uses the Serialization protocol.
    how does an RMI connection get through a proxy
    server, ie. if the client is behind a proxy server
    and the server is a known public host, can the
    client still get to the server, or does this have to
    be done in the proxy configuration?http://java.sun.com/j2se/1.5.0/docs/guide/rmi/faq.html#firewallOut
    s there certain types of proxy servers RMI can't go
    through or ( they won't let it pass through ) .Java supports SOCKS and HTTP proxies.

  • PDFDocumentRuntimeException while deploying the Application through NWDS

    Hi,
       I am configuring for Adobe Interactive Form and on deploying the application through NWDS I got the error while deploying as follows.
    <b>com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:398)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:752)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:705)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:261)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:160)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java(Compiled Code))
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java(Compiled Code))
         at java.security.AccessController.doPrivileged1(Native Method)
         at java.security.AccessController.doPrivileged(AccessController.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java(Compiled Code))
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java(Compiled Code))
    Caused by: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process Render Request.
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:98)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:121)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:342)
         ... 30 more
    Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException:
    Processing exception during a "UsageRights" operation.
    Request start time: Mon Mar 12 16:02:47 GMT+05:30 2007
    com.adobe.ProcessingError: Credential login error while applying usage rights to PDF: /tmp/adobewa_SPD_18828050/DM4291422590189871105.dir/DM-3572217866344419510.tmp
    Specific error information:
    error while logging into credential ^0
    GeneralError: Operation failed.
    SecurityHandler.login:-1:
    Could not open Digital ID file with the password provided. Please try again.</b>
    In order to resolve it I have taken the Adobe Credential File from SAP and put it under /usr/sap/<SAPSID>/SYS/global/AdobeDocumentServices/ TrustManagerService/trust/credentials directory as "003265.pfx", i.e. extracted zip file put here.
    Now I opened the Visual Administrator and moved to Cluster tab, choose Server <x> -> Services -> Document Services Configuration
    On the tab, select Runtime tab -> Credentials
    Put the values as follows
    Alias : ReaderRights
    P12 File : clicked on browse and select the "003265.pfx"
    sha1 : <blank>
    Password : XXXXXX (Given by SAP)
    Confirm Password : XXXXXX
    And after that clicked on ADD button, then a message comes as follows
    <b>An error occured while updating the credential expiry date for alias 'ReaderRights':Error Retrieving credential expiry: ReaderRights
    Show Addtional Messages? with "Yes" and "No" button</b>
    Also I restarted the PDF Manipulation Module, but still getting the same above error while deploying and same message on selecting "Document Services Configuration"
    Can someone tell me how I can solve this error
    Regards
    Deep

    Hi Francios,
        The pop-up error message has gone. The problem is with the rights with the folder "credential" means I have added the credential file to the /usr/sap/<SAPSID>/SYS/global/AdobeDocumentServices/TrustManagerService/trust/credentials directory and done the steps as given in first message too but it does not set the Expiry Date.
    Now I have given the full rights to credentials directory in Operating System and done these steps again.
    This time it also fetches the Expiry date and the pop-up error message has gone.
    So, there is no problem with JCE installation.
    But again when I deployed the Travel Request Application the same error message is coming which is in my first message.
    I am again putting some statements from my first message
    <b>Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException:
    Processing exception during a "UsageRights" operation.
    Request start time: Mon Mar 12 16:02:47 GMT+05:30 2007
    com.adobe.ProcessingError: Credential login error while applying usage rights to PDF: /tmp/adobewa_SPD_18828050/DM4291422590189871105.dir/DM-3572217866344419510.tmp
    Specific error information:
    error while logging into credential ^0
    GeneralError: Operation failed.
    SecurityHandler.login:-1:
    Could not open Digital ID file with the password provided. Please try again.</b>
    Now when I am going through /tmp/adobewa_SPD_18828050/DM4291422590189871105.dir/DM-3572217866344419510.tmp
    I come to know that upto /tmp/adobewa_SPD_18828050 it exists but DM4291422590189871105.dir/DM-3572217866344419510.tmp does not exist.
    So what to do now. Please suggest.
    Regards
    Deep

  • HT4651 Mac OSX 10.8.4: I found Java visualvm on my applications through utilities. When I try to open, it says I need to install a runtime.  should I dump this? Is it safe?

    I'm a Mac OSX 10.8.4 (i-mMac): I found Java visualvm on my applications through utilities. When I try to open, it says I need to install a Java 6 SE runtime.  Should I dump this java even if I don't use the runtime? I've heard all Java is unsafe. What do you think?

    Java has had extremely serious issues with security on Macs for more than a year at least. It has been responsible for most of the malware that has infected Macs since early spring of 2012. Patches have been issued now and then, but Java is so full of holes that this hasn't really helped. (Often, new vulnerabilities have been found and exploited the next day.)
    It is true that there haven't been any KNOWN Java exploits on the Mac in a few months. (I stress the word "known," because a lot of the malware over the last 6 months has been targeted very tightly on specific individuals or small groups, making it harder to discover.)
    Bottom line, you should not trust Java in a web browser at this point. If you must use it, you should take great care.
    That said, Java is fine to use for running apps on your computer. (Just as fine as running any app.) It is only really dangerous when enabled in the web browser. You can install Java if you need to, as long as you disable it in your web browser.
    For more info, see:
    http://www.thesafemac.com/java-is-vulnerable-again/

  • Error while running web application through JDEV (10.1.3.0.3) in OC4J

    Error while running web application through JDEV (10.1.3.0.3) in OC4J.
    Here is the error message.
    07/10/02 14:45:28 Exception in thread "OC4J Launcher" oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: javax.xml.bind.JAXBContext
         Dependent class: com.oracle.corba.ee.impl.orb.config.InternalSettingsORBConfigImpl
         Loader: oc4j:10.1.3
         Code-Source: /C:/jdev/j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar
    The missing class is not available from any code-source or loader in the server.
    07/10/02 14:45:28      at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2073) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1681) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1633) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1618) [C:/jdev/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap]
         at com.oracle.corba.ee.impl.orb.config.InternalSettingsORBConfigImpl.init (InternalSettingsORBConfigImpl.java:46) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.oracle.corba.ee.impl.orb.config.SunRIORBConfigImpl.init (SunRIORBConfigImpl.java:97) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.oracle.iiop.server.IIOPServerExtensionProvider.configureOrb (IIOPServerExtensionProvider.java:26) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.oracle.corba.ee.impl.orb.ORBServerExtensionProviderImpl.preInitApplicationServer (ORBServerExtensionProviderImpl.java:45) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.serverExtensionPreInit (ApplicationServer.java:1031) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServer.setConfig (ApplicationServer.java:861) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServerLauncher.run (ApplicationServerLauncher.java:98) [C:/jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in C:\jdev\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at java.lang.Thread.run (Thread.java:595) [jre bootstrap, by jre.bootstrap]

    Hi,
    The guide you were refering was pointing to 10.1.2 wizards.
    For the latest 10.1.3 tutorial, please follow the below tutorial link :
    http://www.oracle.com/technology/products/jdev/101/tutorials/WS/WSandAScontrol.htm
    Hope this helps,
    Sunil..

  • Hi team, please help me how to deploy creative cloud desktop application through SCCM for an enterprise

    Hi team, please help me how to deploy creative cloud desktop application through SCCM for an enterprise

    Moving this discussion to the Enterprise Deployment for Creative Cloud, Creative Suite forum.

  • SSO implementation through IIS proxy

    I am  implementing SSO through IIS proxy. when I tried add the iis_sso.dll to IIS ISAPI filters tab, Its showing red color(which says that it is inactive). Please tell me how to make it green (Active).

    Ramesh,
    Which version of EP? I am assuming as well you have IIS 6.0? Also, ISAPI.dll is no longer supported.
    James

Maybe you are looking for

  • Creative Cloud has an ObjC "leak" in latest Mac release

    The latest download of the Mac Creative Cloud app has a bug.  After receiving the latest CC (today) my system console continues to inform me of a "leak error" at the rate of abot four per minute.  For example: "10/6/14 5:18:09.479 PM com.adobe.AdobeC

  • Why will Mavericks not work with my gen 3 apple tv?

    Why doesn't my Mini Mac recognize my gen 3 apple tv since I updated to Mavericks?

  • XML Publisher sum function

    Dear Members : I have following template: G_1 item1, item2 ... G-2 item5, ... G_3 item9, ... G_3 G_2 sum(item5) G_1 Getting 0 in field placeholder sum(item5), though item5 has value. If I put the same within G_2 group, getting the correct value. Why

  • Exploring and editing pdf metadata

    Adobe FOrm Looking for either an Adobe or third party solution such that I can explore and edit my pdf metadata.  I have hundreds of technical and journal documents 9somewhat organized).  But search for a particular article can be a daunting experien

  • Unpublished folio falls to bottom of content viewer?

    Is this a "feature change" - or a bug? Unpublished folios now sort to the bottom when viewing the Adobe ID with Content Viewer. Unless you "Preview on Ipad" - in which case it sorts to the top as it has in the past. Anyone else notice this quirk?