Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.help > #891
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.glorb.com!postnews.google.com!x19g2000prc.googlegroups.com!not-for-mail |
|---|---|
| From | lewbloch <lewbloch@gmail.com> |
| Newsgroups | comp.lang.java.help |
| Subject | Re: Learning WebLogic |
| Date | Sun, 24 Jul 2011 12:10:58 -0700 (PDT) |
| Organization | http://groups.google.com |
| Lines | 32 |
| Message-ID | <c2fffa8d-4573-4502-be0a-fb663ffcb76d@x19g2000prc.googlegroups.com> (permalink) |
| References | <bf266a9f-b46a-422c-9205-383a80c0248b@10g2000yqn.googlegroups.com> |
| NNTP-Posting-Host | 216.239.45.130 |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Trace | posting.google.com 1311534658 5785 127.0.0.1 (24 Jul 2011 19:10:58 GMT) |
| X-Complaints-To | groups-abuse@google.com |
| NNTP-Posting-Date | Sun, 24 Jul 2011 19:10:58 +0000 (UTC) |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | x19g2000prc.googlegroups.com; posting-host=216.239.45.130; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T |
| User-Agent | G2/1.0 |
| X-Google-Web-Client | true |
| X-Google-Header-Order | ASELCHRU |
| X-HTTP-UserAgent | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.99 Safari/535.1,gzip(gfe) |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.java.help:891 |
Show key headers only | View raw
Steve wrote: > I've mostly used Tomcat to test servlets and JSPs. I started a new job > and it looks like I can't really use Tomcat as part of my development. > The test and production versions of the app run on Web Logic. I know > zero about Web Logic. Is it possible to set up a minimal installation > of Web Logic as part of a development environment in a manner similar > to Tomcat? By that I mean using localhost, coding my files where I > want to, with my own tools and then copying them to a special > directory in Web Logic to see how it all runs? I don't know how minimal it is, but you certainly can set up WL to run on localhost and deploy from the same machine. Have plenty of memory, and configure a bunch of it (both heap and permanent) for WebLogic. You don't copy files into WebLogic; it does that for you. Use its management screens to deploy your app from the WAR or EAR files, or point it to the build/deployment directory of your project. Don't mess with manual copying. > There is a blizzard of docs about Web Logic on Google. Could anyone > recommend a good tutorial on setting up Web Logic in a development > environment to test out JSPs and Servlets? I don't know about tutorials, but the WebLogic docs are rather comprehensive. Personally I find WebLogic and Glassfish to be rather similar to manage. For a tutorial, including an official one from Oracle, see http://lmgtfy.com/?q=WebLogic+tutorial -- Lew
Back to comp.lang.java.help | Previous | Next — Previous in thread | Next in thread | Find similar
Learning WebLogic Steve <tinker123@gmail.com> - 2011-07-13 07:41 -0700
Re: Learning WebLogic lewbloch <lewbloch@gmail.com> - 2011-07-24 12:10 -0700
Re: Learning WebLogic lewbloch <lewbloch@gmail.com> - 2011-07-24 12:19 -0700
csiph-web