How to Setup a JSP to Run on Different Physical Location than OC4J Defaul

I am trying to setup a development environment for jsp application development in Oracle 9ias Release 2 for a development group. I followed the steps outlined in NOTe:167960.1 using both EM Website (creating a OC4J and editing server.xml and defau*.xml files) and DCMCTL (Doc ID: 185635.1) utility. OC4J app is coming up only partially which does not work.
Is this possible to "Setup a JSP to Run on Different Physical Location than OC4J Default Home" in Oracle 9ias Release 2 ?
Appreciate insight
Thanks
Subu

I was finally able to get it up and running... I commented out all the apple specific lines in smb.conf until I was able to successfully finish the driver copy process via the Windows driver wizard. The line in the /etc/smb.conf which was causing this weird problem was:
     vfs objects = notify_kqueue,darwinacl,darwin_streams
I have no idea what this line is about. However after commenting it out the driver installation immediately started to work. I cross checked it by adding the line again and viola the problem was back - so it can be broken down to this line...
As I've found some other comments to this line in the internet I guess I will go for the smb.conf changes described in this article:
http://blog.djmnet.org/2009/02/09/macs-needing-unix-network-geekery/
Cheers
jogi4mac

Similar Messages

  • How to setup 2 iTunes Libraries with 2 different HD locations? HELP please!

    I am so confused how this is supposed to work! I've searched all over the forums, Apple discussion board, and support section, and the only thing I can find tells you how to press the Option key when loading iTunes. DUH! That's the easy part! But how in the heck do you set up the libraries? Why is this not documented anywhere?
    So basically I have a MBP, and ALL of my iTunes stuff is on an external USB hard drive. What I would like to do is have that external hard drive REMAIN as my main library, the one I sync my iPod, iPhone, Apple TV, etc... but would like to COPY my music files only (about 35GB) to my MBP on the internal drive, so I can have all MUSIC files with me. I would not sync with this library, just play it on my laptop on occasion. Isn't this do-able?
    Where I am having trouble is this: I held down Option, loaded a brand new library, and figured I need to go in the Prefs and tell it where to get the music files, so I noticed it showed the external drive there. I changed it to my local folder, hoping that's where I would copy the music files to, but then noticed when I loaded iTunes and the MAIN library, it automatically changed my iTunes location to the new local drive I just set for the other library. This makes no sense to me as if iTunes forces you to have only ONE choice for the source of the files, what's the point of multiple libraries? I want a different location for each of the two libraries!
    Clearly I don't have something set right, or I am missing a step. Can someone please help me ASAP?
    Thanks in advance...
    One more thing - what's the best way to copy my music only, to my local drive after setting this up? I tried opening iTunes and selecting all of the music files and dragging it to a local folder, and it got stuck for about 30 seconds then didn't do jack. I don't get why I'm having such a hard time with this.

    I'll go play around with the Input Currency and the output currency.How can i play around in specific?
    For transferring it to payroll you may need to thinking of attaching it to the correct >ledger.The Transfering is to GL by running conc. request 'Transfer is to GL'
    are you going to pay the non local people in the local bank or in the foreign bank.All the employees are going to be paid through Local banks but the employees can have any type of Currency Account (i.e. It can be USD,EURO,RAND, etc...)
    Thank you,
    Chetan

  • How to setup my computer to run JSP and Servlets

    I want to setup my computer to run JSP and Servlets.
    What kind of Servers and other tool i need to install to run JSP and Servlets.
    Plz, Help me to start my work on JSP.
    Regards,
    Usman Ali

    hello
    JSP and servlet is web programming, may be little bit different to development local application.
    1st, you should have two computers: one is server and the other is local workstation. This server should have a static IP address, that other people can go into your server. Workstation is any computer normal you use it.
    2nd, you need to setup your server in: OS(linux or windows 2000), web server (jrun, apach or Tomcat etc. ), as well as install JDK, servlet.
    3rd, your local workstation just use as programming editor and open a browser to testing, anytime you write your code, then ftp to server to test.
    Reality, you have many technical thing to solve, eg setup web server etc. However, you can write your source code and test it, then open to outside people.
    hope to helpness, if anything don't uderstand, you can post again or send email to me [email protected] Since I just have setup this configuration in my university for my project.

  • How to call jsp /servlets running in different web application in tomcat

    hello all,
    i have 2 web applications(Charts and Reports) in the same tomcat,i want to call jsp/servlets running in the Reports webapp from Charts webapp.how do i achieve this.
    thanx
    ravi

    You can also use getContext(String context) in the ServletContext class to get a request dispatcher.
    Using the above example it would be :
    // in a servlet in the charts webapp
    ServletContext context = getServletContext();
    ServletContext reportsContext = context.getContext("/reports");
    RequestDispatcher dispatcher = reportsContext.getRequestDispatcher("/path")
    dispatcher.forward(request, response);Just note, that depending on your server's configuration getContext(...) might return null.

  • How to setup ias 9i to run reports in pdf

    Hi,
    How to setup ias 9i reports, so that they always can run in pdf format when I call it from my forms????

    By setting the defsformat to PDF.
    For instance, from browser:
    http://testservername:port_num/rwservlet?server=testservername&report=testreport.rdf&userid=testusername/testpassword@testdb&desformat=pdf

  • How to setup the jsp service

    Hi all,
    After I setup teh weblogic and write some jsp, I cannot call the jsp up from
    my URL thur a NES.
    My configuration is
    Web-server NES 3.6.3
    WebLogic App Server 4.5.2
    (URL http://hostname:81/servlet/* will proxy-forward the request to
    weblogic 4.5.2)
    like http://hostname:81/servlet/newservlet -> to
    http://weblogicserver:7001/servlet/newservlet
    for the servlet, it is ok....
    but if I call http://hostname:81/servlet/newjsp.jsp , then there will be a
    404 Not Found error....
    My properties setting for jsp is
    weblogic.httpd.register.servlet/*.jsp=weblogic.servlet.JSPServlet
    weblogic.httpd.initArgs.servlet/*.jsp=\
    pageCheckSeconds=1,\
    packagePrefix=a.b.c.d,\
    compileCommand=/jdk1.2.2/bin/javac,\
    workingDir=/abs_path_to_a_newly_created_directory,\ (weblogic
    process has the write right to this directory)
    verbose=true
    weblogic.httpd.documentRoot=public_html/
    And have already place all the jsp into the public_html/ and even one more
    copy in public_html/servlet/
    but I still can't call the jsp....
    can anyone tell me how to fix it........
    THX
    Alex

    Are you able to call the JSP pages directly? Or, does it just not work when
    you are using the plug-in?
    Michael Girdley
    BEA Systems Inc
    "Alex Wong" <[email protected]> wrote in message
    news:[email protected]..
    Hi all,
    After I setup teh weblogic and write some jsp, I cannot call the jsp upfrom
    my URL thur a NES.
    My configuration is
    Web-server NES 3.6.3
    WebLogic App Server 4.5.2
    (URL http://hostname:81/servlet/* will proxy-forward the request to
    weblogic 4.5.2)
    like http://hostname:81/servlet/newservlet -> to
    http://weblogicserver:7001/servlet/newservlet
    for the servlet, it is ok....
    but if I call http://hostname:81/servlet/newjsp.jsp , then there will be a
    404 Not Found error....
    My properties setting for jsp is
    weblogic.httpd.register.servlet/*.jsp=weblogic.servlet.JSPServlet
    weblogic.httpd.initArgs.servlet/*.jsp=\
    pageCheckSeconds=1,\
    packagePrefix=a.b.c.d,\
    compileCommand=/jdk1.2.2/bin/javac,\
    workingDir=/abs_path_to_a_newly_created_directory,\ (weblogic
    process has the write right to this directory)
    verbose=true
    weblogic.httpd.documentRoot=public_html/
    And have already place all the jsp into the public_html/ and even onemore
    copy in public_html/servlet/
    but I still can't call the jsp....
    can anyone tell me how to fix it........
    THX
    Alex

  • How to setup process chains to run during office times every 30 minutes

    I want to set up a process chain to run only during 8 am to 6 pm MST every 30 minutes. How do I do such a setting in the process chain?
    Regards
    Ram

    Hello,
    You can do this by creating a daemon chain which runs once every 30 mins and triggers a event.
    You can use the event triggered by the daemon chain in the start variant of the PC which you require to run every 30 mins.
    But before doing that, make sure that one run of your process chain completes definetly in 30 mins.
    Let me know if you are looking for additional information.
    Cheers,
    MS.

  • How to Make simple JSP page running on TOMCAT 5.5.14

    Hi, Friends
    I have tried many to put test.jsp page in my webapps folder in tomcat installation directory and try to run http://localhost:8080/test.jsp but it will showing errors instead of running it.
    And will u provide me the basic and simple structure of creating the WEB-INF, src, web.xml, build.xml etc. etc.
    I am using my OS as WinXP prof. with sp2.
    also please post answer on mail. [email protected]

    Create a dir under webapps say "mydir"
    under this dir place your .jsp file and create WEB-INF directory too
    and run
    http://localhost:8080/test.jsp

  • How to setup SSRS reports to run automatically

    Hi All,
    I am completely new to SSRS.  I am currently using Visual Studio Premium 2013 version to develop my SSRS reports.
    I've been reading many posts in regard to setting up SSRS reports to run automatically.
    I can see on some answered posts that I can use subscription feature of SSRS by going to my report manager-->Select
    your report--> goto properties -->Subscription tab.
    My first dumb question as a newbie to SSRS is; how and where do I locate my report manager.
    Thank you all for your help.

    My first dumb question as a newbie to SSRS is; how and
    where do I locate my report manager.
    Hello,
    The "Report Manager" is a web interface to manage & access SSRS reports; see
    Report Manager (SSRS Native Mode) and
    Tutorial: How to Locate and Start Reporting Services Tools (SSRS)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How to setup SNMP and start run it in Xserve

    hello, any one who can tell me how to configure the SNMP in Mac Xserve and how to start up it? Thanks in advance!

    A google search returned this document
    http://docs.info.apple.com/article.html?artnum=107012

  • How do you separate global data running in different threads of TestStand

    I have created a DLL which I want to call from multiple threads of TestStand. I also need to have some global data that is local to each thread. VC++ allows me to use the declaration:
    __declspec(thread) int foo
    to create "Thread Local Storage"
    (ie global data that is local in the each thread -- not shared between threads).
    This works fine from a VC++ application, but when I try to access data declared with this from Test Stand I get the following error.
    Win32error code 998 - Invalid access to memory location
    This occurs when I try to set a variable declared using this convention in my DllMain function.
    I get a -17502; System Level Exception when I access it from a function that I call in the DL
    L.

    Russell -
    I found the following comment in Microsoft's MSDN and I know that TestStand dynamically loads DLLs:
    If a DLL declares any nonlocal data or object as __declspec( thread ), it can cause a protection fault if dynamically loaded. After the DLL is loaded withLoadLibrary, it causes system failure whenever the code references the nonlocal __declspec( thread ) data. Because the global variable space for a thread is allocated at run time, the size of this space is based on a calculation of the requirements of the application plus the requirements of all of the DLLs that are statically linked. When you use LoadLibrary, there is no way to extend this space to allow for the thread local variables declared with __declspec( thread ). Use the TLS APIs, such as
    TlsAlloc, in your DLL to allocate TLS if the DLL might be loaded with LoadLibrary.
    Scott Richardson (NI)
    Scott Richardson
    National Instruments

  • How to setup an email account which has different outgoing server

    I have my work email and I do not know how to set it up on my iphone, the email server is in another country and i should set it up to login to that server to send and receive my email, on outlook i can set it up by using the advace setting to put the info of the this server but on iphone i tried it but does not work, please help me.
    thanks

    You need to go see your IT person at work so they can add you to the BES server - they would have the password. 

  • How do i restore an archive log to different desired location

    run {
    allocate channel c1 type 'sbt_tape';
    restore archivelog logseq 2355423 thread 2 to ;
    release channel c1;
    if i run this command the archive log will be restored in the default location my problem is it will go to the ASM disk group i wan't this file to my OS raw mount point, can anyone suggest?

    Hi,
    Thanks for the reply and its working and i do even have a question how to copy the file from ASM disk group to raw file system with cp it is erroring out
    ASMCMD> cp +PRD2_ARC_DG1/FIN1PRD2/ARCHIVELOG/2011_06_14/thread_2_seq_2355423.650.753780035 /oracle/admin
    copying +PRD2_ARC_DG1/FIN1PRD2/ARCHIVELOG/2011_06_14/thread_2_seq_2355423.650.753780035 -> /oracle/admin/thread_2_seq_2355423.650.753780035
    ASMCMD-08016: copy source->'+PRD2_ARC_DG1/FIN1PRD2/ARCHIVELOG/2011_06_14/thread_2_seq_2355423.650.753780035' and target->'/oracle/admin/thread_2_seq_2355423.650.753780035' failed
    ORA-19502: write error on file "/oracle/admin/thread_2_seq_2355423.650.753780035", block number 55297 (block size=512)
    ORA-06512: at "SYS.X$DBMS_DISKGROUP", line 258
    ORA-06512: at line 3 (DBD ERROR: OCIStmtExecute)
    Thanks,
    Pradeep.

  • How do I manage radio stations in a different playlist other than itunes's main library?

    First of all, I don't remember having this problem before. Second, for being apple's flagship software product, it's still really really buggy, but I digress.
    In anycase I have some radio stations that I want to put into a play list on itunes. The problem is that they show up in my main music library as well, this is an issue when I just want to listen to my playlist and they pop up. I want my radio stations to be contained differently from my main music stash. As I said earilier, I don't remember this being like this before. Pretty much, ever since apple change the iTunes icon, I've been less and less thrilled about the changes being made to itunes.
    Sincerly,
    (Someone who is Grumbling about how itunes doesn't handle album art very well, and gets annoyed when itunes inadvertanly delete's it.)

    This question is no longer relevant. I now have a wonderful MacBook Pro and am happy using iTunes

  • How to setup project property in 9iJdeveloper?

    i don't know how to setup the project property, although i have experience with jdev3.1.
    i want to run a helloworld.jsp.
    the project name is myProject.
    the files i have
    helloworld.jsp
    helloworldBean.java
    helloworldProvider.java
    the data "hello world" is retrived from a database table.
    i use NT to build and test these files, and put them on Linux environment later.
    the Linux server runs 9iAS, i will put the jsp file in $j2ee_home/default-web-app/myTest, and put the servlet classes in $j2ee_home/default-web-app/WEB-INF/classes/myTest.
    could any one give me detail explaination on
    1.where to put the three files(same directory or not)?
    2.how to setup the project property on my NT machine? (such as Defaul Package, javaSourcePath, HTML root Diretory, output directory,Libraries, J2ee properties, modelers properties, and other properties necessary to be modified. )

    Mazel tov !!!
    Finally found it!
    So simple.
    nothing to do with rendering.
    Steve you deserve a big hug for all your hard work in trying to help me, and I feel like I owe you big time, however the solution was so simple and provided by ted smith, on the playback screen one right clicks and changes the playback quality to highest, and the quality is 100% crystal clear.
    Thank you all for your help.
    btw who knows how to export an mp3 from a video?
    Thanks
    simon

Maybe you are looking for