Design VIew not working

Hey guys,
I'm getting this too and can't figure it out. Errrr!! I can't
open it in my version, or on my other computer, I've tried to
rename the page.
When I remove important parts of the code (like the tables!)
it will show somethnig, otherwise it's just a few cells in the top
right with nothing in them.
Thank you, any ideas would be appreciated

Show us your code, please.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"linda78" <[email protected]> wrote in
message
news:euap17$j36$[email protected]..
> Hey guys,
>
> I'm getting this too and can't figure it out. Errrr!! I
can't open it in
> my
> version, or on my other computer, I've tried to rename
the page.
>
> When I remove important parts of the code (like the
tables!) it will show
> somethnig, otherwise it's just a few cells in the top
right with nothing
> in
> them.
>
> Thank you, any ideas would be appreciated
>

Similar Messages

  • Design View not working with skins

    Hey,
    Excuses, I posted this question earlier in the "general
    discussion" topic.
    I'm using Adobe Flex 2. I have a pretty big project. If I
    open it, design view works. If I close Flex and open the same
    project again, design view wont work. There aren't any
    error-messages or warnings given. I have been able to track te
    problem down to graphical skins in a CSS declaration. I have to
    erase them, to make Design View work. Then, I paste the code back
    again. This is very inconvienent. Is this a normal problem,
    inherent to how Flex works. Is there an other, easier way around?
    Thanks in advance!
    Knut Nidelven
    Here is the code that does the damage...:
    .topBar {
    fontFamily: Arial;
    font-style: none;
    fontWeight: normal;
    font-size: 12px;
    upSkin: Embed('assets/button_top_up.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    overSkin: Embed('assets/button_top_over.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    downSkin: Embed('assets/button_top_selectedUp.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    selectedOverSkin: Embed('assets/button_top_selectedUp.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    selectedDownSkin: Embed('assets/button_top_selectedUp.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");
    selectedUpSkin: Embed('assets/button_top_selectedUp.png',
    scaleGridLeft="4",scaleGridTop="4",scaleGridRight="12",scaleGridBottom="12");

    VIEW | Style Rendering > Display Styles?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ganda1f" <[email protected]> wrote in
    message
    news:f11lt2$sv9$[email protected]..
    > Hi All,
    >
    > Design view does not render ( just plain text, no
    formating ! ) in CS3.
    > So I
    > loaded the same file in DW8 ( installed on same machine
    ) & it works fine
    > !
    >
    > Anyone have any ideas why ?
    >
    > html doc is lnked via this:
    >
    > regards, Dave P
    >
    >
    > <style type="text/css">
    > <!--
    > @import url("style.css");
    > -->
    > </style>
    >

  • Design view not working after importing project from Flex Builder

    After importing a project from Flex Builder to Flash Builder I am no longer able to see anything in the design view. I am using the flex 4.5 sdk.
    Any idea how I can get this design view working? I heard it could have something to do with the metadata directory but am slightly lost here?...
    Adam

    Could you please provide more information as to what exactly are you importing. Also does Design View not lauch at all or does it give errors. Would it be possible for you to share the logs.
    Meanwhile you can try cleaning the workspace and importing again to see if that solves the issue.

  • Problem doing JSF tutorial - design view not working

    Hi everyone.
    I am fairly new to Java and followed the tutorial bellow to styart learning about it.
    http://st-curriculum.oracle.com/obe/jdev/obe11jdev/ps1/adf_richclient/adfrichclient.htm#o
    I managed to finish the tutorial using the structure explorer because the design view wasn't working for me. Whenever I make a JSF Template and use it to make another JSF page, the design view does not shows the facet I've added, thus I cannot put any components using the design view. I basically fail to get the screen shown at #4 of the "Create a Page Using the Page Template" section in the tutorial.
    Am I missing a configuration or something ?
    Thanks.

    I tried looking at the logs (with the option on) and didn't see anything. I'll continue to investiguate on this.
    Here is the template code followed by the "child" page code. On the page code, I can't put anything inside the facet using the designer, but using the structure, I can.
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <af:pageTemplateDef var="attrs">
    <af:decorativeBox id="pt_db1">
    <f:facet name="center">
    <af:panelSplitter id="pt_ps1" orientation="vertical"
    splitterPosition="25" positionedFromEnd="true">
    <f:facet name="first">
    <af:panelSplitter id="pt_ps2">
    <f:facet name="first">
    <af:panelAccordion id="pt_pa1">
    <af:showDetailItem text="showDetailItem 1" id="pt_sdi1"/>
    </af:panelAccordion>
    </f:facet>
    <f:facet name="second">
    <af:facetRef facetName="content"/>
    </f:facet>
    </af:panelSplitter>
    </f:facet>
    <f:facet name="second"/>
    </af:panelSplitter>
    </f:facet>
    <f:facet name="top"/>
    </af:decorativeBox>
    <af:xmlContent>
    <component xmlns="http://xmlns.oracle.com/adf/faces/rich/component">
    <display-name>master</display-name>
    <facet>
    <facet-name>content</facet-name>
    </facet>
    <attribute>
    <attribute-name>Title</attribute-name>
    <attribute-class>java.lang.String</attribute-class>
    <default-value>*Default Title</default-value>
    </attribute>
    </component>
    </af:xmlContent>
    </af:pageTemplateDef>
    </jsp:root>
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <af:document id="d1">
    <af:form id="f1">
    <af:pageTemplate viewId="/templates/master.jspx"
    value="#{bindings.pageTemplateBinding}" id="pt1">
    <f:facet name="content"/>
    </af:pageTemplate>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Edited by: 833334 on Feb 2, 2011 2:28 PM --> Replaced with smaller code that has the same issue.

  • Quickie: Design view not working

    Hi all,
    Not sure why, but design view (non-live) just shows a grey panel, or white if I focus on it.
    If I turn Live View on, I can see everything but not edit it obviously. Split code/design doesn't work unless Live View is turned on.
    No idea why this is, I'm an occassional user of DW (CS6 Win7). This is a site which I've created, edited and published before all on the same workstation.
    Thanks in advance,
    Simon.

    First, validate your HTML and CSS code.  Fix any reported errors.  CS6 Design View is much less forgiving of coding errors than earlier versions were.  A blank screen can be caused by missing semi-colons in your CSS, orphaned <div> tags, etc..
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    If after cleaning your code you still have problems, upload your page and supporting files to your web server, come back here and post the URL so we can take a look at it.
    Nancy O.

  • Jsp Design view not working

    For some reason I can't create or edit jsp files within the design view. I get a blank screen with the following text in the middle "Type, paste, or drag content onto this blank page, or drag and drop a component from the palette.
    The weird thing is that a few jsp pages that I try to edit will work but most of them won't display anymore. They were working a day or so ago.
    Does anyone have any idea what is wrong?
    I am running Studio Edition Version 10.1.3.0.4 (SU5).
    Please, any help would be greatly appreciated.

    Shay,
    I created a new jsf jsp page like the following:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
    "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <f:view>
    <html>
    <head>
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    <title>one</title>
    </head>
    <body><h:form></h:form></body>
    </html>
    </f:view>
    When I go to the design view, I get the following messages on the console
    Sep 15, 2006 7:24:18 AM oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl
    verifyFilterIsInstalled
    WARNING: The AdfFacesFilter has not been installed. ADF Faces requires this fil
    ter for proper execution.
    Sep 15, 2006 7:24:18 AM oracle.adfinternal.view.faces.renderkit.core.CoreAdfRend
    eringContext _initializeSkin
    WARNING: There is no SkinFactory
    Sep 15, 2006 7:24:19 AM oracle.adfinternal.view.faces.io.HtmlResponseWriter endE
    lement
    SEVERE: Element End name:form does not match start name:script
    I see the severe error but it doesn't make any since becuase I don't have a script element in this file.
    Please help.....

  • Design view not working with external style sheet

    Hi All,
    Design view does not render ( just plain text, no formating !
    ) in CS3. So I loaded the same file in DW8 ( installed on same
    machine ) & it works fine !
    Anyone have any ideas why ?
    html doc is lnked via this:
    regards, Dave P

    VIEW | Style Rendering > Display Styles?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ganda1f" <[email protected]> wrote in
    message
    news:f11lt2$sv9$[email protected]..
    > Hi All,
    >
    > Design view does not render ( just plain text, no
    formating ! ) in CS3.
    > So I
    > loaded the same file in DW8 ( installed on same machine
    ) & it works fine
    > !
    >
    > Anyone have any ideas why ?
    >
    > html doc is lnked via this:
    >
    > regards, Dave P
    >
    >
    > <style type="text/css">
    > <!--
    > @import url("style.css");
    > -->
    > </style>
    >

  • JSP Design view not working in JDeveloper 10.1.3.3

    Hi,
    The problem I have is that my JSPs all throw a class not found error in design view when I load them. The problem is related to the useBean tag (see error example).
    Error exercising tag : jsp:useBean
    java.lang.Exception: java.lang.ClassNotFoundException: com......client.jsp.testclass
    The application is divided into a web project, an EJB project, and a server classes project. The JSPs are in the web project and the problem classes are in the server classes project. I'm limited to source view editing of JSPs due to this and the problem is only in the IDE, deployment of the code to the server is fine.
    Any suggestions would be appreciated.
    Kaitain

    I think they are but I could be mistaken, as the libraries list for the web project shows the server classes as a library.

  • Design View not working in DW CS5

    I have one .html file that displays the following in Design View:
    The code is all there, and if I view it in Live Code then all the content is visible. Here is what Live View looks like:
    Here is the current web page: Pennsylvania Philharmonic Subscription Series, spring 2015
    I tried "getting" the still-working file from remote, but the issue.
    I saw similar posts that recommend turning off "Head Content", but it was never on and that doesn't help. I have shut down, re-booted. Using Windows 7.
    All my other files for this site are fine. Just this one.
    Any help is appreciated!!

    Those yellow tr td tags mean your table code is malformed. Browsers can forgive some html errors and certain browsers are better than others at guessing what you meant when they run into problems. DW is showing you that you have structural defects in your code, which is one of the biggest causes for display issues in the browsers.
    Visit http://validator.w3.org to get a complete listing of your html errors and clean them up.

  • Flex Builder 3 Design View Not Working

    For some reason, the Design view has stopped working. I've tried uninstalling and reinstalling twice with no luck restoring it. All I see is a blank page when switching from Source to Design view. Source view works fine.
    Any help would be appreciated!

    if your using the mozilla browser then close the mozilla browser. then try the design view .you will see the design view.
    i dont know wat is the reason behind this but i was having the same problem then i started running my application on IE dont open the mozilla browser only.
    to change the the default browser go to Windows->preperances->general->web browser and choose the browser and say ok.
                Gajanan Hiroji | [email protected] | www.isacglobal.com

  • JDeveloper 10.1.3.4 design view not work

    Hi,
    I'm working with JDeveloper 10.1.3.4 and ADF Faces. My problem is that i can't view the design view in any page.
    the design view shows the follow message:
    "Type,paste or drag and drop content onto this blank...."
    Thanks in advance.

    Thanks for the feedback.
    Lost page interface. may help to avoid the execution of the filter code at Design Time.
    Regards,
    Didier.

  • Design View Not Working Properly

    Hi, I save my web site files as .php and I'm using DW CS5. When I switch to Design View all I get are a couple of icons. Why won't it display the page for me?

    Save file as 'test.html'
    If you still cannot see anything in design view, use the validation tools below and fix reported errors.
    Code Validation Tools
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    If you're still not seeing anything in Design View, post your code into the web forum with  >> Syntax highlighting > Plain.
    Code in the web forum looks like this.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • "Design View" not working in CS3 on Vista...

    I just installed DWCS3 on Vista. ALl pages open up in "Code
    View" and when you try to switch to "Design View" it gives an error
    and shuts down. If you try to navigate through "Code View" the
    cursor just stays in one spot...
    ...re-booting seems to help, but then it'll happen again
    every few times the program starts up.
    Anyone else having this problem, or know what to do about
    it???
    Thanks!

    Can you show us the code on the page?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "javed mir" <[email protected]> wrote in
    message
    news:fsd4hh$3kl$[email protected]..
    >I can't see the design of the page as it should show in
    the design window.
    >It does show the text but not the background images..

  • Order by in MATERIALIZED VIEW not work successfully with first column (ID)

    Dears,
    I am trying to create a Materialized View as below:
    CREATE MATERIALIZED VIEW HR.MV_EMP
    PCTFREE 10
    MAXTRANS 255
    TABLESPACE users
    STORAGE (
    INITIAL 65536
    MINEXTENTS 1
    MAXEXTENTS 2147483645
    BUILD IMMEDIATE
    REFRESH ON DEMAND
    AS
    SELECT *
    FROM employees
    where rownum < 5000 order by employee_id desc ;But while querying the MATERIALIZED VIEW, it did not work successfully as the data did not appear in the accurate order.
    I tried to create the same MATERIALIZED VIEW but order by another column (Column Date), it worked successfully and the data appeared in the accurate order.
    It means that MATERIALIZED VIEW not work successfully with the first column (id).
    Can you please help me in this ?
    Thanks & regards,,

    A few pointers :
    1. As has been pointed out, the ROWNUM has been incorrectly placed. ROWNUM values are assigned as rows are fetched from the source before the ORDER BY. You need to ORDER BY first (in a SubQuery) and then ROWNUM afterwards (outside the SubQuery).
    2. I wonder why you want only the last 5000 EMPLOYEE_IDs. What if Employee_ID 1 is still an active employee (he is the founder, first employee and CEO ?). There could be very many "low" EMPLOYEE_IDs that are still active.
    3. Logically I would expect some filter other than the ROWNUM ... ORDER BY to be used to select candidate rows. Then, an ORDER BY in the CREATE query would be unnecessary.
    4. When querying the Materialized View you must explicitly ORDER BY (irrespective of whether you did or did not do an ORDER BY in the CREATE ...)
    5. How do you expect to refresh the MV ? Will it always be a COMPLETE Refresh ? Remember that your "5000 employees" filter would likely exclude older employees at the next refresh. If you use some other filter, it should be consistent across all refreshs.
    Hemant K Chitale

  • PDF Viewer Not Working Some Scanned PDF Files.

    I Have Firefox Latest Version. I Want To View PDF files in Firefox without downloading them. But Firefox PDF Viewer Not Working Scanned PDF. Other Browsers Can View It.
    http://t.co/teYs9LOtyq
    This Is A Serious Problem & Please Fix This Issue.
    Thank You.

    Same problem. Am using Firefox 24 (W7x64).
    I've tried setting it to use the built-in PDF viewer, to always asking, to using Adobe plugin, to using Nitro plugin.
    I changed the pdfjs.disabled in about:config to true but that didn't help.
    The plugin.disable_full_page_plugin_for_types was set to
    user set string ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    I changed it to default, string but that didn't help either.
    The pdfjs.database is set to {"files":[{"fingerprint":"a217d02eee11bdca6fa87ec7d192fd7","exists":true,"page":1,"zoom":"auto","scrollLeft":0,"scrollTop":800},{"fingerprint":"2fc235a8bd85f838d74c927cfcd9842","exists":true,"page":2,"zoom":"auto","scrollLeft":0,"scrollTop":587},{"fingerprint":"c839bb8d692bce1ea48d681a35741e49","exists":true,"page":1,"zoom":"auto","scrollLeft":0,"scrollTop":792},{"fingerprint":"3dc145587d24022921d7e241bc3a5","exists":true,"page":35,"zoom":80,"scrollLeft":360,"scrollTop":707},{"fingerprint":"18a76da679de944893795ed1e4a136","exists":true,"page":2,"zoom":110.00000000000001,"scrollLeft":0,"scrollTop":662},{"fingerprint":"d8270f838618eeca6ea969e255b239f","exists":true,"page":24,"zoom":"auto","scrollLeft":0,"scrollTop":51},{"fingerprint":"443a32303133303630333137313132342d303427303027","exists":true,"page":1,"zoom":"auto","scrollLeft":0,"scrollTop":772},{"fingerprint":"443a32303133303631303135343033332d303427303027","exists":true,"page":1,"zoom":"auto","scrollLeft":0,"scrollTop":772},{"fingerprint":"443a32303133303631303132323731332d303427303027","exists":true,"page":1,"zoom":"auto","scrollLeft":0,"scrollTop":772},{"fingerprint":"443a32303133303631373133313733372d303427303027","exists":true,"page":1,"zoom":150,"scrollLeft":0,"scrollTop":772},{"fingerprint":"591aede8aeea4ade9612674263eaf4a2","exists":true,"page":1,"zoom":"auto","scrollLeft":0,"scrollTop":772},{"fingerprint":"443a32303133303830353132353132372d303427303027","exists":true,"page":1,"zoom":"auto","scrollLeft":0,"scrollTop":772},{"fingerprint":"8bf283ba7a5cc5479db8405215d67d3","exists":true,"page":1,"zoom":"auto","scrollLeft":0,"scrollTop":1008},{"fingerprint":"768e8216a07384f961d92204d6a1ef8","exists":true,"page":1,"zoom":"auto","scrollLeft":0,"scrollTop":800},{"fingerprint":"a4649ba52b2dcd144b35b9bd5c10a7","exists":true,"page":52,"zoom":"auto","scrollLeft":0,"scrollTop":290},{"fingerprint":"d612d5d934c66f4aa936b5b0a6cce91","exists":true,"page":18,"zoom":"auto","scrollLeft":0,"scrollTop":168},{"fingerprint":"de55bb394d87ed4cb8dd7584c4b68f61","exists":true,"page":1,"zoom":"auto","scrollLeft":0,"scrollTop":612},{"fingerprint":"fd4b802248d8a94e825747cf2ba32e2f","exists":true,"page":4,"zoom":"auto","scrollLeft":0,"scrollTop":109},{"fingerprint":"229e846140d9925da79a11f7d6cae","exists":true,"page":1,"zoom":"auto","scrollLeft":0,"scrollTop":800}]}

Maybe you are looking for

  • Wrt54gp2 -- using 110v in country with 220v

    I purchased a universal ac/dc adapter set to 12 volts, positive polarity, and a "load current" of 1000mA in order to run my wrt54gp2 in Israel.  After i plug it in, the power light will flicker for a few seconds and then go out.  Based upon my rather

  • SharePoint Workflow Long Date does not output day of week!

    Hi all,  We have developed a workflow that sets a time delay and notifies users after three working days have elapsed. It detects a working day by checking whether the words "Saturday" or "Sunday" occur in the long date version of "Today". This workf

  • Parser.setErrorStream in SAX Parser

    The setErrorStream method is not provided in the SAX API. It would be very helpful and nice to have this there as in case of schema validation, if the structure of the document is not according to the XSD, and there are lots of errors, ArrayIndexOutO

  • Create dynamic Topics in WebLogic 12c?

    I am new to both JMS and WebLogic, and I can't seem to figure out how to properly run my JMS solution in WebLogic. I have developed my proof-of-concept with Active MQ, but the application will eventually need to run on WebLogic. Active MQ allowed me

  • Help adding second Wi-Fi network on same AP

    I am looking for assistance in trying to setup a second wireless network so we would have two SSID's (one for public and one for private users). Our network is setup with native VLAN1 for wired computers and VLAN107 for wireless computers and everyth