URL Management w/w.o Apache

Hi all,
Suppose if we have the URL as www.foo.com and when this URL maps to .portal
or appmanager,
how to manage this mapping
1. Using Apache and Weblogic cluster ( Need to know what modules are needed
in apache)
2. Using only Weblogic cluster.
Please note the DA rules and policies are not working if we acccess using
.portal
We are using Apache 2.0.43 and Weblogic 8.1 SP2 .
Thanks,
Karthi

Yes that is how we are going to do it:
1. Run an Inventory Audit Report, export it to Excel and divide *** Value/ *** Qty
2. Create a Goods Issue for all Inventory with price calculated in 1.
3. Set "Manage by" in Item Management to "Batches"
4. Run Inventory Audit Report see how much was released at what cost in step 2
5. Create a goods receipt in the same order (and same price)
as stock was released in step 2
Unfortunately I don't see a way to do this other than manually!?

Similar Messages

  • Two managed servers in one apache.

    Hi,
    I do not have too much experience with WLS, now I have two or more managed servers,
    each one run different apps, but I want to use the same apache server for the
    Front End(proxy). How to do it? I have tried this:
    in httpd.conf:
    <Location /weblogic>
    SetHandler weblogic-handler
    PathTrim /weblogic
    </Location>
    <IfModule mod_weblogic.c>
    MatchExpression abc WebLogicHost=192.1.1.2|WebLogicPort=7100|Debug=ON
    MatchExpression xyz WebLogicHost=192.1.1.2|WebLogicPort=7200|Debug=ON
    </IfModule>
    And got the following error:
    [Mon Jun 23 15:43:41 2003] [error] CONFIG_ERROR [line 1309 of ap_proxy.cpp]: Neither
    'WebLogicCluster' nor 'WebLogicHost' specified in parameters
    Any suggestion are welcome...
    Thanks
    Leo

    Hi,
    The SAP Business One workstations read the name of the license service to which they connect from the SLIC table in the SBO-Common database. All Company databases sharing an SBO-Common database use the same license file. In addition, several SBO-Common databases can direct to the same license service.
    For more information please refer to:
    [License Guide 2007A|https://service.sap.com/~sapidb/011000358700000359212007E.pdf]
    hope it helps,
    Regards,
    Ladislav
    SAP Business One Forum Team

  • Database manager for Java DB/Apache Derby?

    Does anyone know a great and free database manager software with GUI for Java DB/Apache Derby where I can create and open databases? Something like Mysql Administrator and Mysql Query Builder for Mysql.
    Thanks in advance!

    I don't think there is any separation between CCMS and other systems, all use one database. If you use MaxDB use Database Manager, if smth like SQL Server or Oracle use standard tools of this vendors, like Enterprise Manager third party tools also helps you, cause I don't see any difference between

  • Can I manage custom builds of Apache and PHP with Server Admin?

    Okay, here's the deal: I have a shiny new Xserver Xeon with Leopard Server installed. I see that it comes with a number of programs that I'll need, preinstalled, but for various reasons (extensions and modules for PHP, Apache, and the like), I may need to roll my own builds of several of these programs and libraries. In this case, the main thing I'm concerned with is recompiling Apache and PHP.
    My question is, can I do this and still manage those tools from Server Admin? I'm not averse to doing it on the command line if need be, but I'd just as soon not have to, if I have Server Admin. So, what would I need to do to make sure that I can still use Server Admin with a custom PHP and Apache?

    My main interest is in using Wiki Server with the custom Apache and PHP builds. Since that's managed through Server Admin, I figured it would be best to try and integrate with the Apple tools.
    Apache I could maybe get by without a rebuild, but there are definitely PHP modules I need which the default build does not come with.

  • Protecting Apache URLs ending in '/' with non-standard DirectoryIndex

    I'm using Apache agent 2.2 for Acces Manager 7. My Apache version is 1.3.33. I have a DirectoryIndex line in my httpd.conf like so:
    DirectoryIndex index.cgi index.html
    So when I request the URL <http://server.edu/subdir/> I should get <http://server.edu/subdir/index.cgi>.
    My problem is when URLs like this are protected by Access Manager. I have an inverted notenforced_list, which contains http://server.edu/subdir*. So only stuff in subdir should be controlled by AM. I want all 3 of these URLs to give the same results:
    http://server.edu/subdir
    http://server.edu/subdir/
    http://server.edu/subdir/index.cgi
    The first and third URLs work as expected; the second one (with a trailing '/') doesn't work. If I change my notenforced_list to read http://server.edu/subdir/*, then only the third (complete) URL works.
    By looking at the agent logs in debug mode, it appears that AM is first looking at policy for http://server.edu/. That test passes, since that URL is part of the (inverted) notenforced_list.
    Then the agent goes on to check the /subdir URL -- but it tacks on index.html:
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: get_request_url(): Returning request URL http://server.edu/subdir/index.html.
    Then it goes on to say that it will enforce policy on this URL, which is correct, but it's referring to index.html, not index.cgi. I'm never prompted for authentication, I just get a browser error that says the page cannot be displayed. If I ask explicitly for http://server.edu/subdir/index.cgi, everything works as expected -- I'm redirected to the AM server and prompted to authenticate, then redirected back to the URL I originally requested.
    Am I missing something here? Has anyone else tried to protect URLs ending in '/' with a non-standard name?

    Here is the log extract. You can see pretty clearly that it just tacks on 'index.html' to the end of the original URL, when it gets to the 2nd phase of the policy evaluation (after checking for root-level policy). Thanks for taking a look!
    2006-04-20 14:06:58.141MaxDebug 10883:252998 PolicyAgent: get_request_url(): Host: server.edu
    2006-04-20 14:06:58.142MaxDebug 10883:252998 PolicyAgent: get_request_url(): Port is 443.
    2006-04-20 14:06:58.142 Debug 10883:252998 PolicyAgent: get_request_url(): Returning request URL https://server.edu:443/subdir/.
    2006-04-20 14:06:58.142 Warning 10883:252998 PolicyAgent: get_method_num(): Apache request method number did not match method string. Setting method number to match method string GET.
    2006-04-20 14:06:58.142 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed(): url 'https://server.edu:443/subdir/' path_info '/'.
    2006-04-20 14:06:58.142MaxDebug 10883:252998 PolicyAgent: am_web_is_access_allowed(): processing url https://server.edu:443/.
    2006-04-20 14:06:58.142MaxDebug 10883:252998 PolicyAgent: FqdnHandler::isValidFqdnResource() Resource => https://server.edu:443/, is valid => true
    2006-04-20 14:06:58.142 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed(): client_ip xxx.xxx.xxx.xxx not found in client ip not enforced list
    2006-04-20 14:06:58.142MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.142MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.143MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.143MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.143MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: in_not_enforced_list: not enforced list is reversed, only matches will be enforced.
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: in_not_enforced_list: allowing access to https://server.edu:443/
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: am_web_get_parameter_value(): Param Name = iPlanetDirectoryPro, & Param Value = NULL, status not found
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed(): remote user set to unauthenticated user (null)
    2006-04-20 14:06:58.143 Info 10883:252998 PolicyAgent: am_web_is_access_allowed()(https://server.edu:443/, GET) returning status: success.
    2006-04-20 14:06:58.143 Info 10883:252998 PolicyAgent: process_request(): Access check for URL https://server.edu:443/subdir/ returned success.
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: set_user(): user set to
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: am_web_is_logout_url(https://server.edu:443/subdir/): normalized URL https://server.edu:443/subdir/.
    2006-04-20 14:06:58.143 Debug 10883:252998 PolicyAgent: set_user_attributes(): set user attributes option set to none.
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: process_access_success(): returned AM_WEB_RESULT_OK.
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: process_request(): returning web result AM_WEB_RESULT_OK, data []
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: am_web_process_request(): Rendering web result AM_WEB_RESULT_OK
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: am_web_process_request(): render result function returned AM_SUCCESS.
    2006-04-20 14:06:58.144MaxDebug 10883:252998 PolicyAgent: get_request_url(): Host: server.edu
    2006-04-20 14:06:58.144MaxDebug 10883:252998 PolicyAgent: get_request_url(): Port is 443.
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: get_request_url(): Returning request URL https://server.edu:443/subdir/index.html.
    2006-04-20 14:06:58.144 Warning 10883:252998 PolicyAgent: get_method_num(): Apache request method number did not match method string. Setting method number to match method string GET.
    2006-04-20 14:06:58.144 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed(): url 'https://server.edu:443/subdir/index.html' path_info ''.
    2006-04-20 14:06:58.145MaxDebug 10883:252998 PolicyAgent: am_web_is_access_allowed(): processing url https://server.edu:443/subdir/index.html.
    2006-04-20 14:06:58.145MaxDebug 10883:252998 PolicyAgent: FqdnHandler::isValidFqdnResource() Resource => https://server.edu:443/subdir/index.html, is valid => true
    2006-04-20 14:06:58.145 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed(): client_ip xxx.xxx.xxx.xxx not found in client ip not enforced list
    2006-04-20 14:06:58.145MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.145MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 3
    2006-04-20 14:06:58.145MaxDebug 10883:252998 AM_POLICY_SERVICE: am_policy_compare_urls(): compare usePatterns=true returned 4
    2006-04-20 14:06:58.145 Debug 10883:252998 PolicyAgent: in_not_enforced_list(https://server.edu:443/subdir/index.html): matched 'https://server.edu:443/subdir/*' entry in not-enforced list
    2006-04-20 14:06:58.145 Debug 10883:252998 PolicyAgent: in_not_enforced_list: not enforced list is reversed, only matches will be enforced.
    2006-04-20 14:06:58.145 Debug 10883:252998 PolicyAgent: in_not_enforced_list: enforcing access control for https://server.edu:443/subdir/index.html
    2006-04-20 14:06:58.146 Debug 10883:252998 PolicyAgent: am_web_get_parameter_value(): Param Name = iPlanetDirectoryPro, & Param Value = NULL, status not found
    2006-04-20 14:06:58.146 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed()(https://server.edu:443/subdir/index.html,GET): no sso token, setting status to invalid session.
    2006-04-20 14:06:58.146 Debug 10883:252998 PolicyAgent: am_web_is_access_allowed(): Successfully logged to remote server for GET action by user unknown user to resource https://server.edu:443/subdir/index.html.
    2006-04-20 14:06:58.146 Info 10883:252998 PolicyAgent: am_web_is_access_allowed()(https://server.edu:443/subdir/index.html, GET) returning status: invalid session.
    2006-04-20 14:06:58.146 Info 10883:252998 PolicyAgent: process_request(): Access check for URL https://server.edu:443/subdir/index.html returned invalid session.
    2006-04-20 14:06:58.146MaxDebug 10883:252998 PolicyAgent: am_web_get_url_to_redirect(): goto URL is https://server.edu:443/subdir/index.html
    2006-04-20 14:06:58.146MaxDebug 10883:252998 PolicyAgent: find_active_login_server(): Trying server: https://access-manager-server.edu:443/amserver/UI/Login
    2006-04-20 14:06:58.149 Debug 10883:252998 PolicyAgent: process_access_redirect(): get redirect url returned AM_SUCCESS, redirect url [https://access-manager-server.edu:443/amserver/UI/Login?goto=https%3A%2F%2Fserver.edu%3A443%2Fsubdir%2Findex.html].
    2006-04-20 14:06:58.149 Debug 10883:252998 PolicyAgent: process_access_redirect(): returning web result AM_WEB_RESULT_REDIRECT.
    2006-04-20 14:06:58.149 Debug 10883:252998 PolicyAgent: process_request(): returning web result AM_WEB_RESULT_REDIRECT, data [https://access-manager-server.edu:443/amserver/UI/Login?goto=https%3A%2F%2Fserver.edu%3A443%2Fsubdir%2Findex.html]
    2006-04-20 14:06:58.149 Debug 10883:252998 PolicyAgent: am_web_process_request(): Rendering web result AM_WEB_RESULT_REDIRECT
    2006-04-20 14:06:58.150 Debug 10883:252998 PolicyAgent: am_web_process_request(): render result function returned AM_SUCCESS.

  • Apache Url rewrite for portal URLs

    Hi,
    I have a requirement where i need to write simple URL's for the default portal uRL's
    for example
    inspite of using default url like "http://myserver:port/portal/server.pt/community/abc_xyz/123/efg_jkl/12345",
    if user uses
    "http://myserver:port/portal/server.pt/xyz"
    It should navigate to same default URL.
    Can somebody let me know how this can be achieved.
    I know Url rewriting is done through Apache Url rewrites but do not have an idea how apache does it with portal Url's. What configurations need to be done in order to manage portal Url's with apache rewrites.
    Thanks
    Ajay

    Hi Ryan,
    Thanks for the reply. The link shows how to write the Rewrite rules in apache. I am familier with that. The actual problem is that how can the portal Url's be controlled by apache rewrites. My apache and weblogic are both on the same server instance but after writing the rewrite in httpd.conf file. It does not work out. Just want to know how can i tell apache to handle my portal Url's too.
    Is there any specific entry that we need to make for doing this.
    Thanks
    Ajay

  • Tomcat error while ant deploy (via manager)

    I am getting the following error whenever I deploy or undeploy my jsp application using ant.
    The error is :
    Jun 30, 2007 1:18:50 PM org.apache.catalina.connector.CoyoteAdapter service
    SEVERE: An exception or error occurred in the container during the request processing
    java.lang.NoClassDefFoundError: org/apache/tomcat/util/buf/ByteChunk
         at org.apache.catalina.util.Base64.decode(Base64.java:214)
         at org.apache.catalina.authenticator.BasicAuthenticator.authenticate(BasicAuthenticator.java:165)
         at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:491)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:108)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:151)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:870)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:665)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528)
         at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:685)
         at java.lang.Thread.run(Thread.java:595)
    The ant call I used for accessing tomcat manager:
         <target name="start">
              <start
                   path="/${application.name}"
                   url="${manager.url}"
                   username="${manager.id}"
                   password="${manager.password}"
              />
         </target>
    Id and passwords seem to be correct, I get the error above, however my application is deployed and there is no problem other than the annoying exception
    Thanks...

    But as of now we cannot change application. So is there any temporary solution to fix the issue.
    FYI
       I went through the BO samples Adding Report.jsp. Not helping for current scenario.
    Regards
    lnarayanan

  • HTTPS over Apache commons HttpsClient API

    I have an EJB (running on Weblogic 6.1) that currently uses java.net.URL to connect to an Apache webserver to read some data. The problem with this is that I am unable to set a timeout on the URL connection. To get around this problem, I have rewritten it using the Apache Commons' HttpClient package (version 2.0 alpha 2).
    My problem is that whenever I try to connect, I get an exception:
    javax.net.ssl.SSLHandshakeException: FATAL Alert:HANDSHAKE_FAILURE - The handshake handler was unable to negotiate an acceptable set of security parameters.
    It's very frustrating, because the EJB works fine when I use the java.net.URL class. So I am lead to believe that I have SSL set up and working correctly. If not, how is the URL class able to connect?
    Since the URL I must connect to is a CGI, I used the GetMethod class as shown below...
    ----- snip --------
    String urlText = "https://my.host.name/path/to/some.cgi?queryString";
    URI myUrl = new URI( urlText );
    Protocol myProtocol = Protocol.getProtocol(myUrl.getScheme());
    HttpConnection connection = new HttpConnection(myUrl.getHost(), 443, myProtocol);
    connection.setSoTimeout(10000);
    HttpState state = new HttpState();
    GetMethod method = new GetMethod(myUrl.toString());
    // This is where the exception is thrown.
    method.execute(state, connection);
    What am I doing wrong?

    OK, nevermind. I solved the problem.
    For the record, the problem is the order of jars in my weblogic server classpath. I found a related problem in a Weblogic newsgroup that suggested putting the JSSE jars in the classpath before the weblogic.jar. So I tried that and now everything works.
    It is still very odd that this problem only pops up when I use the HttpClient package, not when using java.net.URL.

  • Apache Roller and OC4J

    Hi,
    Has anyone managed to successfully deploy Apache Roller on Oracle Application Server ?
    Thanks,

    Hi,
    Try to start OC4J with the following options:
    java -Djava.ext.dirs=d:\your-axis-libraries\ -jar oc4j.jar

  • URL Request  Strings

    Hi,
    I have found information through research about the URL structure for 'passing information between pages' using the p?f=110:100:etc etc.
    We currently employ Apex to provide an insurance quotation engine for a third party and rely on a link on their pages to direct customers to our application.
    My question is...
    Is it possible to include (in a similar manner to say php) request variables - the client requires a 'customer friendly URL' i.e. www.myinsurance.com/apex/travel.insurance as opposed to www.myinsurance/apex/p?f=100:1:::::::::::::::::
    I assume it is not possible to link to an Apex app using www.myinsurance.com/apex/travel.insurance?referrer=STAFFMEMBER
    Please could you explain if it is possible to pass values in a 'customer friendly' URL to an apex application and if so how (or if not prepared to tell me, point me in the right direction of some reference material).
    Regards
    John

    Hi John,
    the Apache module mod_rewrite is the way to go. They can use the URL format they want to have and as soon this URL request goes to your Apache, it will be "translated" to the format APEX requires.
    Patrick
    My APEX Blog: http://inside-apex.blogspot.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://sourceforge.net/projects/apexplugin/

  • How to integrate Apache Web Server and Apache Tomcat 4.0 ?

    <pre>
    Hi All,
    Can anyone give me a detailed description(or url that tells so) of how to install the Apache Web Server, Apache Tomcat Server4.0 and Integrate both of them.
    Still now I am using Apache Tomcat 4.0 as a standalone application and now I want to learn how to install,use Apache Web Server and integrate this with Apache Tomcat.
    Please point me to exact location,url to download the recent Apache Web Server and,
    Can I use my existing Standalone Apache Tomcat 4.0 to integrate this with Apache Web Server that I am going to download.
    A detailed explanation of how to integrate both is very helpful.
    Thanks in advance.
    <pre>

    The way to integrate Apache Web Server & Apache is very easy. The first step is download the library to connect both servers. This library can be download from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0/bin/webapp-module-1.0-tc40-windows.zip.
    Copy the files to APACHE_HOME\modules and open httpd.conf to change any lines:
    You find the section "LoadModule" and you add the next lines:
    LoadModule webapp_module modules/mod_webapp.so
    AddModule mod_webapp.c
    And the end of the file you must add these lines:
    WebAppConnection conexion warp localhost:8008
    WebAppDeploy examples conexion /examples
    The first parameter -2nd line- (examples) is the URL name application, the second is the connection's name and the last parameter is the application's name. This name is the same which in servlet.xml.
    At last you can add one more lines to check the module's configuration:
    WebAppInfo /webapp-info
    If you visit http://<yoor_host>/webapp-info you can see the configuration.

  • Skype Manager Difficult to FIND?

    I hadn't used Skype Manager for a while, and went to www.Skype.com to access it.  Logged in as myself, and I am set as a full administrator for our business account.
    Why isn't there an obvious, prominent link after I login, to go to the Skype Manager web app???
    Annoyingly the only appropriate sounding link, "Skype Manager" in the "Account Details" list, only lets me edit a few obvious settings about my personal account's visibility in Skype Manager - it takes me into a "Skype Manager settings" area which looks sort of like Skype Manager (but isn't).
    Looks like there is no link from my account to the real Skype Manager web app, and I need to just know the URL "manager.skype.com".
    Would be easy to make this much easier to use...

    Thanks for your feedback and i have to admit that I fully agree there's a shortcoming of the new Skype web account page. I've shared your suggestion with the product team to consider adding this link in a future upgrade to the web account page.
    (Internal reference: PORTAL-1337)
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Getting 401 URL

    Hi,
    when i am creating the java proxy from the .NET web service using the third party tool apche SOAP Axis tool, and i used the command for this is
    java org.apache.axis.wsdl.WSDL2Java <web service> then
    its giving the error as
    java.io.IOException: Server returned HTTP response code: 401 for URL: http://10.113.10.78:8080/OracleSPS/OracleSPS.asmx?WS
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:709)
    at java.net.URL.openStream(URL.java:960)
    at org.apache.crimson.parser.InputEntity.init(InputEntity.java:209)
    at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:471)
    at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
    at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
    at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:185)
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369)
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:420)
    at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:482)
    at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)
    at java.lang.Thread.run(Thread.java:536)
    i can view the web service with my username and password. and also i set the all jars in classpath. i am not under standing why should getting this error,
    so please help me, its very urgent to my progress...
    Thanks

    Sorry, I have no answer for this, but I am getting a similar problem and would really like an answer. It seems that when communicating between servlets, there needs to be some sort of security setting that will allow one to communicate via http to the other.
    Surely someone has encountered this and knows what needs to be done?

  • IFS root moved to /ifs/files in Apache

    I set up iFS 1.1 to work with Apache on Solaris.
    It took me a while to find out that the root of the iFS files was moved to http://myhost:7777/ifs/files (instead of http://myhost:7777/ on JWS).
    I learned that you can shorten the path a bit to http://myhost:7777/files by adding the line "ApJServMount / /root" in the $ORACLE_HOME/Apache/JServ/etc/jserv.conf file.
    I also found that you can change "files" to whatever you like by altering the Servlet Alias in $ORACLE_HOME/Apache/JServ/etc/zone.properties.
    But is there a way to totally get rid of this directory in the URL ?
    Now the paths don't match between the HTTP interface and the others (FTP, SMB, ...) and I cannot use full pathnames in my JSP's or HTML.

    hello --
    i'm not aware of any straightforward way to map simply to "/" in JServ. you can probably do tricks like URL-rewriting through mod_rewrite in apache, but i think there could be pitfalls there as well.
    -ilya
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Tom Van Lint:
    I set up iFS 1.1 to work with Apache on Solaris.
    It took me a while to find out that the root of the iFS files was moved to http://myhost:7777/ifs/files (instead of http://myhost:7777/ on JWS).
    I learned that you can shorten the path a bit to http://myhost:7777/files by adding the line "ApJServMount / /root" in the $ORACLE_HOME/Apache/JServ/etc/jserv.conf file.
    I also found that you can change "files" to whatever you like by altering the Servlet Alias in $ORACLE_HOME/Apache/JServ/etc/zone.properties.
    But is there a way to totally get rid of this directory in the URL ?
    Now the paths don't match between the HTTP interface and the others (FTP, SMB, ...) and I cannot use full pathnames in my JSP's or HTML.<HR></BLOCKQUOTE>
    null

  • 401 URL status

    Hi,
    when i am creating java proxy classes form .NET web service using the third party tool apache SOAP Axis tool, i am getting the error as
    java.io.IOException: Server returned HTTP response code: 401 for URL: http://10.113.10.78:8080/OracleSPS/Oracle
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:709)
    at java.net.URL.openStream(URL.java:960)
    at org.apache.crimson.parser.InputEntity.init(InputEntity.java:209)
    at org.apache.crimson.parser.Parser2.parseInternal(Parser2.java:471)
    at org.apache.crimson.parser.Parser2.parse(Parser2.java:305)
    at org.apache.crimson.parser.XMLReaderImpl.parse(XMLReaderImpl.java:442)
    at org.apache.crimson.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:185)
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:369)
    at org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:420)
    at org.apache.axis.wsdl.symbolTable.SymbolTable.populate(SymbolTable.java:482)
    at org.apache.axis.wsdl.gen.Parser$WSDLRunnable.run(Parser.java:361)
    at java.lang.Thread.run(Thread.java:536)
    'password' is not recognized as an internal or external command,
    operable program or batch file.
    i already set the classpath of the reaquired jar files before run the command. and i create the user where i have the web service. i can view that web service with my user. but still it is giving the error. so
    could you plz help me, its very urgent for my progress...
    i used the command to generate the proxy is
    java org.apache.axis.wsdl.WSDL2Java <web service>?WSDL
    Thanks

    Hi Pradeep,
    Have you configured according to below configuration help? check the user have role which mentioned below.
    Regards,
    Praveen.

Maybe you are looking for

  • Report needed to view different prices applied in a sales order / invoice

    Hi Friends             In the sales order/ Invoices there are 2 different prices , List price and another special price . These 2 condition types  are generally determined in pricing . Requirement is to have a report which displays these 2 prices per

  • How to open a new tab with the same current directory in a terminal?

    I use the following script to open a new terminal with the same pwd. I'm wondering how to modify it to open a new tab with the same pwd. #!/bin/sh # Open a new terminal in the cwd CWD=`pwd` osascript<<END set thePath to "$CWD" set myPath to (POSIX fi

  • Why is the upload screen not appearing?

    Hello All.      I have made another topic post about this topic, however the solution for that is not working. I am using a Macbook Pro running OS X Mavericks. iPhoto recognizes this camera, however on iMovie, an upload screen on iMovie, which is sup

  • HT204406 cannot upload song to itunes match, i cloud seems keep pending to upload

    Cannot upload song to itunes match, i-clould seems keep pending to upload

  • Using Rank function in mdx

    I have the following data in my cube Prod ID  Account ID     Measure 1            10                    20 2            10                    20 2            20                    10 Now I want an mdx query which would show an aggregation against the