Deploying Oracle Forms 11g on standalone WebLogic Server - forms

I set up the environment and everything, but I was wondering whether it is possible to install WebLogic Server alone and then configure it to run a Forms application, without having to install Forms 11g on the server machine.

Alone, Unfortunately oracle does not provide perfect solution for that....
This means not, it has no solution Here is 2 solutions..
Solution 1 :
You have to install both weblogic and form 11g on server machine.
Solution 2:
you can copy required files form development machine to server machine for alone server.
Choice is yours...
good luck!

Related

ORA-12154: TNS: could not resolve the connect identifier specified (but Net Manager tests fine!)

I am running Lyris ListManager on a Win 2008 server. It connects to Oracle 12c on another machine.
I have successfully configured and tested the connection using the Net Manger (or Net Configuration Assistant). However, when I run ListManger, I receive this Oracle error (TNS: could not resolve the connect identifier specified).
I checked the configuration file for the ListManager (lmcfg.txt), which correctly specifies everything.
Previously, we had Oracle 11g database, and 11g client on this server, which worked fine. DB upgrade to 12c was successful (other applications, on other servers, work fine), and I removed 11g client and installed 12c. It successfully connects to the Oracle server with the correct service ID, but Lyris ListManger application can't connect.
What am I missing here?
The root of the problem was in multiple client installations. At some point during the troubleshooting, I installed, and then uninstalled 64-bit client. After that, I installed 32-bit client and got it to connect through the Net Manager. However, that 64-bit client wasn't correctly and completely removed, and the ODBC driver was still looking at its original path for DLL libraries (which weren't there anymore).
I had to add a new ODBC driver entry for the 32-bit Oracle client. Once this was properly configured, the ListManager application was able to connect to Oracle server.

Does oracle soa quick start installation needs oracle database installation or does it come with some embedded database?

I am new to oracle SOA products and learning.
I have installed the fusion middlewre 12.2.1.2.0 soa quick install distributin and I am wondering does it require any database. I know that in production architecture it certainly needs oracle database but as far as development environment is concerned which database does it come with ?
Also how to see/modify these files related with database configurations.
Thanks
If you have installed the Oracle SOA Suite quick start then it comes with a pre-configured instance of Java DB, you don't need to have an Oracle database to start to use the suite, unless you have some special requirement.

ZendServer CE - change database type?

I am using the trial version of the Zend Server edition. From all the videos/documentation supposedly you are able to change the database version from SQLITE to MySQL, but all I get when deploying an application on Zend Server is to set the Host, Database name, username and password?
Just install mysql on your system and use it. ZendServer does not care what database engine you use. When installing Zend Server it is supposed to ask if you want to install mysql (possibly you have to chose manual installation or custom or extra stuff) you might of mised that option so perhapds reinstalling is the simpler solution.
But really, you should be able to just install mysql and start using it.

How create a remote glassfish server

Hi folks I want to create a remote glassfish server.I mean to say that I want glassfish server on a single machine and its remote client connect to it and use it and compile/develop their code from that server machine because i don't want to install glassfish on all machines.My remote users will use eclipse for development
Thanks
First you need to install glassfish on the machine that you are using. See how it is done with glassfish v2.1: http://glassfish.java.net/downloads/v2.1.1-final.html
Then you need to attach the remote glassfish to your IDE. If you are using the glassfish for development do not forget to enable debug and start glassfish in debug mode.
I have used remote glassfish with IntelliJ, it has a perfect integration. I do not how it will work with Eclipse, but this link: http://java.dzone.com/articles/how-debug-remote-java-applicat might be what you need.

Is the same to leave netbeans running on vps or should I run only glassfish?

I have managed to get my app, up & running in my vps an over the internet, but I have done using this from netbeans, is it the same or I should close netbeans, run glassfish from bin files, deploy and start from admin console and have only glassfish running?
Enviroment: glassfish v3, JSF2.0, netbeans 6.8
Thank you very much
Best regards
Ignacio
The 'standard' way would be to have Glassfish running as a standalone app.
You can still use netbeans to administer it from your machine (by setting up a remote domain GF server in 'services->servers') or you can use the admin console (http://yourhost:4848) or indeed use the asadmin CLI tool.